Results 18 comments of swarthy

Another example ```javascript class MyComponent extends Component { static propTypes = { children: props => { const children = React.Children.toArray(props.children) for (let i = 0; i < children.length; i++) {...

As temp workaround config/footprints.js ``` javascript const controllerNames = Object.keys(require('../api/controllers')) module.exports = { controllers: {ignore: controllerNames}, ... } ```

Hi! I guess that the problem is in the webpack configuration and you should figure out why the incorrect code is being built. Otherwise, you'll have to do a PR...

I've modified `linter.py` in ` ~/.config/sublime-text-3/Installed Packages/SublimeLinter-contrib-eslint_d.sublime-package` linter.py ```python def communicate(self, cmd, code=None): """Run an external executable using stdin to pass code and return its output.""" if '__RELATIVE_TO_FOLDER__' in cmd:...

@jokester Hi! PR is welcome

Support for `ioredis-mock` added in v5.6.0

Hello! Maybe then it would be more convenient to catch this error at the client level, since it is an infrastructure problem? Errors can also occur between refresh calls (e.g....

You can disable periodical semaphore refresh with `refreshInterval: 0`. After awaited `.acquire()` there is no place where you could catch such errors. If you would prefer something like `onRefreshError` callback...