Michael Noser
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  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...