xelra

Results 43 comments of xelra

Are you sure you selected it? What exactly is the change you're expecting?

Thank you very much for replying in this quite long comment. I know that from a perspective of someone who already knows this stuff, this might seem trivial. I, and...

You can tell Neovim to create a specific socket with `NVIM_LISTEN_ADRESS`, but the only client right now that can connect to that is Neovim-Qt with its `--server` option. It's a...

I've been trying to get non-sequential writes working with the FUSE-mount for some time. The solutions I looked into were [bcache](https://bcache.evilpiepirate.org/) and [EnhanceIO](https://github.com/stec-inc/EnhanceIO). Both those solutions are originally intended to...

I've just seen that this is already heavily discussed in this PR #374.

I can confirm this issue. After upgrading to the latest urllib on Arch Linux, I'm experiencing exactly the same problem. The problem introduced itself with version `1.19`. Downgrading to `1.18.1`...

@maiaftv You might still want to update your system. If you're wondering how to do that, there's the `--ignore` switch in pacman. So you can just update as usual with...

> You need to use octal notation, so put `0o007` instead. Using octal notation doesn't seem to work at all. I've tried a few different combinations, but they all failed....

I think that the umask parameter should suffice. What is probably going wrong here is that both files and directories request `777` permission, but only directories should request `777` and...

I came here because I was wondering whether I'm re-uploading my whole data every time I use `rsync` to find out that I actually do. Since uploading via `acd_cli ul`...