mraak

Results 12 comments of mraak

My solution was to run this first. `npm config set strict-ssl false` And proceed with the normal install.

Is this needed though? Java also reports type mismatches with the same keyword as it is used in the code. ``` public class HelloWorld{ public static void main(String []args){ System.out.println("Hello...

Yeah for 'bint' and 'nul' I agree.

Please check the branch. There is one strange problem. When I load the code into checker as string, it doesn't work correctly, but when I load the same code from...

Solved and pushed.

Definitely yes, should throw an error for first `foo(x)` and not for second. Just because the function is declared later in the code, it is declared with a certain signature...

This saved me, indeed for any sort of control over the dragged position you need to set `axis="none"`.

No, that's just bad copy from Windows command line. This is step-01 branch. btw.

I tried multiple times. I can also make queries from the lesson page's graphiql. But when I run npm start I get the above in step-01. I haven't tried other...