CncGpp

Results 5 issues of CncGpp

Is possible to make an assignment like `{% set my_var = 42 %}` global inside an Environement in order to be used in subsequent renders?

enhancement

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. ![Senza titolo](https://user-images.githubusercontent.com/20129346/225251409-4a657b56-7a1b-4471-bbcb-05cba2f97360.png) 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`?