Jakub Žádník
Jakub Žádník
> Ah, thank you very much for the prompt reaction! I did find in fact assume that Rust was going to be inbetween, though just now I do recognize that...
It didn't work for me
This is a bug because the second call to `overlay use venv/bin/activate.nu` should reload the file from scratch. The parser side should be doing it correctly, but the runtime side...
Are you using some kind of extension? Perhaps there is a setting to customize the shell call.
Right now, the workaround is `(-3)..` until that PR lands.
@alexshadley Yes, negative indexing requires collecting the entire stream (you need to locate the end of the stream). I think we should avoid this as much as possible, so with...
We have negative indexing, but still need (?) support for from > to reversing the sequence.