Evan Czaplicki
Evan Czaplicki
Why are you doing this? Instead of fake examples, can you explain how this comes up? I'm imagining that an enum like `type Mode = Print | Pdf | Html`...
Why are you interested in having the output go to stdout? Do you want JS or HTML? More details on the root motivation would be really helpful in assessing an...
I can think of cases where I'd want this to produce JS, but are there cases where it'd make sense to produce HTML? I think it's worth brainstorming on that....
I suspect this is something about how mutually recursive functions are stored in object files. I do not see why they would not be stored as normal, but that's my...
Adding the `renderView : Num -> Html.Html msg` annotation fixes this. Noting as a hint for a future debugging session.
I think the :command pattern is pretty inelegant. How is this done in the Python or ruby repl?
How widely supported is webp right now? Which browsers? Are there conditions under which the mime type work or not?
I am going to try to do this in the next couple days. I like it. I think we can combine the `--node-js` and `--js` flags into one thing, but...
I can't understand either of these points. Can you move this to its own issue and describe your scenario more completely? I don't know how sublime works, I don't know...
Please open another issue.