Ricky Reusser
Ricky Reusser
Ah, the existence of these on the no-caps test suggests it's a result of degenerate triangles still resulting in a couple rasterized pixels. I think they should be degenerate to...
Wasn't going to dig too far into this, but since it came up, I'll add that I've really struggled to understand the hierarchy of presentation on https://plot.ly/javascript/reference/ In particular, I...
Looks like the suspect portion might be `getLapack`: ``` function getLapack() { try { return require('lapack'); } catch(e) {} } ``` Browserify finds and acts on these requires regardless of...
Possible workaround: substack states that a solution to the halting problem would enable conditional requires. Looks like there's [a node module for that](https://github.com/ForbesLindesay/halting-problem) :wink:
Thanks! So glad to know it was helpful! 😄 🎉 Regarding framerates, it can depend heavily upon the precise details of how things are implemented. Like whether you draw points...
(Otherwise I like it though! Main issue I see is that a number of commands need to accept number prefixes, but I'm sure you know this so I'm only reporting...
Hi, @Knell0714! There's not a single answer to your question, and regl (or more generally, webgl) doesn't enforce any choices here. Point primitives work fine up to the maximum permitted...
We also ran into problems with projects using [`pre-commit`](https://pre-commit.com/): ```bash $ pre-commit install [ERROR] Cowardly refusing to install hooks with `core.hooksPath` set. hint: `git config --unset-all core.hooksPath` ``` I had...
As I go through things, I've noticed quite a few small nits. I can list them here if it's useful, but am glad to take suggestions on if/how to most...
Cool, yeah, didn't want to inundate you with nitpicks if you had a different roadmap, but I'm glad to contribute fixes/cleanup if it's useful. Timeline is probably a few days...