Something seems to have broken the return of the variables from the unsafe block, leading to division by zero.
By making the query variable mutable the return works.
Issue ticket number and link
1528
Checklist before requesting a review
[ ] Documentation was updated (i.e. due to changes in keybindings, commands, etc.)
[x] Changelog was updated with relevant user-facing changes (eg. not dependency updates,
not performance improvements, etc.)
Describe your changes
Something seems to have broken the return of the variables from the unsafe block, leading to division by zero. By making the query variable mutable the return works.
Issue ticket number and link
1528
Checklist before requesting a review