Jim
Jim
I'm not sure if this is a good idea or a terrible idea, but here it goes... Many java applications use `URL.openConnection()` to create a [URLConnection](https://docs.oracle.com/javase/7/docs/api/java/net/URLConnection.html) which is then used...
I checked out the demo and ran it with the following results: ``` forcedGcAmount | forcedGcTime | gcAmount | gcTime | majorGcTime | pureScriptTime | renderTime | scriptTime ------------------ |...
From @syranide > http://wiki.ecmascript.org/doku.php?id=harmony:array_comprehensions could this be something to consider for JSX? I.e. statement like syntax inside braces, more readable than ternary and various other hacks while still being very...