Oleg Anashkin
Oleg Anashkin
Repro steps: 1. Install extension 2. Enabled "high contrast" option. Set "dark theme" to off or on - it doesn't matter. 3. Everything is black and white, not orange
Normally for play projects the generated source root is at `{project}/target/scala-2.10/src_managed/main` and this root is correctly detected by sbt-idea, but in addition to this root, it also adds more: `{project}/target/scala-2.10/src_managed/main/com`...
Here's a sample file that triggers the exception: ```haskell module Main where main :: IO () main = do input
OS: Windows 10 Plugin version: 1.0.0-beta85 IntelliJ: IntelliJ IDEA 2021.1 EAP Stack: 2.5.1 GHC: 8.10.4 When importing a new nearly empty project (and using "update haskell tools") the plugin very...
Plugin version: 1.0.0-beta85 Stacktrace: ```log java.lang.IllegalArgumentException: Argument for @NotNull parameter 'endElement' of com/intellij/codeInspection/ProblemDescriptorBase. must not be null at com.intellij.codeInspection.ProblemDescriptorBase.$$$reportNull$$$0(ProblemDescriptorBase.java) at com.intellij.codeInspection.ProblemDescriptorBase.(ProblemDescriptorBase.java) at intellij.haskell.inspection.HLintInspectionTool.$anonfun$checkFile$6(HLintInspectionTool.scala:96) at scala.Option.map(Option.scala:242) at intellij.haskell.inspection.HLintInspectionTool.$anonfun$checkFile$5(HLintInspectionTool.scala:74) at scala.collection.Iterator$$anon$10.nextCur(Iterator.scala:585) at...
[Zstandard](https://github.com/facebook/zstd) (also known as zstd) has a great speed and compression ratio tradeoff. It also has a backing of a huge company (Facebook) and its repo is very active. I...
The default bundler will add the CSS tags to the end of the HEAD tag. If you want the original behaviour, set client options.cssWithJavaScript = true. ### Original: Currently SocketStream...
Existing `toDateTime` in `RichLong` always uses default time zone which is not always what is desired. For using custom time zone it's necessary to do double call like `123.toDateTime.toDateTime(DateTimeZone.UTC)` which...
## Description When command `particle update-cli --help` is executed, it panics instead of showing a help message. ### Steps to reproduce Run `particle update-cli --help` from VSCode terminal. ### Expected...