Guillaume Hivert

Results 72 comments of Guillaume Hivert
trafficstars

I'm no more working on Elm in my daily life, I can try to add it to the library, but this will take some time. On the change, I agree...

Same problem here. Works with more than 10 seconds...

Do you think we could add this special case to the formatter ?

Your second option is the right way to go in your case (if you don't want to change the size of the node in the future)! Unfortunately, due to the...

I'll keep it open few days if you're not against it, before doing a meta issue for the documentation

I was thinking about that lately. What would be your usage of selecting `:root`? For me, it was mainly for CSS variables, which can simply be set at the top...

I'm missing some descendent selectors in `sketch` no matter what. There's right now no way to target `.class:hover child` which seems to me a rather recurrent pattern. Maybe we could...

FYI, I'll change the init setup of sketch in order to build more easily common CSS. It's still on my to-do list, just building it as things are needed for...

The change in init is done, I can experiments on building custom stylesheets!

That would be awesome! I think a really generic Color type would be nice, with multiple constructors, and ways to generate colors at the end like you wrote. ```gleam pub...