David Craven
David Craven
For dht support there are two cases I think should be supported. 1. you're running the iroh-dns-server locally as a systemd service shared by multiple applications. 2. you're building a...
I'm building an app based on dioxus that uses the `rsx!` proc macro extensively. it's basically html with embedded rust closures. the `rsx!` macro even has an autoformatter [0] used...
currently it seems to return a closed path, even though an open line might be more appropriate.
Two models I'm trying to load in tract have `.` in the symbol names: `DynamicDimension.0` and `DynamicDimension.1`. I fixed that, but I'm confused why it can't unify a symbol with...