smcoll

Results 35 comments of smcoll

Have you tried reversing the order of the buildpacks listed in .buildpacks? i had a similar issue, with a Python stack. It seems that the multi-buildpack uses the release configuration...

For the time being, i'm doing this in my project: [EDIT: this doesn't work] ``` class EarlySingleton(Singleton): """ Implementation of the celery Singleton which releases the lock when the task...

@steinitzu you're right; i made a bad assumption with that `apply` usage. Your latter example works just fine in my case. Since `aquire_lock` takes a task id, `release_lock` might as...

Yeah... that `pg` package is for OpenGL and installs `pillow`?

Project maintainers: my employer is interested in putting a bounty on this ticket, for supporting both `select_related` and `prefetch_related` for inherited models. Is that alright by you? Can we lock...

@vdboor what factors would need to be considered for a PR to be merged (like the lookup syntax)? That could be the scope of the bounty ticket. There has been...

If the usage is to generate a list of upcoming occurrences (or simply the next occurrence), perhaps the way to prevent an infinite loop is to insist on a limit...

Actually, i believe the problem is actually with timezone support in schedule.periods.Period. i believe a design decision is needed on this. Are we rendering the periods using the site's TIME_ZONE...