NightProgramming

Results 4 issues of NightProgramming

There should be a prominent warning somewhere that CodeMaid will clean up any verbatim string, meaning it changes the literal string definition and thus the string value by removing empty...

duplicate

Pressing Ctr + P and entering a path e.g. `/etc/nginx/nginx.conf ` results in the following error: ``` [ERROR] Error while connecting to SSH FS : Error: Couldn't find a configuration...

bug

It seems the dumped images in the `image` folder aren't really used by the dumped HTML files. Instead the img tags look something like this: ``` ``` So the image...

I think it would make more sense if both `DateTimeOffset` and `DateTime` don't get converted to local time. Here is my test code: ```cs var myInstance = new MyClass() {...

bug