clickingbuttons
clickingbuttons
`asn1/test.zig` is the user's manual. I've added a few comments and a `der.encode` and `der.decode` test. Let me know where you believe the documentation to be insufficient and I can...
@jedisct1 Ping.
My real issue with the current API is that nothing stops you from passing multiple tuples with the same key. What do you think the following code prints? ```zig pub...
You're correct @silversquirl, I missed that one! My point still stands that the **majority** of usage, and I'd argue the **intended** usage is passing a static map-like structure rather than...
I think @paperdave 's example is enough of a reason not make a map API the default. I'll open a separate issue to make duplicate keys a comptime error.
I would love an official implementation that uses underlying extensions or a polyfill (like for Metal). Here's [an unofficial polyfill](https://github.com/clickingbuttons/jeditrader/blob/a921a0e/shaders/src/fp64.wgsl) in the meantime. This is a great opportunity to attract...