John Anderson

Results 98 comments of John Anderson
trafficstars

Yeah, the major thing we need is similar to the opening example... We want to style checkbox labels differently depending on if the checkbox is checked or not: ``` input[type=checkbox]:checked...

I'm getting this error with a small one: ```sontek@hulk:/mnt/c/Users/sontek/code/snowmachine$ exit asciinema: recording finished asciinema: press to upload to asciinema.org, to save locally asciinema: upload failed: asciinema: retry later by running:...

@lorenzodifuccia Just checking in. Have you seen this PR?

We missed our opportunity, with celery v5 that started using click. I'll check it out tomorrow and see if we can update the API to be better for Celery v5+...

This fixes it for me but probably not the best solution: ``` handler.defer = function(deferred) { handler._isDefer = true; // Allow a deferred to be passed in deferred = deferred...

Yeah, I should probably clean the app up to show how to handle everything properly. I built it just as a sample to see how configuration of pyramid_celery was done....

@TomTheBotter Are you working on getting your changes merged in here? I noticed you disabled issues and PRs on yours (and yours currently doesn't work with latest master)

@phrfpeixoto Could you implement this a little differently: - Keep `use_celeryconfig` as a boolean. - Introduce a new field `celery_config_module` (or a better name if you have one) and load...