Charles Lowell

Results 148 issues of Charles Lowell

Node has an `UnhandledPromiseRejection` warning that is spewed if you ever create a promise that rejects that isn't explicitly handled. This can be very annoying, but it is actually quite...

Yarn 1.x development is frozen and Yarn 2 doesn't seem to have the developer experience that we're looking for. Now that npm supports workspaces natively, it feels like this is...

The following typechecks ```ts import { RNGFactory, Random } from 'random'; import seedrandom from 'seedrandom'; RNGFactory(seedrandom('random seed')); ``` But `RNGFactory` is not actually exported. Commenting out this line fixes it...

We want to be able to use default exports, and named exports when consuming the CJS module from both other CJS modules _and_ ESM modules. I don't know what the...

- [ ] put sliders on parameters - [ ] load horizon and unload horizon sliders should be dynamic - [ ] put transitions on load horizon - [ ]...

enhancement
demo

``` ❯❯❯❯ ember new quickstart installing app create .editorconfig create .ember-cli create .eslintignore create .eslintrc.js create .travis.yml create .watchmanconfig create README.md create app/app.js create app/components/.gitkeep create app/controllers/.gitkeep create app/helpers/.gitkeep create...

The standard behavior for slice is to truncate the slice for any values of `start` and `end` that are out of bounds, so for example, no matter how you slice...

With the inline form being implemented as an AST transform, users should never actually see a version of the let helper that gets invoked at runtime without an associated block....

The following test script causes the test suite to hang rather than fail. It's not a common case for sure, but it is useful can happen if you are using...

🐛bug

If you try and query the `agents` field in the schema, you get an error about it being null

🐛bug