Anton

Results 5 comments of Anton

I was thinking about a similar thing and I think it should be doable, I was thinking about a new flag `--streaming`. If this flag is passed, the `wtr.flush()` in...

Shouldn't be that difficult to implement, as far as I can tell. Isn't that just basically the thing `skip()` does for iterators, maybe with a little bit extra logic for...

Whoops, looking into the code I realized that what I asked for is already possible 🤦 Maybe it could be clarified that `fre` isn't limited to files/directories and that this...

I've got the same issue (i guess), and running `strace` shows that it seems to hang on opening temp files: ``` ... openat(AT_FDCWD, "/tmp/.tmp.viuer.p", O_RDWR|O_CREAT|O_EXCL|O_CLOEXEC, 0600) = -1 EEXIST (File...

No, for me it happened in a regular kitty window