Jordan Callicoat

Results 22 comments of Jordan Callicoat

I am getting the same kinds of hangs when yay is checking devel packages either when doing a gendb or upgrading devel packages. The culprit in my case seems to...

Hmm it seems like there should already be a 5 second timeout from here https://github.com/Jguer/yay/blob/65ecee9cb67134a059eb2b315fa12d956558480e/pkg/vcs/vcs.go#L61-L64

Thank for your efforts on this. It's unfortunate that libvte won't support OSC 52, as that in turn effects all libvte based terminal emulators (e.g., xfce4-terminal and terminator also do...

Using the command they provide at the top of the example file, it works for me. ``` zig version 0.9.1 ``` ``` git clone --depth=1 -j4 https://github.com/termbox/termbox2 cd termbox2 make...

> Sorry to interrupt, but it looks like the **bit 14** is still free in the glyph attributes. So there should be no need to increase the size of the...

Just changing `mode` member in Glyph from `ushort` to `unint32_t` works fine to double the size of the bitfield. I have the 0.8.4 patch working with flexipatch using the following...

I am using a little script to set env variable overrides for the firefox flatpak, and copy the driver to where the flatpak can read it. After running the script...

> I don't know if giving access to that specific folder through flatseal and then creating a symlink would be any different. Yeah linking or just allowing filesystem access is...

Did you make sure you have the correct nvidia flatpack drivers installed to match the host drivers? For 530.30.02 host drivers you would need the org.freedesktop.Platform.GL32.nvidia-530-30-02 flatpak drivers installed.