Chris Scanlin

Results 10 comments of Chris Scanlin

I'm trying to get zappa and conda to work with [flask-ask](https://github.com/johnwheeler/flask-ask) on OSX so I've been following this thread pretty closely. So far I've been able to successfully get @mathieu1's...

**PLEASE STOP COMMENTING "+1". You're asking for the thread to be locked.** It adds nothing to the conversation, and annoys the project maintainers and others who have interest in this...

Fair enough, but the stuff I'm describing *is* here. The branch this PR references is functional for basic conda environments, and you can use it as you see fit. It...

👍 Check out this repo linked above for a minimum example of a working deploy too: https://github.com/mathieu1/zappa_conda

Unfortunately this repo looks to be somewhat abandoned, @vinayak-mehta has not merged any code since July 2021. It's a really useful tool, so it would be a shame to let...

I've come to realize that this is really two separate features: tqdm_multi, and the callback features. tqdm_multi definitely supports these callbacks, but I think the callbacks are much more interesting...

Hey, I know it's been awhile, but it would be awesome if we could re-examine this. I think the major changes to be made before this could be merged are:...

This is all pulled out in various forms from #143. I have a bunch of examples, descriptions and tests left over from that PR, I just need to get it...

So the premise of this feature is to make it easier for the user to subclass tqdm and define logic around what to do when a progress bar finishes. The...

I went through the same thought process when I was decoupling this functionality from `tqdm_multi`, but I think it provides value for a few reasons. First of all if you...