Rod__

Results 4 issues of Rod__

Replace chunk_queryset() util with server-side cursor #1230 Motivation > Currently Misago uses chunk_queryset utility that iterates on queryset in chunks of specified length, but this task can be easily replaced...

Fixes #2842. As explained by @ljharb, the issue there isn’t that it’s nested - it’s that it’s treated as a component despite being used in an object literal with a...

help wanted

## Describe your changes 1. `clean_mudule.basic_clean(nb_path)` already implements this logic of applying black 2. So now is also run before `export.refactor(...)` (in cli.py) 3. I can work on the failing...

Previously, we did not support using global variables inside a function's body: x = 1 def sum(y): return x + y sum(y) The above would break since sum is using...