Matheus C. França

Results 305 comments of Matheus C. França

@weitzj , Try following the LLVM16 branch: https://github.com/ziglang/zig/commit/0ca3582a86da377a25ea144acf94531dd8a28722

> This means it is disabled by default. In order to play with Xtensa and Zig together, you need to build LLVM from source using `-DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD=Xtensa` and build Zig with...

If `boost::asio` provides the fully standalone possibility of other boost libraries (optional), it might be worth it. Removing the C++03 compatibility that brings this boost dependency might solve it.

If you're running WSL2, it requires the creation or modification of a .wslconfig file in your user folder. `%USERPROFILE%\.wslconfig`: ```ini [wsl2] memory=12GB processors=6 swap=4GB ``` ### My Setup - RAM:...

Another reference: - #22

##### My question Does the version control of @esp-rs project just progressively follow Espressif's changes, or does it allow to keep legacy versions accessible? (LTS) Assuming that version 5.1 has...

I currently use this setting in pacman-hook: **_/usr/share/libalpm/hook/dracut.hook_** ``` [Trigger] Operation = Upgrade Type = Package Target = linux [Action] Description = regenerate initrd after kernel build Depends = dracut...

> The idea seems to be related to FAKE from F# or the Zig language as per the mentioned thread. zig v0.11.0 releases [zig-pkg](https://ziglang.org/download/0.11.0/release-notes.html#Package-Management) initial support [**WiP**]. - https://github.com/ziglang/zig/pull/14265

Like other users, I must agree with the lack of some features in the dub itself. Currently, I'm using `build.zig` to build libsokol and run **ldc2** sharing the configurations (targets,...

Perhaps a possible solution. Zig to msvc (x86, x86_64, aarch64) targets. https://github.com/kassane/xwin-zig-test