Brian Hicks
Brian Hicks
great, thank you!
Oh neat, I’ll look into that. Thank you!
I'm no longer at Vendr. @Janiczek or @wolfadex may be able to get this filed, but using relative paths was working pretty well when I left!
This should work, if I'm understanding how `extras_require` works. I can't find a lot of documentation around it, so I'm just going to remove it from the docs and hope...
the first is not awful, actually! I've got a script that does it for me (although it depends on private code, so I can't just give it to you.) I've...
oh, that's interesting. Why does this project need to be compiled with musl?
I don't think `elm-community` should grow in scope. If a package is maintained by an individual, that's an indicator of ownership. It can also be an indicator of quality (for...
@eeue56 this is a really reasonable thing to point out. We obviously don't want to cause outages or split versions between an old (`evancz/elm-http`) and new (`elm-lang/http`) repos. I think...
Mmm, I could have communicated that better. What I mean is: it's really easy to recommend a package as the best when there's only one package. When there are two...
quite! For the sake of capturing here, this is what I have in my code now: ```elm {-| IE11 doesn't like it when you nest elements with `display: flex` (it...