Juan Pedro Fisanotti
Juan Pedro Fisanotti
Nice! I'll test it and merge it today :)
Hmm, I guess something changed in ctrlp after I did this extension. I'll have to debug a little to know what's the best way of including the extension now. Let...
Oh! It turns out that `asyncio.run` was added in python 3.7, so the project then requires python 3.7 or higher. I will add this to the README :)
As for suggestions, I would try to install python 3.7 or 3.8, but I don't know if they are available in ubuntu 18.04 official repos. You might need to install...
will try!
Quite strange, I tried lots of things and wasn't able to reproduce it. As the issue in syntastic suggests, it might be a problem with vim refreshing which is triggered...
It was tricky but I got it working in both py3.8 and py3.7 with some changes in the dependencies. You can try them now :)
@vdg0 Are you sure you have enough space in the unit where the packages are being decompressed? It might not be your home dir, but where your /tmp lives. Bear...
Good idea! I'll implement this (unless you want to send a PR)
Can you post the output of this? ```bash sudo apt install v4l-utils ls /dev | grep -P '^video\d+$' v4l2-ctl --list-devices ``` (assuming you are under ubuntu or debian, otherwise the...