bri
bri
(Let's pretend decrypted_dump, modified_dump, encrypted_dump, and key_variable are all arrays of the appropriate size, and ENCRYPT/DECRYPT are some sort of constant, or something)
I have the following in a file with a list of package installs: ```vim call minpac#add('neoclide/coc.nvim', {'do': '!install.sh'}) ``` I don't know what I'm doing wrong, but it's failing to...
Sorry to bump, but is there any update regarding a homebrew package? Especially for TigerBrew. I'm sure you know better than I do, but compiling this on a G4 is...
Cool, I’ll see what I can make of that. Thanks! I might set up my own build server if it becomes something I really am interested in.---- On Fri, 12...
Perhaps something that might also work would be some sort of `sharesheet` command, which would then send a named file or stdin to the iOS Share Sheet? E.g., `sharesheet file.txt`...
Huh, I didn't know this was a thing. I've had trouble booting with CSM on an Intel Mac before, and I wonder if this had anything to do with it.
Indeed, I just didn't even know there was a "legacy bootable" flag in GPT. I should read more about it
Will take a look. Thank you for your comments — I’m sure I’ll wanna fix that for myself too. I don’t remember what the `[space]\b` is for right now. I’ll...
I can say with confidence this works without drivers other than what's bundled with Windows and Linux. [hid-remapper](https://github.com/jfedor2/hid-remapper) allows one to set a custom scroll multiplier and it works without...
> I think this is a really cool concept. Is it for using a rotary encoder as a mouse-style scrollwheel? Could it potentially be mapped to any keys? QMK already...