Gareth Jones

Results 157 issues of Gareth Jones

Got this while closing the `hello-world` R project from Exercism: ``` java.lang.AssertionError: Already disposed: Project (Disposed) hello-world at com.intellij.openapi.components.impl.ComponentManagerImpl.lambda$throwAlreadyDisposed$1(ComponentManagerImpl.java:245) at com.intellij.openapi.application.ReadAction.lambda$run$1(ReadAction.java:53) at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:970) at com.intellij.openapi.application.ReadAction.compute(ReadAction.java:57) at com.intellij.openapi.application.ReadAction.run(ReadAction.java:53) at com.intellij.openapi.components.impl.ComponentManagerImpl.throwAlreadyDisposed(ComponentManagerImpl.java:243) at...

I would love to use this library with TypeScript, but there don't seem to be any typings :(

We've switched our internal auditor over to using `osv-detector` and plan to start generally switching apps over time to use it. This is a little tricky to handle here because...

Otherwise we get weird errors from linting that are technically correct but don't describe the actual problem, because TypeScript attempts to fail gracefully. e.g. if you attempt to use a...

**Describe the bug** ``` java.lang.ClassCastException: class com.intellij.psi.impl.source.tree.injected.EditorWindowTrackerImpl$EditorWindowImpl cannot be cast to class com.intellij.openapi.editor.impl.EditorImpl (com.intellij.psi.impl.source.tree.injected.EditorWindowTrackerImpl$EditorWindowImpl and com.intellij.openapi.editor.impl.EditorImpl are in unnamed module of loader com.intellij.util.lang.PathClassLoader @629f0666) at software.aws.toolkits.jetbrains.services.codewhisperer.toolwindow.CodeWhispererCodeReferenceManager.addListeners(CodeWhispererCodeReferenceManager.kt:210) at software.aws.toolkits.jetbrains.services.codewhisperer.toolwindow.CodeWhispererCodeReferenceActionListener.afterAccept(CodeWhispererCodeReferenceActionListener.kt:16) at com.intellij.util.messages.impl.MessageBusImplKt.invokeMethod(MessageBusImpl.kt:649)...

bug
codewhisperer

Added & applied `prettier` to this project, using a config I recommend + based on the formatting already being used. Will follow this up with a basic eslint config in...

This should work out of the box, but got to do some testing with a few commits to ensure all the checks are happening. @schwamster this'll require a GH access...

### Versions scss-lint version: scss-lint 0.57.1 IntelliJ IDEA 2018.3.4 (Ultimate Edition) Build #IU-183.5429.30, built on January 29, 2019 Licensed to Gareth Jones Subscription is active until June 22, 2019 JRE:...

Resolves #67

enhancement