Jan Hrcek
Jan Hrcek
There's a noticeable lag when I start up atom. Atom's timecop package shows this  Here the plugin took over 40s to startup. It seems the startup...
### Your environment Which OS do you use: Linux, fedora 34 Which lsp-client do you use: Vscode Describe your project (alternative: link to the project): stack based project ### Steps...
When I change extension settings in vscode and then run "Haskell: Restart LSP Server" within vscode, the changed extension settings are not taken into account - it's still running haskell-language-server...
### Your environment Output of `haskell-language-server --probe-tools` or `haskell-language-server-wrapper --probe-tools`: ```sh haskell-language-server version: 1.1.0.1 (GHC: 8.8.4) (PATH: /home/jhrcek/.local/bin/haskell-language-server) (GIT hash: 0cc89d209791c4bc200bf582f0e5f2a8b2465220) Tool versions found on the $PATH cabal: 3.4.0.0 stack:...
When you import multiple modules, but give them the same import alias, one of those aliases is mistakenly reported as unused. SSCCE ```elm module Main exposing (main) import A as...
I love this plugin, it hugely boosts my productivity. So thank you for that :+1: There is just one behavior that slightly annoys me. When I resolve imports using the...
There is a discrepancy in how **elm-lang/html** and **elm-lang/svg** packages work with `style` attribute. This attribute is declared with different types in each package: `Html.Attributes.style : List (String, String) ->...
Working towards supporting Amazonka 2.0 (see https://github.com/seek-oss/serverless-haskell/issues/169) I have no idea if this works yet, just made it compile and fixed the tests. Anyway I need to test our proprietary...
Hello @koterpillar, since amazonka 2.0 release candidate is out (https://github.com/brendanhay/amazonka/discussions/716) I'd like to upgrade to it, but this will require this library to migrate to it too. Are you planning...
Today I tried upgrading from serverless-haskell from 0.12.5 to 0.12.6 With 0.12.5 my lambdas are building fine. But after upgrade to 0.12.6 I started getting failures like this: ```bash ......