Luca Palmieri
                                            Luca Palmieri
                                        
                                    Merged #34 as a stop-gap solution, while we work on #35
I have tried to reproduce the issue, but I wasn't able to - the test keeps passing on all branches of this repository, even after making sure that there is...
This is something I'm interested in supporting as a first-party feature if there is a commercial partner who is willing to fund the work and test the integration. Until that...
Those are extremely valid points @marlon-sousa! I'll update the documentation to be clearer on each of those 😁
Not right now - I'll try to come back to it later.
I'm open to the idea of making changes to enable easier usage in a WASM context. What would that entail? > PS: Would be nice to enable resolver = "2"...
I've been subscribing to this repository for a while - I think (lack of) runtime interop is a significant issue in today's async ecosystem. I would have expected to see...
Setting `PAVEX_DEBUG=1` before executing `cargo px check` surfaces the deeper error message: ``` There are multiple packages named `http` among the dependencies of app 0.0.0 (path+file:///Users/luca/code/scratch/ pavex_statuscode_repro/app). In order to...
The proposal looks good to me @epage. I'd prefer an error in scenario no. 2, since we have the freedom to do that at an edition boundary.
Thanks for raising those points @ehuss, I'll try to address them based on what I know. > * What happens with `--open`? Does that generate an error? I don't think...