Gareth Jones
Gareth Jones
``` java.nio.file.AccessDeniedException: C:\composerJson.xml at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:89) at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103) at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108) at java.base/sun.nio.fs.WindowsFileSystemProvider.newByteChannel(WindowsFileSystemProvider.java:235) at java.base/java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:478) at java.base/java.nio.file.Files.newOutputStream(Files.java:219) at com.intellij.util.io.PathKt.outputStream(path.kt:48) at com.intellij.configurationStore.DefaultProjectElementNormalizerKt.writeConfigFile(defaultProjectElementNormalizer.kt:170) at com.intellij.configurationStore.DefaultProjectElementNormalizerKt.moveComponentConfiguration(defaultProjectElementNormalizer.kt:146) at com.intellij.configurationStore.DefaultProjectElementNormalizerKt.normalizeDefaultProjectElement(defaultProjectElementNormalizer.kt:52) at com.intellij.configurationStore.ProjectStoreBase.loadProjectFromTemplate(ProjectStoreBase.kt:82) at com.intellij.configurationStore.ProjectStoreBase.setPath(ProjectStoreBase.kt:154) at com.intellij.openapi.project.impl.ProjectManagerImpl.initProject(ProjectManagerImpl.java:314) at...
## Summary https://github.com/jest-community/eslint-plugin-jest/pull/1167#discussion_r924572624 ## Test plan
This allows access to the types without being a breaking change.
Jest already has a `toBeNaN` matcher, which I'm assuming was added after `jest-extended`s was. Is there any reason to keep the one in `jest-extended` around?
For some reason, the CDN plugin is just not working in IE11 - every time it replaces a package that is used, an error of some kind happens. The pages...
Since `.lintstagedrc` is a JSON file, it can be validated if a schema is provided. This schema could then be added to [schemastore](https://github.com/SchemaStore/schemastore), which'd make it [available](http://schemastore.org/json/) on their [public...
I'd love to use this library with typescript. I've written [my own typings for the time being](https://gist.github.com/G-Rath/e7fb97eb2c29f12b1eef27becf80b700), but would be happy to out in getting all the micromatch libraries typed....
*Issue #, if available:* #3050 *Description of changes:* This adds support for `aws s3 presign-put` per [the desired design](https://github.com/aws/aws-cli/issues/3050#issuecomment-1098286902). The design mentioned having `presign` become an alias for `presign-get` -...
### Environment 1. `node -v`: v10.15.3 1. `npm -v`: 6.9.0 1. `npm ls jest` or `npm ls react-scripts` (if you haven’t ejected): 24.7.1 1. Operating system: Windows 10 Pro ###...
`bundler-audit` doesn't track if it actually ignored an unpatched gem due to an ignore - it would be good if it did, and so errored if it was asked to...