Ward Vermeulen
Results
3
comments of
Ward Vermeulen
> The apply iterate can be avoided by setting the `tuple_splat` inference and optimization params (`max_tuple_splat` on 1.10) to a higher value. It defaults to 32. @wardvermeulen Where in the...
The first two are `apply_iterate` issues (#99), which I did not account for in the `ConfigError`s. I could easily add a check for them in the `Config` if you want?...
I added the fix for the invalid results in #167