Nicholas van de Walle
Nicholas van de Walle
My company adopted [the old react fontawesome](https://github.com/danawoodman/react-fontawesome/), and we have many references to it in our codebase. They've stopped updating in favor of this package: https://github.com/danawoodman/react-fontawesome/issues/69 I would like there...
Minor inconvenience: working on the drag exercises, one often accidentally 'selects' (as in text highlighting) a large portion of the viewport, as well as the div itself. This isn't a...
This fails: ``` const button = mount(Open Project ) expect(button).text('Open Project ') ``` because ``` AssertionError: expected to have text 'Open Project ', but it has 'Open Project ' ``` My...
This library was failing when I was using the node repl over ssh. This fixes that, but may have other problems. Willing to learn more about DISPLAY settings if necessary.