Roel Arents
Roel Arents
What can I do to get this in the next release?
Good one :). Thanks, no problem, I can see rclone keeps you very busy. (Which makes me happy, I used it to abstract away from 3 backends already.) The 1.60...
Our team has been working on this recently because we want to start serving tiles "on-the-fly" with t-rex instead of pre-tiling as we do now. We haven't found the cause...
Sure. It's public topography data (from [here](https://www.pdok.nl/introductie/-/article/basisregistratie-grootschalige-topografie-bgt-)).
@Tobshub made a fork and used generics: https://github.com/Tobshub/go-sortedmap
True, if they fix it before the next argo release then this is obsolete. If not, I do suggest this temporary workaround. Because there is [another issue](https://github.com/Azure/azure-sdk-for-go/issues/20735) (that we also...
yep, they fixed it. this can be closed.
I think the problem is that not actually recursion is [counted](https://github.com/argoproj/argo-workflows/blob/release-3.5.2/workflow/controller/operator.go#L1829), but rather any "open" call to `executeTemplate`. So a workflow that doesn't recurse (that much) but does fan out...
O, yeah, I have to retract that statement. It's not true. We tried to reproduce it too and a fan out does only increase it by 1. Sorry. Still trying...