Ruben Moor
Ruben Moor
Hi, sections inside the markdown block apparently interrupt the markdown: {% markdown %} ## Markdown works ## No Markdown rendering :( {% endmarkdown %} Is it meant like that? Can...
 Those lines going up there are the vertical drop line (I supposed) that all go somewhere top left. This is my code: ```haskell plotFrequencies :: IO () plotFrequencies =...
My reflex app froze with this output: ``` interactive>: merge: heightBagRef not yet initialized CallStack (from HasCallStack): error, called at src/Reflex/Spider/Internal.hs:2113:39 in reflex-0.8.2.0-Gfaw3jQ1AhSLySoqu64epQ:Reflex.Spider.Internal ``` I don't call `mergeCheap` directly and...
I have a weird inconsistency where I encounter the following error only when using `nix-build -A ghcjs.frontend`: ``` Setup: Encountered missing dependencies: servant-reflex -any ``` Building with cabal works fine:...
After 2 minutes it gets stuck like so (no progress after 25 minutes): ``` copying path '/nix/store/xqzjpj4krb7ij7kcys74ymw5lqkd06vv-all-cabal-hashes-component-connection-0.3.1' from 'https://nixcache.reflex-frp.org'... building '/nix/store/wz2a63b6f0867dr0ciiya7rs21xsp5im-cabal2nix-connection-0.3.1.drv'... installing these paths will be fetched (13.96 MiB download,...
My reflex-dom application gets stuck in a weird state where an event that is supposed to occur never occurs. Checking the "network" tab of the debugging tools I find two...
I want to play a sound when `evCorrect` happens, this is what I got, the code doesn't compile, though: ``` -- prerender is necessary to get `DomBuilderSpace m ~ GhcjsDomSpace`...
I upgraded to master and upon running `nix-shell` I get the error message: error: value is a function while a set was expected, at `default.nix:8:17` This refers to the line...
# feature request The interface perfectly permits multiple comment threads on a single page. Both, `data-schnack-slug` and `data-schnack-target` can be chosen to be unique, such that the script can be...
I had to make some arbitrary decisions to get this to work. So the code you see isn't ideal. It's tested, though and everything works in principle.