dylan

Results 130 comments of dylan

```vim Plug 'dylanaraps/wal.vim' colorscheme wal ```

Is the colorscheme installed correctly? Have you run `:PlugUpdate`?

I can't reproduce this, the lightline theme works fine for me. Can you guys send me your vimrc files?

Solus are removing `pisi` / `eopkg` and are replacing it with `sol`. Sources (Look for `sol`): - https://solus-project.com/2016/11/15/this-week-in-solus-install-39/ - https://solus-project.com/2016/07/05/this-week-in-solus-install-30/ - https://github.com/solus-project/sol I can't find any information online about the...

Yup, it looks like it'll ship in their new rolling iso. My bad.

POSIX states the maximum length of a login name to be 8 (plus NULL terminator). ``` {_POSIX_LOGIN_NAME_MAX} The size of the storage required for a login name, in bytes, including...

> Maybe a way to avoid this issue would be to add the -n flag to ls, which rather than outputting user names outputs uids, and that can then be...

This is by design. What is happening is that when the package manager creates a second instance of itself (as another user) it drops KISS_HOOK (and does not carry its...

This will be fixed when hooks are redone. Right now everything in KISS_HOOK is executed every time. If the above patch is applied all hooks will run as root despite...

This does not work for me when installing for example `bmake` (conflict with /usr/bin/make not detected).