shaimildar

Results 11 comments of shaimildar

no, the spec says: ![image](https://user-images.githubusercontent.com/74532770/196644261-e53938fc-4aab-467e-8358-40808a16e319.png) meaning only required fields should not exceed 300, meaning bytesOut should contain only required fields it says nothing about optional fields

about optional fields: the spec says: ![image](https://user-images.githubusercontent.com/74532770/196645368-d2694720-0027-453d-b247-d615c1b535b3.png) meaning what free space remains may be used by optional fields

yes, me too I had to delete vscode because of this bug i use vstudio2022 for now

but how to close the toast using my own button?

nevermind made a fork and did what I must

Agree, I had to include `mtl` to use `throwError`

Same issue. After executing `stack haddock`, I still cannot see the docs in neovim. But I can open them with `stack haddock --open`, which opens `file:///home/ildarshaymukhametov/repos/advent-of-code/2016/haskell/.stack-work/install/x86_64-linux/a1da4e61d6fe6ceb1ffd15968ecf7cd6268b99fc0178a59832e51f24d473d876/9.4.8/doc/all/index.html` This page shows the...

Thanks! It worked! For stack: I had to build it with `cabal build` + cabal.project, however, to make it work I have two folders now: `.stack-work` and `dist-newstyle` If I...