Tristan Ross
Tristan Ross
Whenever I try to execute a function that is running on my DBus session, d-feet says 'constructor returned NULL' but the examples work.
### Zig Version 0.11.0-dev.1910+6d7fb8f19 ### Steps to Reproduce and Observed Behavior Use `linkLibC()` on an executable and in many cases, it'll link with a libc.so linker script instead of an...
### Zig Version 0.11.0-dev.1969+d525ecb52 ### Steps to Reproduce and Observed Behavior ```zig const std = @import("std"); const ExampleStruct = struct { method: fn () void, }; fn method_impl() void {...
Fixes #18210 and makes it possible to use floating-point types in Zig on RISC-V. Tested with my Orion firmware for RISC-V which is using Phantom UI for its built in...
The problem: people may want to use libraries which could connect to things like Gvfs. The issue is that overriding stuff in `root` module is necessary to perform this. The...
As defined by [here](https://github.com/softprops/action-gh-release#inputs), `token` is an acceptable input. Using the latest release, 0.1.5, I get the following error: ``` Warning: Unexpected input(s) 'token', valid inputs are ['body', 'body_path', 'name',...
### Problem description When specifying the `backend_config`, I get errors about expecting a file. It should work but does not seem to align with according to how the documentation is....
It seems this doesn't include any `pkg-config` files which make it not searchable by anything. It looks like there's only CMake modules which severely limits where this library can be...
Right now, I'm looking to develop my own Linux distro using Zig and I have to supply a libc. A libc implementation which I am interested in using is LLVM's...