Mathieu Gouin

Results 19 comments of Mathieu Gouin

@asafravid Would you mind sharing the link, I'm interested :)

Just to chime in that I'm having the same issue.

Agree! And please follow the ISO norm using dahses (-)

Hello! Do you mean when viewing the files in "detail" view? If yes, I have the ISO style date myself. I believe Exprorer++ uses the settings from the Windows locale....

Hello, I experienced this issue as well. I might be completely off, but my initial thought were this command line option does not work because the NAV/COM radios are powered...

Ok, thank you very much! Would you be interested in activating a github page for that? If I have a chance, I might convert it to github page. This way,...

I have something working, let me know what you think? My fork: https://github.com/mathieugouin/nasal/tree/master/docs The resulting website: https://mathieugouin.github.io/nasal/

I see that you already have a github page for nasal: https://andyross.github.io/nasal/ Maybe it could be integrated?

I have version 2.71.0 of the cli. I have exactly the same problem. To add more info, SSL works with `curl -UseBasicParsing "https://artifactory.example.com/artifactory/api/system/ping"` but not with `jfrog rt ping`. I...

It turns out by removing: ``` statistics = True count = True show-source = True ``` in my .flake8, the report is now OK. Not sure which one caused it,...