fenduru

Results 5 issues of fenduru

I'm looking to create a graph of computed data where there may exist dependencies. I had previously begun working on my own library, but came across this one and it...

When the template is rendered, a nice document fragment is built up, however only the firstChild of that fragment is returned. This makes it impossible to have multiple top-level elements...

Using [this reporter](https://github.com/swissmanu/protractor-screenshot-reporter/blob/master/index.js), sometimes Protractor exits before the `takeScreenshot()` promise is resolved. This causes the last test to occasionally not have a screenshot generated. My guess would be that `_teardownEnv()`...

When memoizing a sequence, accessing any value in that sequence seems to cause the entire sequence to be evaluate eagerly. I think that the correct behavior would be to evaluate...

enhancement

**What problem does this solve or what need does it fill?** When the timestep between a `PhysicsSystem` and `RenderSystem` differs (i.e. because the PhysicsSystem runs on a fixed timestep), and...

C-Enhancement
A-Rendering
A-Transform
D-Complex
S-Ready-For-Implementation
A-Time
X-Contentious