Rajesh Malviya
Rajesh Malviya
Thanks for the review @PIG208! Pushed a new revision, PTAL. I removed the commit for supporting negative margins from this PR, and will create a separate PR that introduces it...
This is ready for review again @chrisbobbe, PTAL.
I've created #1609 which includes the above 9 commits you've listed + 0bf40b845 content: Support parsing and handling inline styles for KaTeX content. As that last commit is needed for...
Thanks for the review @gnprice! Pushed an update, PTAL.
Thanks for the review @gnprice! Pushed an update, PTAL.
Thanks for the review @gnprice! Pushed an update, PTAL. I've removed those two last commits from this PR, and sent #1698 for those.
Yeah there are quite a lot of changes needed, [here's my branch](https://github.com/rajveermalviya/wgpu-native/commit/4b50d94479961ef9c626450338eebe5df69c2672) that I was working a while ago, it compiles and runs but has a ref counting race condition...
(Feel free to pull those changes in this PR :))
This https://github.com/gfx-rs/wgpu/issues/5637 may be related, it's fix is added as a backport, so maybe will need to wait till next point release. (I still need to verify by moving to...
The segfault turned out to be fixed via https://github.com/gfx-rs/wgpu/pull/6052, #402 updates wgpu to `v22.1.0` which includes that fix and no longer segfaults.