Markus Ast

Results 221 comments of Markus Ast

> The PR #458 delivers both these objectives in a nice and clear way. Yes indeed - there is only one thing the PR does not handle that I also...

> Would you be able to skip the or_else(... Path_Mismatch) and corresponding part of the recover() handler by instead pulling the path!() filter out of the inner filter chain? As...

@luke-brown I am afraid this isn't working either, but I am not entirely sure that I understood you correctly. Here is an example of how I understood your example. While...

> Here's what I'm thinking should work @luke-brown I think you are right, that should work, too. To not continue trying other routes if your own handlers returns a 404,...

@benitogf Adding a `.into_response()` to all responses might solve your issue: ```diff if key_valid(&key) { - ws.on_upgrade(move |websocket| ws_reader(websocket, key, pools, db)) + ws.on_upgrade(move |websocket| ws_reader(websocket, key, pools, db)).into_response() }...

@benitogf > this method is not available on version 0.3? > > ``` > no method named `into_response` found for opaque type `impl warp::Reply` in the current scope > >...

I've looked into it again, and seems that the Windows TTS DATIS is using requires at least Windows Server 2019. If anyone else encounters it on Windows Server 2019 or...

It might be possible to achieve this already with an LSP snippet, similar to https://github.com/zed-industries/feedback/issues/566#issuecomment-1273791513

Suggestion, sounds like a reasonable change 👍. Though I am not sure if I am going to add it to the current version, or wait for the bigger rework happening...

> Could you please implement this? Roundness is key in modern UI, and to make my pdfs look good, I would also like to have roundness. Just look at this...