Dylan Owen

Results 26 comments of Dylan Owen

Here is an example: ```scala object ExampleBug extends ZIOAppDefault { private val routes = Routes( Method.ANY / "proxy" / trailing -> handler { (path: Path, req: Request) => { for...

I'd still argue this isn't a Tapir specific problem. It doesn't make sense to prioritize a method over a path. There are many reasons you'd want to have a route...

I'm seeing this as well in version 2.5.1 I don't have the devtools plugin installed but I believe tracing was enabled. I'm on OSX and the offending stack traces are:...

@Cypher1 I haven't confirmed lately but last time I checked pulldown-cmark-to-cmark didn't support the latest pulldown-cmark. If that's fixed though it's probably as easy as upgrading them together + whatever...

I was running into the same stack trace and I believe it ultimately was caused by: https://github.com/dimforge/rapier/pull/660

The workaround now seems to be broken in `0.2.100` by https://github.com/rustwasm/wasm-bindgen/pull/4329#issuecomment-2672840111