Luca Palmieri

Results 278 comments of Luca Palmieri

Doesn't https://github.com/actix/actix-web/pull/2376 address this issue (although the PR needs to be updated with the recent changes)?

I'd be happy to pick this up if we landed on an API design - is there a consensus among `sqlx`'s maintainers at this point? @abonander

I've started to work on this 👍🏻

Question: what should happen when the user tries to invoke `begin_with` within the context of an existing transaction? Right now `sqlx` determines, based on the current depth, if it should...

Is there a reason why `#[derive(sqlx::Type)]` doesn't produce an implementation of `PgHasArrayType`, returning the type name prefixed by `_`?

It's Postgres' default naming convention for array types.

Yes, it is documented [here](https://www.postgresql.org/docs/current/sql-createtype.html): > # Array types > Whenever a user-defined type is created, PostgreSQL automatically creates an associated array type, whose name consists of the element type's...

Hi! We have been using Vector for a while as a log exporter (stdout -> AWS Kinesis -> ElasticSearch) while we have a separate pipeline for OpenTelemetry traces (application pushes...

Is there an interest to progress this one (a.k.a. me bringing it up to speed with trunk and updating the docs) or should I close it? @hawkw?

Happy to bring it back to a mergeable state @bryangarza if desired.