igordertigor
igordertigor
Hm. I had just copied the code from the readme and I assumed that would do it. After all, the default setting for `configure` seems to build both and I...
Unfortunately, this your example segfaults if I actually try to get a frame from anything but my laptop's integrated webcam.
@valvador92 , I didn't get it to work and eventually gave up to proceed with a video4linux webcam.
I feel that [yattag](https://www.yattag.org) is much better designed, when it comes to creating html-snippets from python code. Specifically, by using context managers, yattag ensures that you don't accidentally forget to...
The code is [here](https://github.com/igordertigor/bnb.vim). I use it with ``` Plug 'igordertigor/bnb.vim' ``` Let me know if it's useful (ideally in the issues).
Hi @rotten , apologies for the late reply. The readme says it: "Instead of running Black, BlackUpgrade and BlackVersion, you would use Bnb, BnbUpgrade and BnbVersion.". So you would just...
I'm setting it with `export`. My current workaround is to also set it in the scripts via `sys.path.append`, which is kind of awkward because I need to run that part...
Hi @shcheklein , I currently have trouble reproducing this and would therefore leave it for the time being. If the issue comes up again, I'll reach out to you again.
Not necessarily the preferred way. In many cases, I don't have direct access to the container config. So it would be an additional step to remember. It also isn't generally...
Ok, seems that I found out how this should work. Might still be a good idea to have in the documentation: ```bash export GITHUB_USERNAME=igordertigor export GITHUB_TOKEN=$(gh auth token) mlem link...