Justin Stahlman

Results 11 issues of Justin Stahlman

The fix that removed arrow functions to be compatible with common js changed the scope for `this` in the bindResult method. Now props are bound to the eventListener and sent...

I was trying to fix this but when I look at the code I don't see why it's showing the deprecation warning. I read https://facebook.github.io/react/warnings/dont-call-proptypes.html#fixing-the-false-positive-in-third-party-proptypes about the message possibly being...

> Yes, you can intercept the click with onClickThumbnail, capture the image index and do whatever and then call (or not) openLightbox. I can't figure out how to call openLightbox()...

Coffeescript can now be transpiled back into Javascript without too much trouble. In case there's an interest in converting the LC core (which might attract more contributors to LC). https://benchling.engineering/from-200k-lines-of-coffeescript-to-zero-making-decaffeinate-super-stable-4de0ca68d9bc

enhancement

I have an SVG bar graph and I want to attach tooltips to the rectangles (bars). I tried 3 things that failed: 1. It says is invalid markup inside an...

I can live with it not working in desktop Safari, but I'd like it to work on iPad. In Chrome & Firefox I can select items and move/resize them. Very...

This is just to clarify how to use the commands. To create a new project, the command `create:project` is not the name of your project, it is the command: **ERROR...

This is more of a feature request. My problem is that I have some custom code in my styles.css and index.html and these get overwritten each time I build. Currently...

I tried to modify the plugin to return the loaded JSON in a callback but wasn't successful. I know Lawnchair has a callback on successful load. Can this be done...

Just discovered this but can't get it to work in v15.4.2 with ES6-style classes. Since contextTypes are experimental in React I wondered if this library is still supported.