Leigh

Results 370 issues of Leigh

The learn samples showcase some advanced features and concerns like memory leaks, but as a someone who is new to Zig the first thing I need to see is hello...

### Bug When a type nested inside a slice is being validated the field name that gets attached to the error is sometimes incorrect. When the parent field is given...

The errors generated by the package include a field name and a path to the field that has failed validating, but they are inconsistent with what the contents of those...

I've noticed that the way to escape a prompt appears to be different for the different types of prompts. This can be a little non-obvious and confusing. For example, if...

I've found this repo very helpful, thank you! I've noticed that using the actions-cache as demonstrated in the repo doesn't result in tests being cached. I know on my local...

### What Generate an error when parsing derived `FromMeta` implementations that contain a `NestedMeta::Lit`. ### Why Literal values are unsupported in the code generated by `FromMeta`. Literal values, like strings,...

FromMeta doesn't error in all cases that unexpected tokens end up in the attribute list. It doesn't error in the case that a string literal is in the attribute list....

Something that would be useful for some applications of wasm modules is to be able to define structured types that are stored on the stack. This is also useful in...

enhancement

Something that would be useful for some applications of wasm modules is to be able to define types that are mapped to primitive wasm types. This is useful in cases...

enhancement

The most recent release of zls (https://github.com/zigtools/zls/releases/tag/0.9.0) includes only x86 binaries. It'd be helpful for developers on the current generation of Apple computers to be able to use zls. Could...

enhancement