Alex Swan
Alex Swan
I wanted to just briefly weigh in on this, as I am currently using both approaches for different reasons. For serializing to/from persistent stores, the manual encoders are the only...
Thanks for taking a look.
Let's see if the edge cases overwhelm us. Genuinely happy to revisit and concede if so. Apologies for coming across as defensive about this, I just genuinely believe it will...
Awesome progress. Another thing to bear in mind is that the biggest reason to not use managed .NET WASM is bloat, which rust has an edge if you turn on...
Thanks for getting back :) I take your point on the stream metadata, that is sensible. Perhaps there should simply be an api to get a single metadata by PK-RK?...
Hello and welcome :) This is great to hear. I for one am excited to see it but do feel free to take your time and get things into a...
+1 for shareable url's. The way this is usually done is by serializing the code as a base64 encoded string. A good working example of this in action for various...
Hi @alfonsogarciacaro , I had a quick look at this but not sure I have anything conclusive to add. A couple of observations: Line 812 -``` hasAttribute Atts.erase``` should probably...
I think @ncave covered my thoughts really, but I just wanted to quickly summarize a couple of things How to get various commonly used strings from an ```Lrc``` in Rust:...