Andrew Radev
Andrew Radev
> Maybe it would be possible to add a condition in the code of the vim plugin to not try to write the genre if the field is empty in...
Thanks, @thaffenden :+1:. I've merged the PR, so I think @jaja360 should be able to use the current HEAD with `id3v2`. I'll put some time into that option ordering and...
Unfortunately, I'm going to have a hard time testing, because it seems that the `id3v2` and `id3tool` command-lines I can install on Arch Linux have different interfaces than whatever both...
For id3v2, the version seems to be the same: ``` extra/id3lib 3.8.3-18 Library for reading, writing, and manipulating ID3v1 and ID3v2 tags community/id3v2 0.1.12-6 Utility to edit id3v2 tags ```...
@jaja360, @thaffenden I've shuffled around some code, added a few basic tests and that one variable I mentioned, `g:id3_mp3_backends`, which is a list of tools in the order to try...
Can confirm that this is still a problem in snakemake 8.8.0. The fix works fine for me if I directly edit the package in the mamba environment, but I'm not...
Unfortunately, no, I kind of wish I had, because at least I'd know how to repeat it 😅. The photo was rendered on this Apple 2 emulator: https://www.scullinsteel.com/apple2/. A friend...
I don't know how much I can help here, since I don't use neovim, but it seems to me like `require'simple_bookmarks.vim'.setup {}` can't work -- there's no lua file to...
Those are the right commands, yes, so it shouldn't be the problem. It might be a good idea to open a github issue to request instructions for vimscript plugins if...
There is a check here inside the `:TypewriterEnable` command: https://github.com/AndrewRadev/typewriter.vim/blob/514eeb4df6d9ff8926dd535afa8ca3b9514f36f0/autoload/typewriter.vim#L15-L20 Adding the check in the command allows me to print an explanatory message, otherwise if you don't have `+sound`, the...