Caleb Gingles
Caleb Gingles
Currently the only way to build, say, a vec3s is manually: ``` vec3s value = {{ 1.0f, 0.0f, 0.5f }}; value = (vec3s) {{ 0.0f, 0.5f, 2.5f }}; ``` This...
Needed for apps (like Telegram) that add a notification count to their window title, making exact matching fail.
When I start applications, I almost always want them to start in a particular frame on a particular tag. The tag part is fine, tags are named and there are...
I’ve found a case which I don’t understand. I’ve got sops-nix setup and working with a minimal NixOS configuration. I do a `nixos-rebuild switch`, and the secrets are visible in...
For Linux and Steam Desk users, knowing the [ProtonDB](https://www.protondb.com/) rating of the game you're viewing on the Steam store would be extremely useful!
I have YouTube sources added which contain thousands of videos. However, I only care about new videos, as I'm transitioning away from direct YouTube viewing, so I have the Download...
Currently, `titlebar_separator` determines whether the border separating the titlebar from the window content is visible. If it is visible, it uses the border width defined in `titlebar_border_thickness`. If `titlebar_border_thickness` is...
### Zig Version 0.12.0 ### Steps to Reproduce and Observed Behavior ``` zig test "writeInt error" { const buffer: [16]u8 = undefined; std.mem.writeInt( u2, &buffer, 1, .little ); } ```...