Friedel Ziegelmayer
Friedel Ziegelmayer
> Yeah, alas, not great timing. I can yank the v0.6.0 release and retroactively upgrade it. I think it is good to have 0.6 out with rand 0.8, at least...
you should be able to update to `[email protected]` which fixes this issue
Is there sth implemented by now in this regard? https://github.com/DioxusLabs/dioxus/blob/a9468429d7181499f920be89b747a58f32727d08/packages/dioxus-lib/README.md?plain=1#L267 mentions `portals` as an existing feature, but I can't find anything.
Note: I am in need for this, because I am trying to port the basic components from https://github.com/radix-ui/primitives to dioxus, to allow building a nice component library
This is blocked on rust crypto crates releases, see #573
This is the code in question that panics https://github.com/n0-computer/quinn/blob/a8cca03aa9303688a13a20b9bfbe9025a5c0fd81/quinn-proto/src/connection/paths.rs#L376
should be fixed in the multipath quinn version
The main documentation for the library lives on `docs.rs` currently. Binding to a non default port is documented here: https://docs.rs/iroh/latest/iroh/node/struct.Builder.html#method.bind_port
The core issue for formatting is this: https://github.com/shepmaster/snafu/issues/390
also what about general DNS resolution of the relay urls, and in the discovery service?