-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set ordering #57
Comments
It seems it is a more significant issue than it was from the first sight.
|
sorted works totally fine here:
Could you provide a simple example that doesn't work? |
Ah ok, maps are working but sets not. |
Should be fixed in the new release: https://github.com/HeavyHorst/remco/releases/tag/v0.12.1 |
Hi. in #42, you have added helpers to make dicts and lists in runtime.
Recently I get some time to move to them instead of for loop.
But I probably got minor in my use-case but a fundamental problem in some other cases.
my template code is
Each time I render a file, I got a different ordering of lines.
I tied to switch to for with sorted according to https://github.com/flosch/pongo2/blob/master/template_tests/for.tpl
but this produces no lines at all. without sorted too :(
The text was updated successfully, but these errors were encountered: