DylanYoung

Results 50 comments of DylanYoung

I'm AST and can usually carve out a bit of time. Would happily join if possible :) On Sat., Aug. 22, 2020, 2:15 p.m. Mystic-Mirage, wrote: > I'm in, EEST....

Using a secure hash function, a variant of SHA3 for example, will be more secure than storing this sensitive information in the database, in most cases. PBKDF2 is NOT a...

I'm curious as I'm unfamiliar with the internals, but is the reload/restart necessary? Would [this snippet ](https://djangosnippets.org/snippets/1704/) implemented as a post_save receiver (instead of middleware) accomplish the same?

@chitak The problem with that is it will only work if your web application user has permission to use supervisorctl, which is not a particularly scalable or common setup, I...

Yeah; `pylint` can find it because it actually constructs the AST. Tricky for static analysis that's for sure.

Pylint constructs the AST for the source it's analysing. Doesn't need to special case anything to my knowledge. It's a dynamic analysis tool whereas pylance appears to be a static...

Can we get 2.10 now? I'd open a new issue, but this one is still open.

What's the status on this?

I'd be happy to support if you have a description of the project and estimate of the cost.

Why was this marked invalid? I'm still not able to execute `celery -A app result TASK_ID` Is the correct solution to run `setup` in `celery.py`? Is this documented somewhere?