Sandro Stikić
Sandro Stikić
Howdy, I've added nanogui to my existing OpenGL 4.1 project. When I run my project in debug mode ASAN reports the following: ``` /usr/local/opt/llvm/include/c++/v1/functional:1875:23: runtime error: member call on address...
Hi there, I've been playing around with `naersk` and I have some feedback regarding the `cargo doc` features. 1. The build always fails if either `removeReferencesToSrcFromDocs` or `copyDocsToSeperateOutput` is true...
I can't find any documentation on how to set a value like IncludeCategories. I've tried the following: `'IncludeCategories' : ["Regex: '^'", "Priority: 1", "Regex: '.*'", "Priority: 2"]` Any help would...
Hello, a simple search function would do wonders for usability. Something like naturaldocs' search would be fine. Here's an example. http://www.naturaldocs.org/documentation/html/files/NaturalDocs-.html
Hi there, I tried to deploy my site which is built with NIx and `actions/deploy-pages` would fail with a cryptic error message. ```yml name: Continuous deployment on: push: branches: [main]...
Hi there, I've added basic dark mode support as well as some other niceties.
Hi there, Back again with another potential bug. Using `[email protected]`, I've run into deserialization failures for two situations I think should be valid: ```py @serde @dataclass class Foo: a: Optional[list[int]]...
Hi there, ## Context I'm writing a Up to YNAB importer and I've noticed a strange edge case with round ups that has appeared about 6 times over my 2...
Hi there, I'm using [`vscode-nix-ide`](https://github.com/nix-community/vscode-nix-ide) which breaks if you ask `nil` to format with `nix fmt`. Instead of formatting the file, it clears it instead. This seems to be caused...
### Problem Build scripts are pragmatic but increase the surface area for supply chain attacks since they can execute arbitrary code. Most crates (at least in my experience) don't include...