Alwin J. Schuster

Results 98 comments of Alwin J. Schuster

@elezar Thank you for your support. I am sorry, I missed this one. With the new variable set, it works seamlessly. Also, thank you for the explanation that makes a...

I think it could be fixed by rebuilding because then npm installs the latest Caprover CLI which fixed the bug.

I used a workaround, it might not be as fast, but it always uses the latest version. Replace the action: ```yml - name: Caprover Deploy uses: AlexxNB/caprover-action@v1 with: server: 'https://example.com'...

After a little investigation, the bug is caused by this [line](https://github.com/caprover/caprover-cli/blob/3f93fb79e3fba0afc7bbc48a01edb69103db3f05/src/utils/ValidationsHandler.ts#L174). The problem is that the Github checkout action only pulls the latest hash which causes an issue with `git...

I have the same problem with Ubuntu 21.04. (I have already tried all mentioned fixes). Any ideas?

@JanSurft Thanks a lot! Now it works! I think the explicit phrase of the video ID did the trick. ``` sudo modprobe -r v4l2loopback sudo modprobe v4l2loopback devices=1 exclusive_caps=1 video_nr=7...

I would need this feature too since asciidoctor-diagram (with graphviz) generates this syntax when you use an SVG for a node. I am not a Ruby programmer, but I think...

@mogest Thank you! I have just analysed the SVG file and, as you mentioned, it is really weird. Especially, because the original PDF is vector graphic only and does not...

@mogest I have tried many other PDF to SVG converters and unfortunately, all other converters are generating SVGs with `` tags. I would appreciate it a lot if you could...

It is not a solution to this exact problem, but I am using [Asciidoctor](https://asciidoctor.org/) instead of Markdown now. It has very similar syntax and offers advanced features and out-of-the-box PDF...