Nenad Rakocevic
Nenad Rakocevic
I cannot reproduce the issue at all with latest commit. I propose to close this ticket as solved.
I let @rebolek do the fix.
Relevant SO entry: https://stackoverflow.com/questions/63574794/converting-denormalized-characters-with-utf8string?noredirect=1&lq=1 CESU-8 format: https://en.wikipedia.org/wiki/CESU-8 > CESU-8 is not an official part of the Unicode Standard, because Unicode Technical Reports are informative documents only.[2] It should be used...
> the CLI console cannot handle multiline string properly. What is the problem precisely?
Fix pushed, but there's still an issue. `set/any 'x/aaaa 33` does not error out. I could have fixed that too but that would make it inconsistent with how it works...
It seems the implementation for `tab-panel` in GTK was never finished, I'm not sure if there was a show-stopper, or if it was just a lack of resources: https://github.com/red/red/blob/master/modules/view/backends/gtk3/gui.reds#L2346 @qtxie...
Other accessor actions should also support float index argument: ``` >> pick "hello" 2.0 == none ```
Interesting, I could never install 32-bit libs on Ubuntu/WSL/Win11, so could never run Red there.
> Ideally stats should report full RAM consumption You have it using `stats/info` (raw data) and in a pretty-printed form using `stats/show`. I think it's more useful to have the...
Red cannot track external allocations as they are, by definition, not under Red's control. So, total OS allocation cannot include such info: ``` >> stats/show [ Nodes ] -- Free...