Jakob Meier

Results 24 comments of Jakob Meier

Looks like a great starting point, but I guess we should be using the Context feature, so one would be able to do ```rust rsx!( HashRouter { Route {}, Route...

If I or someone else implemented this feature, would it be merged into the current router or should the person write a separate library (e.g. dioxus-web-hashrouter). If it is going...

# Small update I've rewritten parts of the router service and replaced the old path based router with a HashRouter. I also edited the `route_matches_path` function to allow for easier...

### May Update I finished writing my own router implementation only to learn that nearly no std::sync feature is supported at the moment, which meant that I could not implement...

I'm happy to announce that I was in fact successful in porting my router core to a system without using threads. ### Introducing: Roux And I'm finally able to release...

NOTE: I haven't yet had time to test it (with an antenna connected), but given that I only moved a couple lines of code around nothing should have changed. I...

Oh yeah, totally didn't think of that whilst I do think that it should be working (when I was working on version1, I locked it at the beginning and in...

You were right, it turns out locking the mutex twice results in a dead lock (which I should have expected, as I ran into this problem in rust already) I...

Something I realized is that the playback is not fluent (it keeps halting to buffer), I believe that this might be a different problem as I also experience this problem...

I tested a couple of other channels now and they seem to play back just fine - so I guess it might have been a problem related to the other...