Rob Mayer

Results 22 issues of Rob Mayer

``` /* useRefArray.js */ export default (list) => { const ref = React.useRef([]); React.useEffect(() => { ref.current = ref.current.slice(0, list.length); }, [list]); const getter = (index) => { return (element)...

This was a bit of a hack in order to get a Buffer-like component, but I essentially took an AND gate, wired both A and B inputs into single SIGNAL...

I have a layer tree as follows: Character01 - Bones - Helpers - Geometry would it be possible to make sublayer names unique? for example, the true layer name of...

Can I humbly request the Fury (a non-player Pirate Ship for the angel cartel) and the Macharial in STL format?

currently the 3-way adapter has the bottoms pointing outwards - how hard would it be to get a variant that has the tops pointing outwards? additionally - have you ever...

request

Hello, I see you haven't worked on this in some time, but I'm wondering if there's any possibility of seeing a Dynamic Bin size. Essentially instead of feeding it the...

Added a way for any props passed into the `` component get passed into the three script. The initial state of the props gets passed into the main script as...

I tested this on v0.5.0-beta1 as well as @NigelCunningham's PR version I have a div with an svg (I also tried with an img, and another div). The Div has...

I *think* I see what's going on - in polisher/base.js there's a CSS rule on line 603 that targets :first-letter on split-from elements. I've got a `` element that is...

fixes #226 and I *think* it fixes #223