Giovanni Tataranni
Giovanni Tataranni
Help text still mentioned a scale of 6 for skills, while the code actually works on a scale from 0 to 5
If {{file_name}} is inserted in the header template, no matter which line, when opening an existing file, the first line is substituted with the line from the header template containing...
I found a bug appearing in very specific conditions where a custom {{variable}} value is not resolved, and it is happening when the variable {{variable}} is on the same line...
When run as `bpftrace ttysnoop.bt pts2` it returns ``` $1 used numerically, but given "pts2". Try using str($1). ``` I have tried to look into `str($1 + 3)` with `printf("arg+3...
just like https://github.com/vim-syntastic/syntastic/issues/422 Perl complains if you edit a script with the following shebang line: ``` #!/usr/bin/perl -T ``` with the message: ``` "-T" is on the #! line, it...
Add the option of printing logs in logfmt format. Adopt f-string for printing log message, so that appropriate formatting can be applied. Additional machine readable information can be printed via...
Backport fixes for frr-reload.py to stable/8.5 branch from master