Danila Danko
Danila Danko
**Describe the bug** The [instruction](https://github.com/dmjio/miso/tree/master/sample-app-jsaddle#add-external-javascript-file) refers to the module `B` which appears [here](https://github.com/developandplay/material-components-web-miso/blob/97a20097bf522b62743c884b66757eb895edd690/sample-app-jsaddle/Main.hs#L14), but not [here](https://github.com/dmjio/miso/blob/master/sample-app-jsaddle/Main.hs).
Since I'm a newbie, I had a hard time understanding how to set the path to HLS executable. It was assumed (but not written) that it should be done in...
Hi! I installed the most recent version of `purs`, and tried building your template. However, my compiler version didn't match the one in `packages.dhall`, so I updated it there and...
### Your environment Which OS do you use: Ubuntu 20.04 Which LSP client (editor/plugin) do you use: VS Code, Haskell extension v2.2.0, ghc 9.2.0, HLS 1.7.0.0 Describe your project (alternative:...
Hi! I'm going through the chapter [Performing Effects](https://github.com/purescript-halogen/purescript-halogen/blob/master/docs/guide/03-Performing-Effects.md#an-aff-example-http-requests) on my local machine and get an error with the latest version of `purescript-affjax`'s [get](https://pursuit.purescript.org/packages/purescript-affjax/13.0.0/docs/Affjax#v:get) function in this line ```purs response
Hi! I'd like to have an opportunity to have an [eoc](https://github.com/objectionary/eoc)-like tool in web. E.g., I send a request to a server and get either the errors or the result...
How can I add the latest `haskell-language-server` to the shell? It should be compiled with the same compiler as the project uses, so I'd like to use `haskell.nix`'s capabilities.
trying on this [project](https://github.com/br4ch1st0chr0n3/try-flake-hn/commit/c4c66057da3df3137e687baa40c8eb4a0934c54b) ```sh $ nix develop warning: Git tree '/home/eyjafjallajokull/Desktop/try-flake-hn' is dirty warning: Using saved setting for 'allow-import-from-derivation = true' from ~/.local/share/nix/trusted-settings.json. warning: Using saved setting for 'extra-substituters...
Hi! @Xe, I'd like to ask you to update the article since it's pinned on the nix flakes [page](https://nixos.wiki/wiki/Flakes). Here is a list of problems which I've encountered while reading...