Komo
Komo
This also reproduced when the (S)CSS is updated. Current workaround is to restart the daemon to close all the windows, but the chances are 90% and the windows might still...
Note: I apply the OD font with zFonts, I didn't root my phone nor flashed a patched OneUI ROM.
@TomJo2000 I feel like writing Makefile patch is much more pain in the ass than having to write a setup script for PHP :P
> > I feel like writing Makefile patch is much more pain in the ass than having to write a setup script for PHP :P > > That would be...
> And patching the PHP build scripts fixes this problem how exactly? The PHP build scripts already added the thing you wanted, like building static and shared library. Unlike the...
> It seems like we're having the same problem (#1233). I wonder if it's a problem with the NixOS package... This issue only appeared on the Nix package of OpenUtau,...
I think it's your bindings fault, it uses `clong` instead of `clonglong` which obviously has fewer limits than `clonglong`.
Also, `zig cc` will still works as a C compiler for Nelua. ``` komo @ /tmp └─╴🞂 nixs nixpkgs/nixos-unstable#{zig_0_13,nelua} source: Error encountered while sourcing file '/nix/store/nwpfzclhxd3fnmszd173fjj2ngpba1gi-source/dotfiles/etc/lscolors.fish': source: No such file...
With Nelua command: `nelua -i "local a = 9223372036854775807; print(a)" --cc "zig cc -target x86-windows" --print-code` The result ```c /* ------------------------------ DIRECTIVES -------------------------------- */ /* Disable some warnings that the...
> Another interesting thing is that the target is listed in Zig documentation as `x86-windows-gnu`, not as `x86-windows`; do you think it matters? `gnu` is just an ABI in the...