Andy Weidenbaum

Results 25 comments of Andy Weidenbaum

Can you grep your `~/.vim/plugged` directory for `LightLineMake`? I've lately been disabling most plugins in `~/.vim/plugs.vim`, and I don't receive this error. It would help to narrow it down to...

I appreciate the idea of nicely confining user applications to XDG dirs, and for most applications I'd be open to following that standard, but I really like `~/.vim/plugged` for installing...

I have it working on [Arch](https://aur.archlinux.org/packages/bitrated-git).

> Building CryFS from sources on Odroid-C2 + Ubuntu 16.04 was pretty easy and took ~1 hour. CryFS works well there. Can you repeat this success with the most recent...

Interesting. I'll try building it from a git checkout, then.

Can you please tag a new version? Trying to get this packaged for [Void](https://github.com/void-linux/void-packages/pull/4247).

I imagine escaping comments will be something people want. Perhaps the srcweave syntax would be conducive to using Lua style comment escapes: ``` # Recursive literate Consider the following: ---[==[...

Vim buffer example. ```bash mutable_files=" /usr/lib/modules/${_kernver}/modules.builtin.bin /usr/lib/modules/${_kernver}/modules.builtin.alias.bin /usr/lib/modules/${_kernver}/modules.softdep /usr/lib/modules/${_kernver}/modules.dep /usr/lib/modules/${_kernver}/modules.dep.bin /usr/lib/modules/${_kernver}/modules.symbols /usr/lib/modules/${_kernver}/modules.symbols.bin /usr/lib/modules/${_kernver}/modules.alias /usr/lib/modules/${_kernver}/modules.alias.bin /usr/lib/modules/${_kernver}/modules.devname" ``` Expected behaviour. Using clever-f and [vim-surround](https://github.com/tpope/vim-surround): - On line 0, column 0: press f...

> Your problem is using UUID instead of PARTUUID. With a detached header, you should be using the partition's UUID since there can be no filesystem UUID The headerless volume...

> Have you tried to include /etc/crypttab into the initramfs ? [Yes](https://github.com/atweiden/voidvault/blob/d48c58b1307582585db422332fc9faa4ada597f8/lib/Voidvault/Replace/Dracut.pm6#L97)