Pablo Alessandro Santos Hugen
Pablo Alessandro Santos Hugen
## Environment **toml++ version and/or commit hash:** v3.4.0 **Compiler:** `nvc++` 23.11: ``` nvc++ 23.11-0 64-bit target on x86-64 Linux -tp tigerlake NVIDIA Compilers and Tools Copyright (c) 2023, NVIDIA CORPORATION...
### Is your feature request related to a problem? Please describe. I'm using xmake to build a `nvidia-hpc-sdk` application. Basically I followed this [issue](https://github.com/xmake-io/xmake/issues/2327) to get It working. Take a...
As pointed by @awakecoding, external actions are blocked by the org. Anyway, I'm pushing this so we can work on refactoring this into a custom GH action.
Although this is mostly bikeshedding, I believe it helps with UI consistency. Additionally, this can make the shell startup smoother by removing the annoying "loading zellij" message before the shell...
As discussed in #173, this PR implements the [C++20 modules grammar](https://en.cppreference.com/w/cpp/language/modules) after the last contributor time restraints. It Closes #174. #### Parser states before: ```c #define STATE_COUNT 9798 #define LARGE_STATE_COUNT...
Hello y'all, first of all awesome work!!! I'm using `cli` in my `libc++/clang` project and I'm getting the error: ``` /usr/bin/../include/c++/v1/__memory/unique_ptr.h:66:19: error: invalid application of 'sizeof' to an incomplete type...
### Xmake Version v2.9.5+dev.124e091f9 ### Operating System Version and Architecture Arch Linux @ 6.10.11 ### Describe Bug Xmake fails to import `header.hpp` while building the project. ### Expected Behavior I...
This game took part in the [II UFRGS CompJam 2025](https://itch.io/jam/compjam). Kudos to @matheusrodf, my partner in the jam.
There is and old and already resolved issue on node about fs.watch crashing on linux when deleting files: https://github.com/nodejs/node/issues/52018. That bug happened to me in my zig game, because zig...