Evan Czaplicki
Evan Czaplicki
Elm does not do anything special to account for the `contenteditable` attribute. People have reported the following things: ## Problems - #89 - problems with copy/paste - #88, #81 -...
This is a meta issue, designed to be a central home for related problems. If you want to report something, just open a new issue. Don't worry about searching for...
Many people have expressed interest in _server-side rendering_. For folks who do not know what that means, here are the basic facts that motivate it: - Your first frame loads...
Issue #33 reported the following behavior: ``` run float "00.23" == Ok 0 run float "01" == Ok 0 ``` Need to test with newer implementation
A couple issues and pull requests have asked for something like this: ```elm remainingSegments : Parser (List String -> a) a ``` Here they are: - #38 -`espa%C3%B1ol` in hash...
Some people want changes and additions to the query parameter stuff: - #13 - make query parameters mandatory (PR in #22) - #36 - query parameters as flags, `Bool` rather...
## Problem Some issues on this repo are saying that more decoding should happen on path segments by default: - https://github.com/elm/url/issues/16 - https://github.com/elm/url/issues/20 - https://github.com/elm/url/issues/25 - https://github.com/elm/url/issues/41 Issue #20 also...
My roommate was looking at Preselm and felt like the slide transitions were jittery. I used an FPS of 60 to smooth this out. I also added a nonlinear transition...
- I see there is a .tar.gz of linux things, but how are they made? - Should I make these as part of the build process? - Is there any...
Not sure if you want it in, but I think it's best not to have a link like this. I also think it's a bit confusing?