Evan Czaplicki

Results 116 comments of Evan Czaplicki

I was only aware of the `"on"` and `"off"` options when I chose the `Bool` argument. I'm not sure when we can expand the API there, but It should be...

Can you link to some documentation about best practices for screen readers of terminal output? When I run `git --help` I see: ``` usage: git [--version] [--help] [-C ] [-c...

I see the `href` case, but can someone show that `xlink:arcrole` is definitively now called `arcrole`? The broader claim here is that `xlink` is not used at all, and I...

See #219 which has an image of the problem in [`elm-lang/core@Platform`](http://package.elm-lang.org/packages/elm-lang/core/5.1.1/Platform)

SVG does not have JS properties. You can not use properties for anything. I am just curious why people are mixing and matching between these libraries.

I'm having trouble understanding the thing you want to do, so I am going to try to say what I understand. There are a couple ways to create `Part` values...

@brianvanburken, it is desirable to have multiple issues or PRs about a topic. - With issues, having more examples makes it easier to figure out. Having many examples in a...

I suspect this is not changed from previous releases. The compiler assumes elm.json will be in the project root in many places, not just during publication. There should definitely be...

Is it the same as [this issue](https://stackoverflow.com/questions/16040631/svg-foreignobject-and-absolute-positioning)? What would fix this?