Results 12 comments of Layerex

I have that error too on Artix

I made this utility a while ago primarily to deal with that problem. https://github.com/Layerex/term-invert-colors ![screen](https://user-images.githubusercontent.com/59440032/119017100-5150f500-b9a3-11eb-9736-b1911f3369e8.png)

@chubin would be cool. But, I guess, fine-tuning original colorscheme without full inversion would be much better. For example, making sun orange or red and darkening other colors would fix...

> How many people are using JS principally for scripts? Principally? I don't know. Personally, I know at least one person, who does. Anyways, node shebang is pretty common: [https://github.com/search?l=JavaScript&o=desc&p=1&q=%23%21%2Fusr%2Fbin%2Fenv+node&s=indexed&type=Code](https://github.com/search?l=JavaScript&o=desc&p=1&q=%23%21%2Fusr%2Fbin%2Fenv+node&s=indexed&type=Code)....

"use strict" is very common, so I decided to add a file template with it too.

> MR now closes #94, (I will fix all of the minor bugs in a single commit once I have all the major stuff out of the way,) In theory,...

> > In theory, there may be more than 255 files > > I think we can just ignore that and return 255 for 255 or more files. Yes

> * The json output option emits errors at the beginning (second one is only present if it's been run before): `mkdir -p` should be used. JSON output should be...

> I checked monaco-vim https://monaco-vim.ilyar.repl.co/ it is ok, but in codebattle editor not same Same. In codebattle vim mode doesn't work, but it does work in https://monaco-vim.ilyar.repl.co/. Browser: Chromium 102.

What magic with sprinting is happening in `MixinEntityPlayerSP.java` (in `onLivingUpdate`)?