Sebastian Stehle
Sebastian Stehle
Thanks for your answer ## About 1 and 2 I guess it also includes stuff like `ytext_event_path` and so on. So everything in events is only valid in the callback...
Thanks for the detailed answer. I was just talking about the C# side and looking for some guidance here. I guess in Rust you have other solutions for that problem...
I noticed it is very unpredictable what happens. E.g. this code: ``` // nested map // doc // a // b { // C: 1 // } var doc =...
Would it be possible to introduce an event on the root level that just provides a list of pointers to all deleted elements? It should: 1. Also include pointers that...
I cannot talk for rust, because this whole borrowing concept and everything around that still confused me when applied. So I think there are only a few options: 1. Make...
I got the recommendation to have a look tohttps://crates.io/crates/slotmap
Yes, sure ... but it is not simple. 1. You need to parse the CSS and create selectors out of it, something like Dictionary need to be stored somewhere. 2....
They just leveraged an existing library: https://www.npmjs.com/package/juice But I am not sure about the value of the inline feature.
Hi, I had another look to the problem and unfortunately you cannot implement this feature without keeping at least the full parent stack in memory. The problem are selectors like...
Then you need a DOM