Sean Massa

Results 25 issues of Sean Massa

When writing an Edge Function, you may forget to: ``` export const config = { runtime: 'edge', }; ``` leaving a Serverless Function (by default) that looks like: ``` export...

area: cli
area: dev
semver: patch

Updating `vc dev` user experience to: - error messages render red - request/response log lines - log is aligned on icon, method/status, then message EDIT: This was changed to only...

area: cli
semver: patch

The current time zone of build container is defined by the Dockerfile, which sets it to UTC. This PR has no change in behavior, but makes it explicit that these...

In order to make sure that the package is installable, this PR adds a "Verify Package" step before publishing.

area: tests
semver: none

When this error happens, an `Error` should be returned to match Node.js convention. I was using this library and had some issues related to an error being a string.

You can use `arguments.callee` in strict mode. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/arguments/callee

When using `bond#to` with fat-arrow function syntax, the constructor detection breaks: ``` TypeError: Function has non-object prototype 'undefined' in instanceof check at Object.spy [as getPostComments] (node_modules/bondjs/lib/bond.js:16:48) ```

Comparing large images causes failures in img-diff itself. Comparing smaller images takes a long time. This appears to be a problem with the way ndarray is used. You aren't supposed...

Right now, the app pulls Needs Champion and Final Comment Period labeled issues. We probably want to include other labels and pull requests, but it's not clear what the best...

needs team discussion

This module cannot be installed by yarn after 3.0.0. > error [email protected]: The engine "yarn" is incompatible with this module. Expected version "0.0.0". Got "1.17.3" > error Found incompatible module....