Ryan Trinkle
Ryan Trinkle
Although most users will encounter a sudo prompt and have a chance to cancel before a Nix installation begins, users who have recently sudoed or who have NOPROMPT set in...
Support /u/davecompton7's docker script, mentioned [here](https://www.reddit.com/r/haskell/comments/64r5on/realworldreflex/dg6o1v5/).
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...
When invoking work-on using a platform.nix file, we should be able to encode options such as useTextJSString in the platform.nix file so they're not forgotten.
I believe we can just change the text, because it's just a comment string; however, we need to test that assumption.
https://github.com/reflex-frp/reflex-dom/blob/f11eba42f08333db67acb61804c178afb64a3bb3/reflex-dom-core/src/Reflex/Dom/Builder/Static.hs#L315 - `initialValue` should result in a `value` attribute - This also means we could conflict with an explicitly given value attribute; we probably need a way to report warnings...
I noticed that it says [here](https://github.com/haskell-hvr/cassava/blob/3948a83ef6fbe4d17d7dfa1b39166e7a3f16679a/src/Data/Csv/Parser.hs#L6) that empty lines are removed. This doesn't match how (at least) LibreOffice behaves, and it caused a somewhat surprising bug for me. Would it...
This allows us to provide more type information to the continuations. Specifically: cpara_SList doesn't allow the `cons` continuation to know that there's a connection between `(y ': ys)` and `xs`....