Taylor Troesh
Taylor Troesh
'eta' and 'elapsed' display MM:SS on durations over 1 minute
Currently, we have a messy module called `Bulma.Classes`. With a little documentation and organization, it could be published alongside the other modules. Let me know if there's any interest in...
I'd love to make this project web-accessible out-of-the-box. Fortunately, there's a wonderful package called [elm-html-a11y](http://package.elm-lang.org/packages/tesk9/elm-html-a11y/latest) to help us out with this!
I'd like to make functions more predictable. In this library, I feel like it's a bit hard to remember what each function expects. I'm thinking of "forcing" each function to...
In this library, we have _a lot_ of different modifiers! I'd like to make them simpler and/or easier to use. Let me know if you have any suggestions!
I like the "easy" functions, I'm thinking that they'd be better as snippets within the documentation for each function. That way, people can copy/paste easily, and edit the examples as...
Hello! The following URL lists replies to my comments: https://hnrss.org/replies?id=surprisetalk But it does not list replies to my stories/submissions. Is there any way to subscribe to all the top level...
Hello! I thought I'd continue the conversation from [the other issue](https://github.com/surprisetalk/elm-bulma/issues/9). Let's take a look at the library as `String`s: ```elm stringExample = div [ class box ] [] ```...
Note: This PR only implements `#a () #b ()` and not its corresponding "sugar" form `#a #b`.