Alexey Vyskubov

Results 67 comments of Alexey Vyskubov

I have tried with QWERTY layout, also on another computer, with exactly the same result for RAlt+a: "ф" or "f".

So, it does not contradict the title of the issue. The combination of `-subtype=rom --no-crt` does not work.

I have added to the source ``` #pragma define CRT_INITIALIZE_BSS = 0 #pragma define CLIB_EXIT_STACK_SIZE = 0 #pragma define CRT_ENABLE_STDIO = 0 #pragma define CRT_FOPEN_MAX = 0 #pragma define CRT_OPEN_MAX...

(Sorry for the multiple add/delete comment -- there was some strange problem with github.)

Sure. `java -jar \spotbugs.jar -textui `. Thanks for looking at my issue!

It is taken from [here](https://spotbugs.readthedocs.io/en/stable/running.html).

There are many different unices. Why don't you kill all checks besides `isWindows` instead of adding new ones, and reverse the condition in finding the dotnet binary name (`dotnet.exe` if...