Oliver Scherer (company account waiting for deletion)
Oliver Scherer (company account waiting for deletion)
Maybe in addition to the `downcast_ref` method there could be a `downcast_context` method that gives you a reference to the context if there is one and downcasting the context succeeded?...
It may be helpful to use `escargot` so you don't have to implement the `cargo build` logic and can get rid of the binary path detector, since `escargot` gives you...
I have started playing with walrus + DWARF and while I am now able to obtain the DWARF info for each `InstrLocId`, I still have to manually figure out the...
I'm still trying to figure out the base address so I can map DWARF offsets to instruction byte addresses. The problem I have is that I don't know enough about...
> Just missed a couple spots. oops, resolved and grepped to see if there are any others (there weren't).
Oh. I just realized that ```rust #[derive( Debug, Clone, Copy, PartialEq, PartialOrd, ToPrimitive, FromPrimitive, NumOps, NumCast, One, Zero, Num, )] struct MyThing(Wrapping); ``` does not work, because there's no `T:...
> Does it mean steps? This doesn't sound very useful for me since I'm not able to come up with actual use case. Our use case would be to be...
I'd like to work on this, but I don't understand how we could add this to v2 so that e.g. swagger-ui could process it just like it would in v3....
Ah, so as a first step we need v2 to v3 conversion in general? I couldn't find an issue for v3 yet (except the v3 to v2 conversion for codegen,...