Rick Waldron

Results 57 issues of Rick Waldron

@meltingice I see you're actively working on this again—what do you think about an ES6 rewrite? - Get's away from CS - Can be transpiled as CS currently is -...

> // Load with base image from URL > `Caman.fromURL('/images/test.jpg')` > // Initialize with a blank white canvas > `Caman.blank({width: 200, height: 200}).then(function (caman) {});` > // Initialize from an...

Hello everyone! I'm trying to get a better understanding for how the Firmata implementation is expected to be used. I've been working with the protocol for a little over 4...

question

Following the execution path: https://github.com/GoogleChromeLabs/jsvu/blob/853836d94d207f6c8f487f272121b0bd4a5f7b72/shared/installer.js#L46 https://github.com/GoogleChromeLabs/jsvu/blob/853836d94d207f6c8f487f272121b0bd4a5f7b72/shared/installer.js#L131-L132 https://github.com/GoogleChromeLabs/jsvu/blob/853836d94d207f6c8f487f272121b0bd4a5f7b72/shared/installer.js#L134 Which results in this: ``` @echo off "%~dp0engines/v8\v8.exe" --natives_blob="%~dp0engines/v8\natives_blob.bin" --snapshot_blob="%~dp0engines/v8\snapshot_blob.bin" %* ```

enhancement
good first issue

@sarahghp

valid and in progress
contributor docs
group process

Supports https://github.com/tc39/ecma262/pull/2205

awaiting consensus

For changes that are explicitly relevant to "Permit Symbol as WeakMap key and WeakSet entry", see commit 1.

needs follow-up

Suggestion: Add tests for roundingPriority when all 4 settings are used at the same time (min+max fraction+significant) _Originally posted by @sffc in https://github.com/tc39/test262/pull/3334#discussion_r774638051_

ECMA-402