Julian
Julian
Hmm, it Rustrover itself doesn't do the formatting. It is the Svelte Plugin. And the Svelte Plugin for Rustrover does different formatting than the Svelte Plugins for Zed and VSCode....
Great, thank you!
Yeah I will need to rebase but there is lots of conflicts :/
Gave rebase a try, now there are fewer conflicts – that's something.
If I understand correctly what you're doing (some more context and maybe a few lines of code would be helpful here), you should be able to set the device with...
Interesting. Are you using the same version, i.e., are you using the main branch for everything?
This seems to also be happening with figures that take up a full page when the heading is followed by "special" content (like a list in my case, pure text...
Thanks for the heads up! Hope there's a good solution to this at some point. These layout bugs just come and go as you edit the doc.
Any news on whether or not this can/will be implemented? And is there a workaround for the time being? Especially when I want to deserialize the data into Rust structs,...
This would be great to have since validator appears to be unable to support validation during deserialization (see [here](https://github.com/Keats/validator/issues/22)) and it's super easy to forget calling `validate`. Is there any...