Elvis Pranskevichus

Results 441 comments of Elvis Pranskevichus

It would probably make more sense to use black instead as a pure-Python in-process dependency, though it's probably marginal?

Unrelated, but we should make it so that you don't need to `model_copy` and just save the partial directly instead.

> I think we really do not want to have the number of inserts done be implicitly determined by the cardinality of the argument (we firmly disallow that sort of...

@msullivan @dnwpark `foo in array_unpack(bar)` has a specific optimization, need to make sure that wrapping functions are pushed down into optimized form properly.

Any specific reason you'd want frequent backups? Is it a worry about backup recency? EdgeDB instances are being archived continuously, i.e. aside from regular backup "snapshots" we ship WAL to...

This is a regression in 6.3: [geldata/gel#8481](https://github.com/geldata/gel/issues/8481)

> If you consider the behavior described in #989 to be a bug in connection management, I also have a modified version of PoolConnectionHolder that addresses it. I think #989...

> Great, I also consider the current behavior to be a bug. In that case, I suggest we fix it as part of this PR — I'll update it a...