-
I have a project using reflex-platform with GHC 8.6.5. Therefore, this project requires haskell-language-server built with GHC 8.6.5. [The haskell4nix documentation](https://haskell4nix.readthedocs.io…
-
I'm trying to implement a client-server app where server essentially pushes a lot (~1M) of tailed log entries onto the client, which consists of the lazy list and some filtering controls.
My issue is…
-
I wanna using obelisk to develop a front-end application and I can't find any docs for build or output javascript for me.
Does it fessible to develop it and how should I do?
-
I've migrated a [reflex binding for OpenLayers](https://github.com/albertov/reflex-openlayers) to the development branch of reflex-dom and I've noticed that I can no longer depend on the "postBuild" e…
-
**Describe the feature request**
When compiling `cbits`-style code (code that's designed for `foreign import` only by its containing library), it would be nice if there was some official/automatic wa…
-
-
Examples:
```hs
import Reflex.Dom.Testing
import Reflex.Dom.Testing (childButton, doClick)
hspec $ do
specify "constant rendering" $ do
testRender (text "test1") `shouldBe` "test1"
…
Wizek updated
5 years ago
-
When running `niv add input-output-hk/haskell.nix -n haskellNix` the following output is produced:
```
Adding package haskellNix
FATAL: Could not read the output of 'nix-prefetch-url'. This is …
-
Hi,
I'm attempting to add haskell-ide-engine to my project. It was recently added to NixPkgs, and hopefully reflex-platform's fork will include it soon. In the meantime, I've copied the package exp…
-
We currently have a bunch of stuff in reflex-platform that stack users need to replicate in order to get a working setup. We should do something about this.
For anything we're overriding, provide i…