Cory Zue

Results 44 comments of Cory Zue

Sounds good - thanks for clarifying!

Thanks for the response! Out of curiosity, what do you see as problematic about the first option? At first glance it appears to be ~exactly what I want with few...

Yeah I think because it's running in a completely isolated sandbox, one time, it seems unlikely to cause any major issues once it's properly set up. Thanks for the suggestion!

Apologies for the radio-silence. We can likely add serialization to the `ProgressRecorder` class if that's all it takes? If someone who has run can provide a dummy example of the...

thanks - I'll take a look soon

I was able to get something working. See https://github.com/czue/celery-progress/pull/115/. Would love any feedback/testing as I didn't explore the edge cases. Note, I explicitly used `GroupResult` instead of working with [this...

Also just ran into this on Ubuntu 22.04. One simple workaround is to uninstall curl and reinstall via apt: ``` sudo snap remove curl sudo apt install curl bash install.sh...

Alright after reading through https://github.com/dj-stripe/dj-stripe/issues/1841#issuecomment-1607172588 and assuming that is the approximate path we want to take forward, I'd propose a few quick updates: 1. Decide which is the canonical docs...

@jleclanche alright, thanks for the heads up. How/where is dj-stripe.dev hosted and how is it currently intended to be built?

Thanks for the inputs both. I tried to get up and running building the other repo by following what the CI was doing, and managed to do that. I documented...