Evan Hubinger
Evan Hubinger
We should add custom dunder methods that can allow the user to implement their own support akin to the built-in `pandas` and `xarray` support.
E.g. `reduce(function=..., iterable=..., initial=...)`.
### Describe the bug Server crashed likely due to a player doing something with refined storage autocrafting, and now the server crashes whenever booted. ### How can we reproduce this...
### Describe the bug I'm seeing a reappearance of #3466 even with the larger packet limit of 10. Would it be possible to increase the packet limit further? ### How...
Also anything else necessary for 3.14; see: https://docs.python.org/3.14/whatsnew/3.14.html
Possible syntaxes: ```python out = where: x1 = a + b + c x2 = x + y + z x1 + x2 out = do: x1 = a +...
Currently, `memoize` by default allows the cache to grow without bound, which isn't great as it can lead to memory leaks, but is nice for making sure recursive functions always...
Should completely remove new Coconut v2 syntax warnings and move Coconut v3 syntax warnings to `--strict`-only.
It's a much clearer name for describing what the function does. The old name would stick around but be deprecated and not work in `--strict` mode as we've done previously...