tweigel-dev
tweigel-dev
Hay, I found a bug. The filter_by does not affect the output of the query. It is no issue if not using the mock. https://github.com/sqlalchemy/sqlalchemy/issues/6873 ``` python from sqlalchemy.orm import...
Hay, Thanks for the extension of enum in python. Could you add a Licence to this Repo?
Thanks for maintaining this great ORM mapper, working with selects I miss one feature to pass a column list, tuple or set to the select statement: (artificial example) ~~~ python...
Hay, thanks for maintaining the best ORM mapper in Python! I found a weird behavior working with datetime and timezones using pony. ``` python class Times(db.Entity): __tablename__ = 'times' datetime_timezone...
Hay thanks for the great orm mapper. I have a issue using it within pytest. If I run the test first time everything is fine and works perfectly. After run...
Hallo, Thanks for this great orm in python. In my opinion it is way better then sqlalchemy or django! I have an issue regarding pytest-cov https://github.com/pytest-dev/pytest-cov and pony. If I...
## Bugreport I try to use nbconvert at a pipeline at gitlab using docker to extract the ipynb as **webpdf**.This fails. But exporting it as **html** is no problem. docker...
Hay @Gi-z , Your tool is very helpful extracting CSI of the Intel5300. Thanks for sharing this. I see that you implemented some legacy code that extracts CSI directly from...
Hay, the Atheros CSI Tools is a great and fascinating project. I played around with the Intel5300 CSI tool by halperin. His tool gathers csi values by the Rx without...
Thanks for maintaining Pony ORM, following you may find my suggestion to introduce a retry_delay into the retry process of a db_session. Locking forward to your comments! Best regards, Thomas