Rick Waldron
Rick Waldron
> We actually want it to be easier than uploading anything with the IDE. We're creating something called 'imraa' which will flash users boards as soon as they're plugged in...
> Firmata boards will be treated as 'subplatforms' so once you add the subplatform offset you'll be on the firmata board, for example arduino GPIO13 == 512+13. I2c bus 0...
Thanks, I think I was having trouble understanding what subplatform meant in this context. Re: the Firmata IMU plugin, I think there needs to be a "non-standard command" byte defined...
@kenchris 7th Edition: ES2016\* ;) I'm curious though—what is JerryScript's roadmap? I can't find anything anywhere. I'm going to file an issue over there to see what we can learn.
Lol, that was the best release ever :)
This will be useful: ``` require(X) from module at path Y 1. If X is a core module, a. return the core module b. STOP 2. If X begins with...
Aren't these invalid windows paths? - `engines/v8\v8.exe` - `engines/v8\natives_blob.bin` - `engines/v8\snapshot_blob.bin` This portion: `engines/v8`, which gets made in ``this.targetRelPath = `engines/${engine}`; `` is never passed through a `path.normalize()`.
I also don't have a strong opinion about this. I generally err on the side of caution, which sometimes leads to dead weight, but maybe someone, somewhere depends on the...
cc @Ms2ger @romulocintra @sarahghp @ryzokuken
@ynahmany Neither @leobalter or I have had a chance to follow up on this. It involves reviewing the test linked above, then searching through Test262 to determine existing coverage and...