Josh Goebel
Josh Goebel
> We can't produce a proper binding. I'm not sure what this means, could you please clarity? > Unless I missed something, I was unable to start ANSI colors on...
> The problem lies in the fact that tracking WrenHandle and the associated WrenVM Isn't there just a single loop and single WrenVM?
> you can't subclass a uv_handle_t at user level. ... you can't create handles without Create handles from Wren? That sounds like pretty tight coupling to me... I'd hope the...
> with possibly multiple loops To what end? At first glance that sounds... unnecessary? One loop (plus a stronger scheduler on the Wren side) should be more than enough, or...
> There are multiple reasons to have multiple loops, like handling user inputs differently from general IO to preserve frame-rate on a game/programe or having multiple threaded code acting on...
> Changing ObjForeign so it so that it could have fields would helps I wonder if you couldn't handle this pattern with a code generator (for now)... the pattern I've...
Not sure if it would help, but I largely rewrote all the module/importing code in my own CLI - it's now all pure Wren. Since Wren isn't re-entrant I run...
> I guess I should have posted the issue in "wren-console"? Please do and I'd be happy to take a closer look. > Why is "not reentrant" a problem? Because...
In many setups dark gray (in the 16 colors) turns out to be black... that's actually the correct color if that's what the theme specifies... the problem here I think...
Looking at this again `30;1` should be BLACK BOLD/BRIGHT, ie "light grey/black"... BLACK non-BOLD would be dark grey / absolute black. https://gist.github.com/fnky/458719343aabd01cfb17a3a4f7296797 > Most terminals, apart from the basic set...