Daniel Green
Daniel Green
If the snippet cannot detect the indentation settings then at least provide a setting to set the indent character.
`autochecker 6.*` would be fantastic, I don't really care about 0.10 0.12 ect
Not a bug, I just need to know how to get my `vscode-jest-tests` configuration back.
**Describe the bug** Reading the documentation for global decorators here: https://storybook.js.org/addons/@storybook/react-testing It says to import storybook/preview.js Import is an es6 feature as is the component story format which is the...
Please *Edit from @rsese: more thoughts from @ELLIOTTCABLE via https://github.com/atom/atom/issues/15895* At the moment, I have to resort to a browser tab to hunt down an Atom theme that I like...
I have two gulp tasks, one that sets up istanbul with gulp-istanbul: gulp.src(['lib/**/*.js']) .pipe(istanbul(istanbulOptions)) .pipe(istanbul.hookRequire()); and the other that runs the tests return gulp.src(['test/**/' + serviceName + '.js']) .pipe(jasmine(jasmineOptions)) .pipe(istanbul.writeReports());...
When using the `checkForExisting` option, start the loading state as `false` and only set loading to true if the script does not already exist. Resolves #24
Updates various dependencies to support React 18. Also updates to latest version of react-intersection-observer. This resolves #45 & #46
Current version of react-intesection-observer is [6.x](https://github.com/fpapado/react-lazy-images/blob/2ec1f3e8af423295b23b7dbf05c6ab1cd30f6982/package.json#L68) and current is 9.x This is preventing us from updating react-intersection-observer.
The `react-lazy-images` package has a peer dependency of [react 15 or 16 ](https://github.com/fpapado/react-lazy-images/blob/2ec1f3e8af423295b23b7dbf05c6ab1cd30f6982/package.json#L72) this means we cannot use it with react 17 or 18 and npm 8. NPM 8 requires...