CncGpp
CncGpp
Is possible to make an assignment like `{% set my_var = 42 %}` global inside an Environement in order to be used in subsequent renders?
Hi, I'm developing a scripting-capable utility. I now use successfully wren-lang with [wrenbind17](https://github.com/matusnovak/wrenbind17) but I would like to try QuickJS. However, I was unable to define a generic (variadic) datatype...
I use the backtrace() functions and the map to retrieve returned symbols, I wanted to switch to this library but it doesn't seem possible to do the same. - Is...
Horizontal scrolling for tables doesn't work. It is rendered double-width, overlayed on the last line and is not clickable/scrollable with the mouse.  Tested with the lasta ImTui commit...
Is possible to "register" support for serialize other kind of non trivial python object like `pathlib.Path` --> serialized as `str`?