Brand
Brand
vidcutter/libs/videoservice.py ```py acodec = re.search(r'Stream.*Audio:\s(\w+)', result).group(1) ``` re.search returns a NoneType, this will make .group(1) throw an exception thus never saving the video. You can get it to save the...
Bufferline :: plug.vim bash bash bash bash bash bash bash ErrorMSG:: Error detected while processing function DeleteHiddenBuffers: line 4: E89: term://.//30545:/bin/bash will be killed(add ! to override) E89: term://.//30578:/bin/bash will...
Awesome plug-in! I was wondering if you would consider adding something like ``` [ i ] init.vim ``` So when I press i, it opens it.
Update unit tests ### Disclaimer Not sure if you want this but figured I would post its since this meets my specific use case & perhaps might meet others. I...