Chris Rogus
Chris Rogus
@matthunz I re-added the web_sys event reference for the drag.rs as_any-s because those got lost with the re-applying of the old commit
I also notice that web/events/mouse has these tidbits: ```rust impl HasFileData for Synthetic {} impl HasDragData for Synthetic { fn as_any(&self) -> &dyn std::any::Any { &self.event } } ``` Perhaps...
Do you want to approve for me to merge as-is and you fix the readmes separately?
Do the changes in https://github.com/DioxusLabs/dioxus/pull/3137 and really the prior `Synthetic` introduced by Evan already resolve this issue? Or is there more still possible?
More discussion here: https://discord.com/channels/899851952891002890/1276184595192348764/1332433392599302195
Would this make it possible to also easily add streaming in wasm per https://github.com/seanmonstar/reqwest/issues/2248 ?
That sounds like you want to request a feature. Here's the code: https://github.com/tonerdo/dotnet-env/blob/09e217511bc8ac7a603b4ad183e0cfd80c252c21/src/DotNetEnv/Parsers.cs#L208 I know that bash offers such a syntax, but idk if other .env parsers do. If you...
Interpolation works great. You are just attempting to do advanced bash specific things that are not implemented in this lib at all, and so I pointed you at where you...
Huh, that is indeed interesting. I totally forgot about approving and merging that PR, which does indeed have tests: https://github.com/tonerdo/dotnet-env/pull/110/files#diff-cb9e6096ac3f2bba3805354c39d1ef1bb1dab4ab6e706fadf32b3c904565c688R138 I will have to dig deeper to see how that...