Richard Feldman

Results 165 issues of Richard Feldman

> Prior discussions: https://github.com/rtfeldman/elm-css/issues/430 https://github.com/rtfeldman/elm-css/issues/431 https://github.com/rtfeldman/elm-css/pull/227 #275 I'd like to add animations to `elm-css`, which requires some API design work. CSS Tricks has [the best intro I've read on the...

enhancement

This issue will help coordinate efforts on https://github.com/rtfeldman/elm-css/issues/375 (the [`phantom-types` branch](https://github.com/rtfeldman/elm-css/tree/phantom-types)) If you'd like to pitch in, awesome! Here are some guidelines on how to contribute: https://github.com/rtfeldman/elm-css/wiki/Phantom-Types:-Contributing If you'd like...

help wanted

Given https://mobile.twitter.com/matheusdev23/status/1459272654544904204 I'm thinking we should probably stick with Murmur3 for now. Hash collision bugs would be extremely painful to detect and debug in user space, and I don't really...

Not sure how I missed this originally. 😅

Right now `Css.Transitions` looks like this: ```elm easeIn : TimingFunction backgroundColor : Time -> Transition backgroundColor2 : Time -> Time -> Transition backgroundColor3 : Time -> Time -> TimingFunction ->...

question

## Problem [Some CSS property names are also value names](https://github.com/rtfeldman/elm-css/issues/174). For example, there's the [`left` property](https://developer.mozilla.org/en-US/docs/Web/CSS/left) (e.g. `left: 5px`) and the [`left` value](https://developer.mozilla.org/en-US/docs/Web/CSS/float#Values) (e.g. `float: left`). In `elm-css`, properties are...

question

It appears there are cases of Chrome misinterpreting valid CSS involving media queries that change over time: * https://github.com/rtfeldman/elm-css/issues/386 * https://github.com/rtfeldman/elm-css/issues/378 The CSS is valid and it only happens with...

The `Css.Global` module could introduce an API for [attribute selectors](https://developer.mozilla.org/en-US/docs/Web/CSS/Attribute_selectors). This seems like a reasonable use case to cover. I don't think we should try to make the attributes type-safe...

enhancement

I'm working on having `Css.Value` use phantom types. (More on what this means below.) If you're using `elm-css`, you may not even notice this change when it comes out (except...

Issues are better for tracking TODOs than comments in source code are!