-
The links in the table cells at https://explorer.chainweb.com/ don't properly open a new tab when I Cmd-click them (on Mac). The code for these links is here:
https://github.com/kadena-io/block-ex…
-
**Describe the bug**
I do `nix-store -r /nix/store/asdfasdfasfd-a-darwin.drv`, which is input-addressed, and which produces a path I can substitute. But instead of substituting the path, Nix compla…
-
I couldn't find anything whatsoever... Does it run in the browser? What have people built with it? What _can_ be built with it?
-
Basically the same thing as `_inputElementConfig_setValue` but for calling `.focus()` on the underlying element when the event fires.
-
The request body gets copied before `send`. This may be more efficient in case of `jsaddle-warp` but possibly not on GHCJS. Also we're assuming offset = 0 and length is appropriate. `B.copy` seems to …
-
On nixpkgs master (at least as of 395bcc0b27ce0d3c8a9af09737ba076a089a8dd6), I can't get reflex-0.6.1 to build using because it's indirectly depending on two different versions of haskell-src-exts ( h…
-
Hi
I would really appreciate if you'd help me building the project. I started a bug here originally https://github.com/ghcjs/ghcjs/issues/529 , but I think this is a better place to resolve it.
Repo…
-
the dropdown function is currently implemented like this
```haskell
dropdown :: forall k t m. (DomBuilder t m, MonadFix m, MonadHold t m, PostBuild t m, Ord k) => k -> Dynamic t (Map k Text) -> Drop…
-
I have found the documentation a little bit sparse. After asking a question or two on stackOverflow it has become clear I do not understand the purpose of ghcjs.
> GHCJS is a Haskell to JavaScript…
-
Current version of `reflex-glfw` depends on an unreleased version of [`Reflex`](https://github.com/reflex-frp/reflex).