chayleaf
chayleaf
> WASM backend is likely to replace the emscripten target in near future wasm32-unknown-unknown doesn't support C interop, so it still has a very real use case
I have BPI-R3, which has similar hardware, running NixOS with mainline Linux. For a few months it's been working fine, but now I started sometimes getting this error. This means...
see also #1108
suing is hard, but a dmca won't hurt; dmca requests are mandatory to follow for the platform unless a counter-clame is filed - but if they do it, the only...
@Naville as long as they release apps in play store, it's related - American storefronts must follow American laws
Most folders don't *need* to be migrated. As I mentioned above, the only FAF files that actually *need* to be preserved are the config, `languages`, `themes` and `replays`. The other...
Can confirm I've encountered this issue right after migrating my server from x86_64 to aarch64 (while keeping the same config). `GC_DONT_GC` does help.
`builtins.fromTOML` can be used as a compact way to parse bin/oct/dec/hex numbers in modern Nix versions, like `assert (builtins.fromTOML "a = 0b11").a == 3`. Of course, this isn't a replacement...
```py with open('settings.xml', 'rt') as f: xml = f.read() for intag, outtag, out in (('Program', 'data', 'rawprogram'), ('Patch', 'patches', 'patch')): for pr in xml.split(f'', 1) lines = filter(lambda x: x,...
Just did that