miso
miso copied to clipboard
:ramen: A tasty Haskell front-end framework
Bumps [jsdom](https://github.com/jsdom/jsdom) from 11.12.0 to 16.5.0. Release notes Sourced from jsdom's releases. Version 16.5.0 Added window.queueMicrotask(). Added window.event. Added inputEvent.inputType. (diegohaz) Removed ondragexit from Window and friends, per a spec...
Currently points to our nixpkgs fork with a `https://` ghcjs URL instead of a non-working `git://` URL. Technically can cheekily be switched back to non-fork as long as it's been...
Hi guys, I don't know much about nix, but this seems like it needs to be fixed from this side. **Describe the bug** There is not much else to add....
**Is your feature request related to a problem? Please describe.** I am currently using Sortable.js (https://sortablejs.github.io/Sortable/) to make a nice easy drag-to-sort list of items. The way I make this...
**Describe the bug** I get the following build error after following the getting started instructions: ``` tkx@Torstens-MBP-3 [18:28:27] [~/devel/miso/sample-app] [master] -> % nix-build these derivations will be built: /nix/store/h0s3aagn5ry0c8i21c82zkk07rnf0zgd-miso-1.6.0.0.drv /nix/store/4afismzhx4arim5mk95rm3kydbl9cps5-app-0.1.0.0.drv...
I followed the exact steps in the README, and running `nix-shell -A env --run 'cabal configure --ghcjs && cabal build'` takes 8GB or RAM. Is this expected? Is this related...
**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).
To reproduce make an app with an `onClick` attribute on something that isn't a button and without any special styling, and try and click on it on mobile safari. You...