Michael
Michael
Implement a proper fix to support ESLint 8 and it's async `calculateConfigForFile`. At the moment I use the deprecated CLIEngine, and it might break at any time. Reference: https://github.com/mradionov/eslint-plugin-disable/issues/28
When I pass a float number to UiSlider `step` prop, the value is always rounded up to integer therefore "1" is the least possible step. ```html ``` I think it...
When Mutate input is active and I press my shortcut for keyboard layout switch nothing happens. I also try my another global shortcuts - Mutate seems to swallow them. I...
[ESLint supports ignoring files and directories](http://eslint.org/docs/user-guide/configuring#ignoring-files-and-directories) via the `.eslintignore` file. It seems that in the current version of the plugin the `.eslintignore` is not picked up, errors in a code...
Getting "Parse error: syntax error, unexpected 'yield' (T_YIELD), expecting identifier (T_STRING) in .../application/libraries/Template.php on line 314", when using PHP 5.5+, where there is a new keyword "yield", which conflicts with...