rektide
rektide
Thanks for the fast reply. I'm not really sure how this works myself. Some additional potentially useful points of info that I've gathered: I do note that Rust already has...
Would love to see progress on this one, it's impacting my codebase. I believe, as per the original filing, symbols should be supported in a manner like strings. Chrome bug...
I pulled some power consumption numbers from powertop and dstat, going from a fresh startup, to plugging in the Korg NanoKontrol2 I use, to running [midisnoop](https://github.com/surfacepatterns/midisnoop) listening via alsa while...
I haven't tried using it in any real capacity what-so-ever, but https://github.com/abudaan/WebMIDIAPIShim/tree/upgrade-2018 branch shows very tame cpu usage. I'll see about reproducing above conditions to test how much better, but...
@jazz-soft I'm not super sure how to test. I imported jazz-midi in a repl, and ran `midi.MidiOutOpen(0)` and `midi.MidiInOpen(0)` and my cpu consumption & power is fine. There doesn't appear...
@jazz-soft In @abudaan's `update-2018` branch, he's started switching WebMIDIAPIShim to use jzz. :) I'm just starting to test whether the basic functionality I need works on that branch.
[Koa appears to want http2 included](https://github.com/koajs/koa/issues/533): > Features for HTTP2 support can still go into Koa v1. The only problem is that if it's not in require('http') or require('https'), we're...
> It's not about the JSON spec (which doesn't say anything about numeric sizes) but about compatibility with all major implementations, including those such as JavaScript which treat all numbers...
There's a bunch of api changes, it seems there's a bunch of places where callbacks must now be provided in node-spdy. I've just been monkey-see/monkey-do'ing, & have a [WIP branch](https://github.com/rektide/spdy-push/tree/node-spdy-v2)....
I'd greatly prefer we find some way to help those who have too much information in their errors work through their problems, without adding additional logic intent on reducing Pino's...