Derek Thurn
Derek Thurn
Little confused about the status of #1786 -- the issue is shown with a checkmark here and a merged fix back in August, but the functionality doesn't work for me...
reported as #8328
Using Serde also fails for `prost_types::Any`, which does not implement the `Serialize` attribute.
Hi, I'm having a very similar problem. In general, I think `mount` is not currently a good tool for managing channel state. My initial instinct was to do something like...
Yeah, I see your point. `NotStartedState` obviously does have some error-detection benefits. The interaction with channels is just unfortunate, since the "loop until it returns nil" idiom is so widespread...
Also seeing this. The tailwind example doesn't work at all on desktop on the current version (0.5.1) but it **does** work on master when using `dioxus = { version =...
One thing I'm bit confused about @abdolence is whether you are supposed to have a single global `FirestoreDb` instance in your program or create a different one for each request,...
Can you talk a little about why you'd need to call this method from outside of Firebase.java? It's just an internal helper function.
Where exactly are you seeing this error? It's certainly possible that j2objc changed the rules on me, but last time I checked there was no problem with calling a private...
I'd also like to see this feature :). For reference, the default tracing formatter now implements this using synthetic events via the `with_span_events` method: https://docs.rs/tracing-subscriber/latest/tracing_subscriber/fmt/struct.SubscriberBuilder.html#method.with_span_events