Andy Ray
Andy Ray
PROBLEM It appears that r3r renders components in an unexpected order, firing React lifecycle hook methods in an unexpected order. Right now this is what I believe I'm seeing: 1....
As mentioned in IRC, I'm seeing components printed in `printWasted()` that I don't believe are actually ever getting rendered. For example printWasted shows me: | Owner > Component | Inclusive...
Coming out of a discussion on IRC, it's expensive to delete and re-create any resources in the `` tag, like ``. One solution here is to only have one top...
By default, text geometry isn't centered. So wherever you place the text, it will start leftmost aligned at that position. The Three.js examples get around this by using [`geoemtry.center()`](http://threejs.org/docs/#Reference/Core/Geometry.center). This...
Can you clarify what the rules for the `` object is? I'm not sure when I can access a resources from a different part of my component tree, etc. Some...
you have a duplicate `constant_expression` declaration at the end of the file
https://github.com/GA-MO/react-confirm-alert/blob/3654247b7b263b0999cd9d978ebef3eb65494699/src/index.js#L85 Why does this API exist? Knowing there's a keypress isn't helpful on its own.
Rspec lets you run tests with `rpec test/spec.rb -e 'name of test'` where `name of test` is some subset of the test string. This can be very useful for when...
I have a spec in this file: `spec/features/some_spec/some_thing.rb` Header of the file: ``` require 'spec_helper' feature 'some feature spec', type: :feature, js: true do ``` None of the runner commands...
This plugin overwrites default VSCode shortcuts and it shouldn't. Right now this is the only way I can find to undo what this plugin does: ``` { "key": "shift+alt+down", "command":...