Simon Lamon
Simon Lamon
I don't think you can use `wrap` on route level, it should be either on app or scope/resource level: ```rust App::new().service( web::scope("/library") .route("", web::get().to(library_handlers::get_libraries)) .service( web::resource("") .wrap(auth.clone()) .route(web::post().to(library_handlers::create_library)), ), )...
I guess a part of your answer is to be found in https://github.com/hyperium/hyper/issues/3948 .
I've changed it from current to next, but there are still unrelated commits that shouldn't be part of this pull request. If you can't fix it, you're more than welcome...
I'm going to put Frenck back on the review list, it's mostly gone forgotten since you didn't mark it ready for review. Thinking of it, if you can't remove devices...
Also ready for review?
Came here from the documentation pull request. I see you've done changes but probably forgot to lift the draft status? Kindly note that you're documentation branch needs a rebase onto...
I've been looking a bit into how to code the remaining bullets: 1) It's missing the `match` pattern definition types in infer, but I'm not seeing how we are able...
The unpackables make it easier to work all this, but for some reason the matching uses an index based system: ```rust #[derive(Debug, PartialEq)] struct CurrentMatchCase
Next to that, there's a third issue that the text appears above the dragging handle of the bottom sheet.
> I also have a WiiM (mini) device and have had issues with it disconnecting. When I reached out to their support team and provided a log file they told...