mralusw

Results 30 issues of mralusw

While discussing https://github.com/dracula/dracula-theme/issues/644 , I realized that there can be conflicts between plugins with the same "basename", but different URLs. Do we have a way to handle this? BTW, how's...

It looks like one can only use `git@host:PATH` URLs, not `user@host:PATH` (nor, for that matter, `[git+]ssh://user@host:port/PATH`, useful since SSH should at least run on a different port for a private...

Perhaps there should be a section for plugin authors in the README. For example, suppose that, as a plugin author, I recommend that users install my plugin via `plug`. Normally,...

question

See https://github.com/mtth/scratch.vim/compare/master...chumakd:master (`chumakd/scratch.vim` appears to be most comprehensive right now) In particular, `mtth/scratch.vim` still seems to have the `Winleave` vs Win**L**eave bug (https://github.com/chumakd/scratch.vim/commit/1609acd2e5bd6c3a2a05a4d21217de452f46cae5) and the `:bdelete` bug (https://github.com/chumakd/scratch.vim/commit/c87fe72bd2542182c810cb729b17d6618a278928).

I'm trying to list files and also symlinks to files. `-tf` omits symlinks. `-L` follows directories (potentially exploding into thousands of results) How about `-t!d` (all except directories), `-t!l` (exclude...

feature-request

It seems wasteful in both time and memory to mount readonly squashfs's over and over again, in the case when the same appimage is called from separate processes. What would...

Chrome on Android here. The sidebar is invisible, and so the book seems to consist of just the Introduction landing page. And yes, please use pandoc to provide EPUB downloads,...

The current README talks about registry keys that can be set per-UUID under `HKLM\SYSTEM\CurrentControlSet\Services\btrfs`. I *assume* that putting the Readonly key for an existing Linux partition **before** installing the `.inf`...

I've been working on a version of the [sed script that caches](https://github.com/kstr0k/sed-bin/blob/sed-cached/sed-cached) compiled files. In the process, I reorganized the `sed` script to - be source-able as a library -...

Hi, would it be possible to remove the huge screencast GIFs (in particular, `doc/screencast-dbc.gif`)? That way this plugin (the largest by far in my vim `pack`) would come down to...