Results 11 comments of Sakis

I would still love to see this feature :)

> I don't know about the COPY path but in the query path it should mostly work. I am not sure what those paths are actually :sweat: As for your...

Maybe this is good enough for demonstration and testing? https://github.com/sakishrist/psycopg-dumper-return-none

+1 for this. An additional layer of security through client certification would be a Very nice thing to have.

`sqlx.NamedQueryContext(ctx, tx, query, arg)` with postgres resulted in question marks in the query instead of the postgres positional characters like `$1`, `$2`.. I see in the documentation it's mentioned in...

Setting the timeout to infinity sounds like it would leave random processes running on the system. The issue seems to be that the input to shellcheck is not terminated and...

Ok, this is as far as I could get and maybe I am even looking in the wrong place, but... It seems that the spawned process is never provided with...

I think it's still happening. ![Image](https://github.com/user-attachments/assets/c10c6d6a-e794-49d5-b53d-e89d119c9ac2) The text from that text field, if I copy paste it here, it's like this: > どこが because for places we need to ask...

Found some related issues in the Pango repo. I'm not sure if they have a solution. From one of the comments it sounds like there is some way to turn...

``` heroku init version: @oclif/[email protected] argv: [ 'logs', '--force-colors', '-a', 'my-app' ] +0ms ``` Issue still there