jerbaroo
jerbaroo
I think the length of a function such as [this](https://github.com/commercialhaskell/hindent/blame/master/src/HIndent.hs#L60) prevents new people like myself from getting involved in the project, it's difficult to keep in mind what the function...
``` python @adt class ExampleADT: EMPTY: Case INTEGER: Case[int] STRING_PAIR: Case[str, str] ``` First, I love what you are doing with this library. There is just one thing holding me...
First of all thank you for your amazing work! One of two applets that are missing for my use case (moving from macOS to Linux) is a bluetooth applet. Would...
One of two applets that are missing for my use case (moving from macOS to Linux) is a Insync sync status applet. Would be great to be able to quickly...
``` If you have any trouble with this script, please submit an issue at https://github.com/reflex-frp/reflex-platform/issues Entering the reflex sandbox... these paths will be fetched (6.02 MiB download, 155.91 MiB unpacked):...
``` nix-shell -A shells.ghcjs --run "cabal --project-file=cabal-ghcjs.project --builddir=dist-ghcjs new-build all" ``` Would the following be a shorter alternative? ``` nix-shell -A shells.ghcjs --run "cabal --builddir=dist-ghcjs new-build frontend" ``` My guess...
Would be great if there was an example in the docs about how to write a .nix file to generate a docker image containing a static executable.
Exposing more of the event data allows the user more freedom. Take for example the mouse events,`mousemove`, `mousedown` etc. Currently the coordinates of the event relative to the source element...
Here is the code for the [problem](#problem) described below. ``` Haskell main :: IO () main = do startGUI defaultConfig setup setup :: Window -> UI () setup window =...
I would like to set the attribute `webkitdirectory` on an `` element such that users of the application are only allowed to select directories. How about exposing `emptyAttr`, similar to...