timo

Results 85 comments of timo

i disagree. :pretty json output should still be valid json, as terrible as that is.

welp, re-reading the multitude of json rfcs i don't understand where i got the impression that anything outside of the basic multilingual plane has to be turned into utf16 surrogate...

There's also a known issue with the profiler that using "exit()" inside your code can cause the profile output to be pretty messed up. I haven't looked at MUGS, but...

wonderful! i can capture a whole bunch of sessions with the windows config tool (i'm using it via wine, it seems to work) and send them over. now that i...

FWIW, i've got some success with this patch: ```diff diff --git a/alesisvsysex/protocol/model.py b/alesisvsysex/protocol/model.py index 1a9e134..52a5c86 100644 --- a/alesisvsysex/protocol/model.py +++ b/alesisvsysex/protocol/model.py @@ -134,6 +134,28 @@ class VI49Knobs (CompoundComponent): ('knob12', Knob, {'cc':...

> Does upload to the device work for you? It wasn't working for me when I tried it, but that could easily be a problem with my device in one...

actually, putting "perl6-bench" at the end rather than the front would make more sense, as well as putting the [n of m] in front, as terminal titles would usually be...

Here's the rest that could be optimized. The last column is how much can be saved by shuffling things around. ``` MVMInstance 1960 1952 8 MVMSpeshGraph 216 208 8 MVMNormalizer...

Here's an output of the current format with my shooter game (but it has a start { } at the beginning to force creation of a second thread) ```perl6 :nursery_bytes((435736,...