Ricky Reusser

Results 119 comments of Ricky Reusser

I think the biggest challenges were simply managing the corner cases, async state. Some of that was definitely my shortcomings. I think single thing that caused me the most trouble...

Sorry this is vague and hand-wavey. I think I'm having trouble remembering the precise state the corner cases ended up in because I eventually had to pull the plug and...

To try to boil that down more, transforming traces with a transform matrix gets them to follow the axes perfectly, performantly, and correctly. But if you transition the data along...

If so, I think it would hinge on the `id` attribute.

@liyandalmllml - we were having the same problem (see #2 #4 #5 #9 #10) so I created a fork that used a completely different method for testing visibility. [This branch...

This looks closely related to #869, with the exception that that PR moves this until later instead of preventing default altogether. I think this PR can be closed in favor...

I'm able to reproduce it. It seems it's an issue for all api usages. https://github.com/rreusser/bundle-collapser-uniqueness-failure

They key seems to be identical file *contents*. If two files have the same contents, they seem to get flagged as dedupable. Bundle-collapsed browserify output's `require` function then grabs one...

See also: - https://github.com/browserify/browserify/issues/1450 - https://github.com/browserify/browserify/issues/1027 - https://github.com/browserify/browserify/issues/1007

Addressed in 2.2.1. My implementation could use some streamlining, and it seems like regl has a bug with VAO emulation, filed here: https://github.com/regl-project/regl/issues/633