jrmd54
jrmd54
Hello, I am currently experimenting an issue related to the preparation of workers by the DockerLatentWorker object. I am following the documentation at http://docs.buildbot.net/current/manual/configuration/workers-docker.html in order to produce a basic...
Hello, This tool is amazing; i integrated it in my workflow to copy/paste over ssh when the remote server has no X server. I tested it with alacritty and kitty,...
In c++ code, when I am in a huge functions with a prototype such as ``` std::bool myFunc() { // some code } ``` context.vim is not capturing the prototype...
### Steps to reproduce I have the file test.py with the following content: ``` def test(): if True: if True: i = 1 else: if True: i = 2 ```...