Martin Roa Villescas

Results 31 issues of Martin Roa Villescas

tpope's commentary plugin allows using the `b:commentary_format` to control the space between comment character(s) and code, e.g.: ```vim " No space between comment character and code let b:commentary_format = '#%s'...

Hi Ricardo. Could you please give me some instructions on how to compile your code? Thanks.

In my program, I want to be able to listen for key presses and, at the same time, emulate key presses. I used the example code in the [documentation](https://pynput.readthedocs.io/en/latest/keyboard.html) to...

I found a very interesting I2C master implementation written in assembly language for the ESP8266 (https://github.com/pasko-zh/brzo_i2c). However, as the author mentions, the library is written for the Arduino toolchain. I...

Would it be possible to add an option to allow inserting comment characters at the level of indentation? I'm moving from tpope's vim-commentary plugin and this behavior is actually default,...

An incorrect hint is shown in this program: ```julia function myfunc() a = ["R1", "R2", "R3"] b = ["R2", "R3", "R4"] for i in a for j in b if...

bug

The `@capture` macro defined in MacroTools.jl generates the following false warnings: ![image](https://user-images.githubusercontent.com/19517248/147257792-91983cbd-7dbf-4e84-b4dd-baca0ad9aa8e.png) Would it be possible to support this MacroTools syntax?

bug

I noticed that the latest version of the currently deployed docs is 0.5.4, however, the latest tag is 0.5.6 and the latest version of this package is 0.5.9. Is there...

I happened to come across them in an issue that forwarded to the pull request that implemented them.

Neovim instances do not get restored with tmux 3.2 while vim instances do. Here is a demo that shows this: ![Peek 2021-08-06 16-35_tmux-resurrect-bug-with0tmux3 2](https://user-images.githubusercontent.com/19517248/128527175-ed96b778-0a35-448a-abcc-2f269da4241f.gif) Tested on: OS: Manjaro Linux x86_64...