Robert Rosca

Results 31 comments of Robert Rosca

Sure, I'll have a look now

Full path to the docs page: https://636244bbeb67cb7064300959--sqlmodel.netlify.app/advanced/sa-column/

Thanks for the writeup @lesteve, I ran into this package as well as this issue today (while on my yearly attempts to find a way to reliably maintain large mixed...

I don't think this would break any existing user code since emitters are relatively new (added in v2 in August), context vars are not used that commonly, and IMO the...

Ah sorry, was busy with work and didn't follow up on this. I rebased the branch from main and fixed the remaining issues with linting/type checks. From the discussions above...

I did have a look around at how other projects handle this, found a few semi-related discussions/use cases: - Here's a discussion on python forums about [back-propagation of contextvar modifications](https://discuss.python.org/t/back-propagation-of-contextvar-changes-from-worker-threads/15928)....

@kirienko Yeah this is one of the reasons I wanted to talk before you started the review. The covid19dh file is pretty much copy-pasted from the [python client to covid19dh](https://github.com/covid19datahub/Python/),...

> I was not able to read the whole code, but there's already something to discuss. > > Some general remarks: > > - impressive work! Thanks :smile: > -...

Ah, I should probably write some updates here. Currently working on a refactor of the code, which will use https://covid19datahub.io/ as the data source. First step was to use my...

Thanks for the reply! Sorry for the late reply from me, I was quite sick for the past week or so. > I think the easiest to collaborate on would...