Luca Palmieri

Results 78 issues of Luca Palmieri

### Steps to Reproduce Run: ```bash rye install maturin ``` twice in a row. ### Expected Result I'd expect the second invocation to skip the installation while returning a success...

I tried to preserve the `git` history to give proper attribution to historical contributors to `tracing-actix-web`. I've had to do some adjustments to your CI setup to account for `tracing-actix-web`'s...

It should use the `redis` crate as its driver. It should be structured like our Postgres-based implementation in `pavex_session_sqlx`.

enhancement
good first issue
p-pavex-session

We currently have a Postgres-based implementation. We should add a MySQL one. It should be gated behind a feature flag, named `mysql`. The structure should follow the one for the...

enhancement
good first issue
p-pavex-session-sqlx

We currently have a Postgres-based implementation. We should add a SQLite one. It should be gated behind a feature flag, named `sqlite`. The structure should follow the one for the...

enhancement
good first issue
p-pavex-session-sqlx

This is a good first issue for those who want to start working on `pavexc`, the compiler side of Pavex. If you're interested in tackling it, comment here to claim...

enhancement
good first issue
diagnostics
p-pavexc

https://api.pavex.dev will always populate the `X-Server-Request-Id` header whenever it returns a response. It looks like `sri-xxxx`, since it's built on `ServerRequestId`. Pavex's CLI should include that request id whenever it...

enhancement
good first issue
diagnostics
p-pavex-cli

[Pavex](https://github.com/LukeMathWalker/pavex) has been using `dist` for building artefacts for a while. Yesterday, the "build-local-artifacts" steps for `x86_64-unknown-linux-musl` and `x86_64-apple-darwin` started to fail with the same error: ``` building x86_64-apple-darwin target,...