Colin Snover

Results 32 issues of Colin Snover

### Problem description The fonts list on Linux does not show all system fonts, and does not show font names at all. ### Implementation description Use Fontconfig to make the...

### Problem description ImHex asks users whether they wish to opt-in to network connections on start (excellent!), then ignores that and tries to connect to the network anyway when the...

### Problem description Typing `--help` causes ImHex to exit without outputting anything. Diagnostic messages from glib, ASan, other libraries that might have something important to say, etc. are also suppressed....

Hi there, On the [mailing list](https://lore.kernel.org/linux-btrfs/[email protected]/T/) for the past few days I have been shouting into the void about some issues I encountered trying to deal with a hardware failure...

docs

I have a very small boot partition (1GiB) in 2-device raid1. Trying to use `btrfs replace` to replace a missing device did not succeed. `btrfs replace start 2 /dev/nvme0n1p2 /mnt/boot`...

bug
kernel

When running `btrfs replace status` during a device replacement, the completion percent appears to be based on the total size of the device being replaced rather than the amount of...

bug

I reported this [on the mailing list](https://lore.kernel.org/linux-btrfs/[email protected]/T/) and also discussed on IRC. I don’t see any mention of a fix in release changelogs since 6.6.3, and since not being able...

bug

Dear maintainer, I encountered issue #906 and have [submitted a request downstream](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1078727) to try to get the distribution to update their outdated version of the python3-notify2 package so this issue...

feature

On the last commit to master, transparent compiler errors were reverted, which, as noted, made the error messages a little worse. But what if it is possible to have the...

Technically, to be 100% compatible, this should be calling through a metatable assigned to all strings which has __index pointing to the string global table. This intermediate approach works for...