Matthew Griffith
Matthew Griffith
I'd be hesitant to introduce a new variant like that because it would encourage people to handle those unknowns all the way in their UI. Ideally we'd want those cases...
Hello! Thanks :) I'm _definitely_ interested in supporting internationalization in a nice way, though I do realize that having concrete directions make this a little different than CSS and Apple....
This is a great idea! I'm going to play around with this for `v5`.
Sorry, I should have mentioned I'm planning on fixing the tests 😅 I just wanted to put the PR up so that there wasn't any duplication of work. Update incoming.
@avh4, @hkgumbs Ok, all tests pass now. I also adjusted the formatting to account for `Reason` + `description` that's provided by `getFailureReason`.
No problem 😄 I did see that slack thread and it makes sense. I actually don't use this package I was just updating it alongside a similar html test runner...
Hello! This would be super helpful! I really like the idea of a separate package that captures the vendor prefix data. Then anyone doing style-related work in the elm ecosystem...
I removed a lot of stuff that was inherited from the `html` library because I want to make sure that things that are included in the style elements lib are...
OK, so what I'm hearing is that what we really want is someway to conveniently create a tooltip :) If I added a way to specify tooltips to the lib...
Unguarded styles became very tricky to implement in `0.19` because `toString` can't be used in a package or code compiled with `--optimize`. So, I removed it when doing the upgrade,...