Luca Palmieri

Results 78 issues of Luca Palmieri

We're currently affected by https://github.com/squidfunk/mkdocs-material/issues/6983

This is a meta-issue to keep track of feature requests/bugs in other projects that affect Pavex. - IDE experience: - Auto-completion and go-to-definition inside the f! macro - https://github.com/rust-lang/rust-analyzer/issues/14999 -...

upstream

Follow-up from #125: it might be nice to give users the possibility to store the requests received by the mock server to disk, either because they are not printed (too...

I have bumped into users trying the following: ```rust Mock::given(path("https://domain.com/abcd")); ``` with an expectation that it will match incoming requests for `/abcd`. In reality, they should write: ```rust Mock::given(path("/abcd")); ```...

good first issue

It should be possible to spin up an HTTPS mock server. This probably requires implementing some routine to generate a set of certificates on the fly which the HTTP client...

An issue we have immediately run into is retries and tracing: - we'd like to set a global retry policy when building the GitHub client; - we'd like to have...

Annoying fact: `.github` is only taken into account if it sits at the root of the repo. In [Pavex](https://github.com/LukeMathWalker/pavex) our workspace is rooted at `libs`. If I run `cargo dist...

There are pathological cases (see [here](https://www.reddit.com/r/rust/comments/135syia/comment/jim2iyc/)) that might require us to re-compute the codegen plan after the execution of each code generation unit. We could start off with a pretty...

bug
enhancement

We should detect this edge case and report an informative error to the user. The code generator must always be defined in a separate package from the generated crate.

bug
enhancement