Jakub Hampl
Jakub Hampl
We used `position: sticky` to do "chapter headers" ala iOS scrolling lists.
AFAIK this can be closed? I don' think there is a staightforward fix, apart from doing some of the stuff in the example.
Perhaps an intermediate option (which could theoretically be shipped in some sort of non-breaking manner even!) would be to keep the current `Scale` implementation (although I would like to rename...
Also perhaps prohibit `Quantity.unwrap` and `Quantity.unsafe`? I've unfortunately encountered these in the middle of some random application code at work, which in my mind defies the point.
I was hoping for something like the color swatches from standard color pickers, but the colors would come variables that are in scope.
> Mitosis currently only does a 1:1 mapping of Mitosis component file to output file. So it's going to require a non-trivial refactor across all generators to allow generators to...
@sbrow I think I should explain some of the motivation here. I work on a an Elm team in a large corporation that is mostly React based. We have significant...
Perhaps, but I think you are looking at the "one thing" from the perspective of a developer of tooling, not from the perspective of user of tooling. From the perspective...
I think in general elm-syntax could do with some companion modules that help with and simplify common AST manipulation tasks. This would be a great fit for that (not that...
Off of the rules we use: - NoDeprecated: maybe? Showing why elm-review thinks it's deprecated might be useful, but sort of doubtful... - NoMissingTypeExpose: showing at least one type signature...