Mattis DALLEAU

Results 8 issues of Mattis DALLEAU

Just something convinient to avoid thoses ugly trailing spaces at the end of the line

I was pretty hyped about getting a man so I made this : ```vim nnoremap K "ayiw:call quickui#tools#display_help("a") ``` But I noticed that it won't recognise things as let or...

`python3 quidam.py -m twitter -u user` ``` You select twitter Traceback (most recent call last): File "/tmp/Quidam/quidam.py", line 41, in info = twitter(args.username) File "/tmp/Quidam/quidam/core.py", line 58, in twitter info...

As there was still some little problems I am proposing a rewrite to the JSON API that includes ```cpp // JSON parsing options (placeholder for extensibility) typedef struct { //...

I may be wrong but using `strcpy` on a `NULL` value might cause Undefined Behaviour and could potentially be an attack vector