Chris Boesch
Chris Boesch
> How about we change: ... > by removing "to our function" entirely: > > ``` > // Let's pass a reference to num, then print the result: > ```...
When I run: ``` /lib/libc.so.6 | grep version GNU C Library (Gentoo 2.38-r11 (patchset 11)) stable release version 2.38. ``` is the same as: ``` zig env | grep target...
Tried: ``` zig version 0.13.0-dev.3+dddddcffd zig cc atom.c -target thumb-linux-musleabi ``` and it works.
Please use [ziglings.org](https://ziglings.org), there you will find the correct version.
Get the same error on AMD64.
> I arrived at the same conclusion and until #181 is merged you can try this instead: use { "rbjorklin/symbols-outline.nvim", ... I tried, but get the same error as before:...
Now I have looked at the source code. There is no check that the value "node.kind" is not equal to nil. That is the cause of the error if it...
When you change `parser.lua` line 254 into ``` local hl_type = "" if symbols.kinds[node.kind] ~= nil then hl_type = config.options.symbols[symbols.kinds[node.kind]].hl end ``` then the error is fixed (at least for...
> but the CI workflow runs correctly These messages are from the CI: "Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2." > Do...
> Could we please make the Codeberg repo contain the GitHub repo history? To be concrete: can we base new Ziglings development on top of the latest commit (https://github.com/ratfactor/ziglings/commit/7417f01d5d8fa8bed84849684501c71b821dff68) in...