Sandro Huber

Results 30 comments of Sandro Huber

@trippersham see https://github.com/tiangolo/sqlmodel/issues/89, where there is a similar problem. As described in the other issue you should be able to solve your issue setting the `primaryjoin` instead of the `foreign_keys`...

I see, thanks for the explanation, yes indeed it seems that the wrapping seems to be the problem. I can bypass it for now with only minor impact on code...

check the commented out code at the bottom of the snippet in the issue description

This might make it possible to remove the `future` dependency and the calls to `standard_library.install_aliases()` (https://github.com/zalando-zmon/opentracing-utils/blob/4fc8e5173c0f4ebd635f1a40656a9162209144a4/opentracing_utils/common.py#L3) This call seems to make use of the deprecated `imp` module. This is annoying...

Hi @DamianBarabonkovQC Just quickly glanced at it and indeed, this code block is very hard to understand! Best to refactor or at least comment after we uncovered its use again😄...

okay, this is something that exists locally only? dont know muxh about conda, habe not used it much and not for long time. Is thisnsomething that's required often?

I see, thanks for the explanation! Would be nice then if we could already here also incorporate the license info in the metadata file. I'd see this as a very...

yes we'll need to see the requirements and how this could be integrated. re the code, sorry it was very busy the last few days, I hope to come back...

sooo, finally found an hour to dig into this. First of all, the code is hugely complicated and of course there are bugs. I found a few examples where the...

No problem, thanks for helping to uncover the problems! :sweat_smile: So `unsafe_packages` indeed could mean what you think, but it actually means: (see the readme) `"If you rely on a...