Paul Doyle
Paul Doyle
Current practices avoid generating anonymous functions for callbacks in `render` by defining those functions on `self` in a component's `init`. It would be extremely useful for components to provide a...
This will protect against side effects on unmounted components. Before we do this, it's important to note that React has removed this feature with the following justification: https://reactjs.org/blog/2015/12/16/ismounted-antipattern.html One reason...
This issue occurs when using syntax like the following: ```lua local greeting = ("hello, %s") :format("world") ``` Running luacov on a file containing only this code reports coverage as: ```...
It may be difficult to notice that you're overriding a definition. Foreman should warn or error when duplicate version of a tool are specified using the same key.