Fredrick Brennan
Fredrick Brennan
In trying to upgrade it I haven't got much of anywhere and still have the same error message, here's my diff so far should someone else find it useful as...
N.T. Technology Inc is maintaining a fork of this application called "Everychan". So far the only difference is that #114 is merged and the name is changed. Github: https://github.com/everychan/everychan APK:...
Yes please, or just a way to set attributes programmatically. This is not allowed: ```cpp struct palette_entry_t { u24 color; } [[inline, color(color)]]; ``` And while there is e.g.: ```cpp...
so can i now set a palette entry to its color?
nice :D i will give it a try in the png pattern
I'm doing this in `minica2`. https://github.com/ctrlcctrlv/minica2.go/releases/tag/v1.0.1 I provide these binaries: ```bash find dist -iname '*.tar*' | cut -c 6- ``` ```plain minica2.v1.0.1.arm64.darwin.tar.zstd minica2.v1.0.1.x86.windows.exe.tar.zstd minica2.v1.0.1.x86_64.darwin.tar.zstd minica2.v1.0.1.arm.linux.tar.zstd minica2.v1.0.1.arm64.linux.tar.zstd minica2.v1.0.1.x86.linux.tar.zstd minica2.v1.0.1.x86_64.windows.exe.tar.zstd minica2.v1.0.1.x86_64.linux.tar.zstd ```...
@fopina Thanks! :) Done in: - ctrlcctrlv#2.
The tests from Apple contain: ```xml key r1 key r2 key r3 key r4 key r5 ``` Not this strange empty integer. Are you sure ```` is valid? I think...
@ChefKissInc Thanks for confirming that. I had no idea what a `prelinked kext info plist` was. I use a free OS, it has no plists in its kernel ;-)
> Among other things, these plists don't contain a plist header or footer and just start with a plain tag. - Should be fixable via the patch which closed #80:...