Pomax

Results 770 comments of Pomax

Of course, this can be improved by not running splitAlong three times, but instead running it once with four quadrant arrays that we bin into based on both x and...

Unless there is a roadmap for synergy 2, please consider adding this to v1 _as well_ because if we have to wait a year for v2 to come out, that's...

Partly done. Arc: in 3d: ```js function setup() { setSize(600, 400); setBorder(1, `black`); setProjector(HOMOGENEOUS).setInfinity(Infinity); rotateProjector(0.1, -0.2, -0.8); play(); } function draw() { setCursor(`none`); clear(`white`); center(); noFill(); setStroke(`black`); rotateProjector(0.1, -0.2, frame/100);...

Did you read https://github.com/Pomax/react-onclickoutside?tab=readme-ov-file#functional-component-with-usestate-hook first?

I'm fine with people taking ownership of their own libraries, too, though. Time has moved on, if you're in a situation where (1) and (2) apply, the solution is to...

To the downvoters, who are unlikely to see this: free software isn't free to author. If you want a feature bad enough, I'll be happy to put it in for...

On that note: you want to update your issue template to ask if this is an intel of M mac (in this case, M2)

Interesting - I've never had to do that for an AU instrument before but indeed, it now loads.

It looks like you didn't fully read the original comment, which is about the fact that it doesn't run on Windows.

good old IEEE floats. There are a few other places where values close to zero are compared using `utils.approximately` so I'll try to find some time to add that here,...