Ethan Barry

Results 11 comments of Ethan Barry

Yes! I need Pascal on Android!

I'd be willing to try helping, but I see on line 116 of huak_python.../src/sys.rs that this is intentional. ```rust /// NOTE: Messages are printed to stderr. This is behavior cargo...

Awesome! I'll see what I can do this week. Thank you!

Great, will do. I noticed a lot changed when I debased my local copy today...

> I tried to install also: `sudo apt install nvidia-cuda-toolkit` I wonder which drivers you're using... Can you run ```shell lshw -c video | grep "driver" ``` and see what...

AppArmor is a package that provides commands like `aa-enabled` and `aa-enforce`. Do I need to create an apparmor page, or just pages for the individual commands?

Hmm. I figured this was just a me issue, but I see it's more prevalent. Does anyone know how we could launch the dialog from the terminal? It might give...

I get this output whenever I double-click on the Lightly option in `kcmwindowdecoration` to set the Lightly theme. ``` file:///usr/share/kwin/aurorae/MenuButton.qml:11: TypeError: Cannot read property 'closeOnDoubleClickOnMenu' of null file:///usr/share/kwin/aurorae/MenuButton.qml:11: TypeError: Cannot...

I'm experiencing this as well. To install `gcc` v12.x.x, you can use the [AUR Package](https://aur.archlinux.org/packages/gcc12); it doesn't conflict with `gcc` v14.x.x, which is what Arch ships by default. Unfortunately, this...

> Judging from my outputs, it was a symlink to /usr/bin/gcc anyway 😅 But ty! On my fresh Arch install, it is not; I recommend users check before trying this...