Felix Queißner
Felix Queißner
I will update zero-graphics to zig-0.11 eventually, but will stick to tagged releases from then on. I will create a branch where people can update to zig-master then, but from...
Can you add a link to the documentation into the file? That would help maintainers quickly find the docs if they need to touch that code :)
> > Alternatively, can we cretae something like a "config file" where all variables for the workflows will be defined, and we can make the secret deduplication there? > >...
@pfgithub: > The way you described it with `parseLibCFile` wouldn't quite work because contents of the file can't be known LazyPath dependencies are resolved. It's fine with `b.path()`, but for...
> a flat $NAME-$HASH would likely be better to avoid that Yep, i agree on that. A flat namespace will support deduplication and make it more clear which packages are...
Heya @codehz! I did this as well at work and i now figured that i'm in devils kitchen. This approach is easy and convenient, but will make your life horrible...
Imho the best solution is this: Don't use `translate-c` but hand-translate those unions. Then nothing will break when the source material changes in a backwards compatible way. `translate-c` is nice,...
I guess we can close it and rework the stuff later. It's kinda "obvious" what to do as soon as you try to emit C code and considering my spare...
Could you please write which parts you had problems with understanding?
> I did run into another issue. You do even-odds for your overlap on your rendering. My canvas control can set even-odd vs non-zero but not for overlapping regions. It...