Job van der Zwan
Job van der Zwan
I haven't had a need for the other functions yet, so I haven't ported them. Maybe I should, and create an NPM module. Anyway, thanks again for the library!
Ok so I have a question after all! Since all floating point operations in JS use doubles (and I just checked - [making the literals fit in a float32 doesn't...
(not a maintainer of this repo) Nice! By the way, this confused me for a second: > RMS: 0.0220738 > mean: 8.36081e-06 > min: -0.0287746 @ 2.88496 > max: 0.0573099...
For the record, Ubuntu 17.10 seems to have switched to OpenCV 3. As a result, butterflow went from working fine to not working at all. I understand the hesitation, I...
Seems simple enough, I can look into that! What's the image to be used as an icon?
Ok, so I'm assuming we want to keep it portable (that is, no admin rights needed), so here's what I did: - have a `p5js.desktop` "template" and a simple bash...
Ah, I'll try that! Maybe I should just switch to old-school [prototypical inheritance](https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Objects/Inheritance) and use [instanceof](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/instanceof). It might actually perform better here too (not that this code was a bottleneck)....
Sorry to dig this up, but CTRL+Click still opens in the existing tab. Looking at @takluyver's first PR that makes sense, since the click handler does not check if ctrl...
See your point in the general sense. We risk having to end up copying more and more built-in behavior and more exceptions for different platforms. For example: currently SHIFT+click does...
> The project repository is currently linked in the footer, in "Powered by Linux Store Frontend v0.7.3" Aha! I associated "Powered by..." with whatever hosting provider or company is behind...