Vladimir Bauer

Results 54 comments of Vladimir Bauer

> Is this EOF issue a functional issue which could describe the type of behavior we are seeing? (i.e. a download which seems to be 'successful' and no errors are...

Is 'bad' case happens with uninterrupted download or it only happens with retries or worse both? You can enable debug with `--debug` switch just make sure to redirect standard error...

Can you please build head master branch and test one more time? I used slightly different io api which might help (0c7dcae91a63430bac011813be6e5b612a88e7df). To build without errors you'll need master version...

Yes I do, for example `:tree-select-children nil` selects nil occurrences, despite it's blacklisted. I would much appreciate if `tree-node-sexp` could drop blacklisted items, because it's too noisy by default. My...

IMHO it's not necessary for `tree-select-*` commands family to obey filter rules (because their argument is filter in fact), but `tree-node-sexp` must obey in first place.

Also I wish `tree-node-sexp` had `-lock` switch, to freeze its menu. I use `kak-lsp` as well with `gopls` which spawns to many unnecessary errors, so most of the times menu...

You should fire `:pick-buffers` command rather than entering `pick-buffers` user mode directly.

This proposal is based on assumption that everybody is using `qwerty` keyboard layout, so I put my objection here. When I started using kakoune I swapped defaults straight away to...

I never used s3 sdk and probably will not be. IMHO it's horrible approach to use ReadSeeker for uploads. Nevertheless you can wrap ReadCloser returned by [(*Bar).ProxyReader](https://github.com/vbauerster/mpb/blob/19329664a9573a552cfed038b85ef2e31b05c465/bar.go#L91) and implement whatever...