Nelson Benitez Leon
Nelson Benitez Leon
When you contribute to open source projects you are required to submit patches or PR with just the code changes for the issue you're trying to fix, but, if the...
It's not working, fail message is: catch: no addresses worked! bad token or no network path? I was trying to transfer from my Raspberry PI connected to router by cable...
I'm currently using this plugin perfectly fine in Sublime Text 4 but the Github project and Package Control webpages have a description "Sort Tabs for Sublime Text 2" that confuse...
Code like `std::function` fails because the empty parens were not expected, so add this case to the regex. Fixes #10 Fixes #5
`Colour-valgrind` fails to highlight a valgrind line when inside a PARAM_LIST there's a TYPE accompanied by empty parens, e.g. `std::function`, that causes the red error output below. I'm sending a...
`Colour-valgrind` fails to recognize a type with two operators, that's why it shows red error output below, because the code `void*&` is a type with two operators (`*` and `&`)...
Code like `void*&` which contains two operators was causing regex error. Fixes #8
Hi, I found a bug when implementig week calendar for my site, that is, an event renders two lines of text (event time in one line, title in a second...
Hi, I like tinker.io and its lean interface (in contrast with jsfiddle) and use it to post code examples on stackoverflow.com , but it's bugging me that does not include...
### What Operating System(s) are you seeing this problem on? Linux Wayland ### Which Wayland compositor or X11 Window manager(s) are you using? Mutter: default in Fedora 40 ### WezTerm...