Justy

Results 8 comments of Justy

@caiceA can you like, not just mass mention people to use your theme that has no connection to this one? i dont like the fact you are promoting it assuming...

try not to be so hostile in a public repo, its merely a critique of the way you are presenting your theme. additionally, it doesn't seem you were **_forced_** to...

Local storage won't be sufficient for saving the game. The reason being, my current game actually takes up 11MB. IndexedDB is more fitting for this purpose and can just be...

I don't have a 360 guitar at the moment so I can't check what the correct mapping is, but I *should* have one soon so I'll report back with what...

[Standard Java proxy settings](https://docs.oracle.com/javase/8/docs/technotes/guides/net/proxies.html) *should* allow you to set a proxy when starting the Minecraft client or server.

I've found that SYS_ADMIN or changing sftp implementation is not necessary, there is an issue with the new default ulimits for file descriptors in newer docker versions. Having that value...

I think the more appropriate way to solve this issue is to separate a JS require from a Lua require. Their styles are far too different to mix the two...

This is likely the same issue with the new default ulimits for file descriptors in newer docker versions. Having that value too high will eat CPU when establishing connections causing...