Simon

Results 73 comments of Simon

> to be as non-breaking as we can, to enable easy migration. One potential solution to that is to add a variant(s) to measure functions vs replacing them. Like so...

I would advocate for supporting only "shorthand" version (at least initially), e.g. just "gap". My understanding that `column-gap` and `row-gap` have special case for flex-box layouts. In other words, grid...

PLEASE, that will be a game changer for me. I have to use ```fsharp { a = 1 } ``` all the time, because I found myself often adding or...

I love the idea, could you elaborate a bit how it will look like in code e2e?

> I guess doing a lookup on each AddScalar would not be great. Maybe we can do a deduplication pass on all attributes during Widget.Compile? This is going to be...

right, and the sort is stable, meaning it preserves the order of elements with the same key

@orta suggested to cross link my tweet: https://twitter.com/twopSK/status/1194117666052567043 I would love to create my own subset of ts but with smaller api surface area and ideally have a custom extension:...

@alamastor Yes, I did, although it is not exactly pretty. I used wasm-bindgen to expose a memory pointer through a function call. I have an example here: 1. here I...

I'm not a css expert, so my opinion might not be as valuable. My concern is this situation ```css .style-img { border-image: linear-gradient(90deg, rgba(230, 232, 235, 0), #e6e8eb) 0 0...