Michael Noser

Results 3 issues of Michael Noser

For the 3 people that still have to use the po file format. Related #407

Everytime i launch `nvim` chadtree wants me to insatall chaddeps. when i run :CHADdeps it works until nvim is restarted ![image](https://github.com/ms-jpq/chadtree/assets/64126646/e2d17eaf-e23f-4853-a4c9-b3c235f03875) i installed chadtree with lazy: ```lua { "ms-jpq/chadtree", branch...

In response to @rexim's video on umka-lang, i am trying to implement dynamically resolving c functions, without requiring explicit bindings from c. I managed the following POC working. An example...