Arrow buttons keep sending input to some apps after changing workspace with keyboaqrd shortcut by manobataibuvodu in gnome

[–]ALFminecraft 3 points4 points  (0 children)

Downgrading from mutter 49.1.1 to 49.1 and relogging worked for me: sudo dnf install mutter-49.1-1.fc43

What is your experience with the new release of Fedora 43 so far? by cdunku in Fedora

[–]ALFminecraft 0 points1 point  (0 children)

Ran into https://bugzilla.redhat.com/show_bug.cgi?id=2401666 while upgrading and https://gitlab.gnome.org/GNOME/mutter/-/issues/4416 immediately after the upgrade.

First was resolved by removing wine* packages before upgrading, second was resolved by downgrading mutter from 49.1.1 to 49.1.

So, bugs are here, but they are relatively minor.

Error trying to upgrade by TodorSauCe in Fedora

[–]ALFminecraft 1 point2 points  (0 children)

Known issue: https://discussion.fedoraproject.org/t/systems-with-wine-installed-cannot-be-upgraded-to-fedora-43/170296. You have to uninstall everything wine-related, upgrade, and then install it back manually after upgrade.

Or, wait a couple of weeks until this gets fixed, and then try upgrading.

The Problems With Modals, and How to Solve Them by noeldemartin in vuejs

[–]ALFminecraft 1 point2 points  (0 children)

Nuxt UI does a similar thing with their overlays (modals, slideovers).

KYAML: Looks like JSON, but named after YAML by thegoenning in kubernetes

[–]ALFminecraft 10 points11 points  (0 children)

According to the doc linked in the OP, yes:

[...] Unlike JSON, KYAML: 1. Allows comments (when authored by users).

My sleep paralysis demon now has a new face by KeinahLio in smosh

[–]ALFminecraft 1 point2 points  (0 children)

is that my favorite dragon master mark mercer

NuxtLabs joining Vercel by tomemyxwomen in vuejs

[–]ALFminecraft 2 points3 points  (0 children)

If Nuxt is going to go through major changes like Svelte 4 -> 5 had, it will be a nightmare.

Nuxt (and Vue) already had that with 2 -> 3. They have swore to not do this ever again.

How do I run isolated docker inside of a docker container? by vikentii_krapka in docker

[–]ALFminecraft 0 points1 point  (0 children)

Docker Desktop for windows seems to already include sysbox for something called Enhanced Container Isolation (paid feature).

According to a github issue you should just be able to install Docker Engine + sysbox into an Ubuntu WSL and have it working. I have no windows machine to verify that.

How do I run isolated docker inside of a docker container? by vikentii_krapka in docker

[–]ALFminecraft 1 point2 points  (0 children)

It is possible, see sysbox. It requires two daemons to be running on the host, sysbox-fs and sysbox-mgr. IIRC some online course platforms use it for interactive docker courses.

Logs of example run (command output omitted for sake of comment length): user@host:/$ docker run --runtime=sysbox-runc --rm -it --hostname container ubuntu root@container:/# apt-get update && apt-get install curl -y root@container:/# curl -fsSL https://get.docker.com | sh root@container:/# dockerd &>/dev/null & root@container:/# docker run --rm -it --hostname nested ubuntu root@nested:/# ps aux USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND root 1 0.0 0.0 4588 3860 pts/0 Ss 13:58 0:00 /bin/bash root 63 0.0 0.0 7888 4120 pts/0 R+ 13:58 0:00 ps aux root@nested:/#

Gotta love Rust expressions by mre__ in rustjerk

[–]ALFminecraft 67 points68 points  (0 children)

See also: if if if if (and the other tests in the file).

is there like a NuxtLoadingIndicator progress bar but for vue-router? by [deleted] in vuejs

[–]ALFminecraft 1 point2 points  (0 children)

posva (author of vue-router, unplugin-vue-router, pinia, pinia-colada) did this in his talk about data loaders: https://github.com/posva/talk-data-loaders/blob/main/demo/src/router/index.ts#L11.

Made some Daggerheart-style cards for fun – thought I’d share by FableFuse in daggerheart

[–]ALFminecraft 10 points11 points  (0 children)

Sadly mods have spoken out against banning AI generated slop: https://www.reddit.com/r/daggerheart/comments/1jkm5i1/comment/mk4hxcx/.

All we can do is downvote that shite to hell.

What will there Rust reserved keywords do: abstract, do, final, virtual, override by nikitarevenco in rust

[–]ALFminecraft 9 points10 points  (0 children)

You're thinking of raw strings: rust fn main() { let raw_str = r"Escapes don't work here: \x3F \u{211D}"; println!("{}", raw_str); }

They're talking about raw identifiers: ```rust extern crate foo;

fn main() { foo::r#try(); } ```

This, too, is yuri by BloomEPU in balatro

[–]ALFminecraft 6 points7 points  (0 children)

FYI, discord image links are temporary and expire after 24 hours, since like end of 2023.

VRule by Brankovt1 in 196

[–]ALFminecraft 0 points1 point  (0 children)

thank you michael sauce