Jeff Fowler

Results 6 issues of Jeff Fowler

### Zig Version 0.9.1 ### Steps to Reproduce Consider ```c // main.c void* wat() { int x = 123; return &x; } int main() { int** x = (int **)...

bug
contributor friendly
translate-c

When things are finalized. re: https://github.com/zig-lang/vscode-zig/issues/4

The grammars should line up when we're done finalizing them. re: https://github.com/zig-lang/sublime-zig-language/issues/4

[approrpiately -> appropriately](https://github.com/neovim/nvim-lspconfig/pull/1974)

When a collection is contained in an external JSON file, the behavior wrt how it is processed differs between the CLI interface and the programmatic interface in a surprising way....

## Issue Creation Checklist - [x] I understand that my issue will be automatically closed if I don't fill in the requested information - [x] I have read the [contribution...