Results 18 comments of rosenjcb

This basically doesn't work for me.

I don't get any output at all. It's just a new line. Is this really fixed?

@AndreaCatania If you don't have any examples, would you mind stating which piece of code dictates how Prefabs are defined in RON files? E.g. is it a simple `derive` statement...

Adding the error `e` would be super helpful. I recommend the pull request (or something equivalent) be accepted.

At first I was experiencing the same issue but then I implemented @PathToLife solution and the problem seemed to go away, but I still have issues. Problem is that I...

So with @AndrewCraswell update of `2.3.3` I have experienced a significant drop in errors. The only point in which I see any `ClientAuthError` or CORS Exception is when a login...

I've noticed really weird and intermittent issues like this. It's super odd and often not reproducible.

The area's selection is defined as coordinates (i.e. x1, x2, y1, and y2) while the page's width and height is defined (I believe). On a side note: the one problem...

@fabcan Refer to CommandLineApp.java: it states that flag 'a' "Accepts top,left,bottom,right". In other words, it takes coordinates as y1,x1,y2,x2. You can further deduce its functionality by investigating the methods that...