Sergei

Results 18 comments of Sergei

Yeah, stripping with regexp is that's what I've done eventually, so now my `onChange` looks like ``` onChange: (v: () => string) => { const val = v(); const stripRegEx...

I'm having pretty much the same set up (just without `X6` lib) and ran into the same issue. `k.toLowerCase is not a function` that comes from `dagre/lib/layout.js` ``` function canonicalize(attrs)...

Same for React: 17 Chart.js: 4.4.0 webpack: 4.46.0

@hawkticehurst I think I'm experiencing the same issue I was trying to build a table with values of different width with column width matching max-content. But it goes row by...

BTW, a quick question, @hawkticehurst - is that intentional, that top-level `` has `display: flex; flex-direction: column`? I think that may the cause why the grid doesn't want to look...

Overall, I ended up with grid `div`s removing `VSCodeDataGridRow` because it ruins the structure of grid. IMHO, it looks redundant, and the same results could be achieved by setting required...

Adding a huge +1 to this feature request - that would be extremely valuable.

@ZeeCoder Yes, that would be super-helpful if this PR could be finalized some time soon. Please, let us all know if we can help you push this over the line....