Rene Dohmen

Results 53 comments of Rene Dohmen

hmm, both URL's seem dead?

FWIW: For now I'm using the https://github.com/absent1706/sqlalchemy-mixins which seems to work OK. After including the middleware in main.py I inject the functionality like this: ``` with db(): # Enable all...

I don't know: probably not (yet) Async stuff is alpha level: https://docs.sqlalchemy.org/en/14/orm/extensions/asyncio.html in the end we wrote our own sqlalchemy bindings; and we didn't use this library as it had...

I now achieved almost what I wanted with an env variabele that let's the developer choose between the LiveCaseServer or the normal flask one, but this makes it more difficult...

Will test it this week in our testsuite. Codewise: LGTM, this will probably work just fine.

Tested it and it works like a Charm. I like the solution with the Mixin, feels Django-ish :)

The funny thing is dat in my [MR](https://github.com/mvantellingen/python-zeep/issues/658): I pinpoint the regression -> that seems to be caused by fixing [some issue](https://github.com/mvantellingen/python-zeep/issues/377) from a user that didn't provide an example...

@mvantellingen Now the same test fail that are also already failing in master. The tests contain one test that succeeds test_find_customer() and one test that fails test_find_product().

Yes that should be possible: but I wonder if that 's not the root cause of this issue: IMHO the bug itself was introduced in a commit that tries to...

Let me know if there is anything that could be done to speed things up. The bug and a wrong test was introduced after a very short described issue on...