Magnus Nemo

Results 15 comments of Magnus Nemo

I would also like to add a title to my border, similar to TermUI: https://raw.githubusercontent.com/gizak/termui/master/_assets/demo.gif Thanks!

Any traction on this bug? I notice that Textarea also hangs when switching from one bubble to the next, and I get a bunch of garbage text in the window....

> ```odin > #no_bounds_check env: [^]cstring = &runtime.args__[len(runtime.args__) + 1] > ``` Thanks for this tip. I was binding to C to get the same functionality. os.environ() is listed in...

One other question: What's the smartest way to convert a [^]cstring to a []string?

> This is what I would do: Awesome, it works with no segfault. Thanks!

fixed yet? Build fails with zig 0.12.0

This is very interesting. Somewhat related, would you be able to setup an Austral lang Tree-sitter parser so we can get syntax highlighting in our favorite editors?

Just found [this lua script](https://github.com/eatkins/tree-sitter-ebnf-generator) that converts an EBNF grammar to tree-sitter. Would you be able to incorporate something like this into your app?

Thank you for the quick response and thoughtful reply. Yes, admin rights on this laptop would be ideal..... but, I work a boring corporate job and like to code on...

Thanks for this. I installed the [LLVM-mingw](https://github.com/mstorsjo/llvm-mingw/) toolchain via scoop and started compiling, although I'm getting posix_memalogn errors: > src/common_memory.cpp:497:9: error: use of undeclared identifier 'posix_memalign' 497 | err =...