Saif Hakim
Saif Hakim
I've found that after running `ctop`, docker containers that are run with `-t` (allocate pseudo TTY) in the same shell as ctop, will be interrupted with SIGIO. This is notably...
Hello! I am currently running bors on Build 524eff4. After `bors merge`ing on a PR, occasionally, I run into the following error: ```elixir {%DBConnection.ConnectionError{message: "ssl recv: closed"}, [ {Ecto.Adapters.Postgres.Connection, :execute,...
**Describe the bug** This isn't a bug _per se_, but a small improvement for autogenerate when using TypeDecorator. When a TypeDecorator is used in a column definition, e.g.: ```py """...
### Reproduction steps Apologies, my repro is using pygit2, but I would suspect this may be an underlying issue? ```py from tempfile import mkdtemp from pygit2 import init_repository, Signature from...