jbmonroe

Results 15 comments of jbmonroe

You guys are killing me. GCC is the GNU C++ compiler. I'm thinking "what? The c++ compiler compresses JavaScript?"

This seems like another issue that can be closed since IE8 is long deprecated in the real world.

Perhaps this should be closed because IE7 isn't even a thing anymore--and it never could do HTML5 tags anyway.

Since Qwery is just Javascript, I don't see how you could be getting V8 C++ compiler errors during an install. Are you trying to build V8 as well?

@artknight How will you load scripts from local storage?

This is sort of a mix of ES5 and ES6. I don't know if support for IE11 is required, but if it is, some of the property definitions will have...

Dunno about that. Mock-DOM index.js has some ES6-looking get/set code in Object.addProperty: get() { return thing; }, vs get() : function () { return thing; }, Also in an obj...

I think I have to respectfully disagree here. The standard says that you can't depend on the order of keys in a JavaScript object (which is what you end up...

I'll pick up this thread when I get to the office. (It's the desk right next to this one. A two-meter commute!) I can provide guidance, but I can't provide...

Okay, it goes a little something like this. Anything I don't detail explicitly I leave as an exercise in reading the JsonCpp documentation, but none of this is difficult. Writing...