Andreas Motl
Andreas Motl
Hi again, > [...] we had to downgrade to `mocket
Hi @mindflayer, thanks for sharing those news. I had a look at the exception message `aiohttp.client_exceptions.ClientOSError: Cannot write to closing transport`, but the code at this place is not trivial,...
Hi there, GH-34 has a fix for this, as suggested by @eric-wieser -- thanks! We are hosting a working version at [^1] on behalf of the `next` branch. Pulling in...
Dear Maurits, thank you very much for your swift response. I think we can consider this issue as resolved then? With kind regards, Andreas. On 7 August 2023 12:41:13 CEST,...
Hi again, when analyzing the state of the onion of this large patch a bit, and looking at the most recent comments, it looks like integrating it might not be...
Hi. @andnig and me also discovered this when attempting to run [MLFlow] with CrateDB, which uses SQLAlchemy to submit corresponding SQL DDL statements. - https://github.com/crate/crate-clients-tools/issues/47 [MLFlow]: https://mlflow.org/
`pg_table_is_visible` is also needed by pandas when using its `to_sql` primitive to talk to CrateDB's PostgreSQL server interface. - https://github.com/pyveci/sqlalchemy-postgresql-relaxed/issues/33
This `.proselintrc.json` works well for us. ```json { "checks": { "annotations.misc": false, "typography.symbols": false } } ``` ### References - https://github.com/amperser/proselint/issues/491#issuecomment-296782491 - https://github.com/amperser/proselint/issues/393
Hi again, this will be fixed with 889f67c357, so I am closing the issue. With kind regards, Andreas.
I've exercised a few commands taken from `wetterdienst --help` and most of them worked. However, I've discovered one command which doesn't work. Maybe this can be addressed before closing this...