Chris Thoburn

Results 328 issues of Chris Thoburn

Would require landing this: https://github.com/heimdalljs/heimdalljs-lib/pull/53 And releasing this: https://github.com/heimdalljs/ember-heimdall

> UnhandledPromiseRejectionWarning: Error: Command failed with exit code 7 (E2BIG): /Users/runspired/.npm/_npx/61999/lib/node_modules/es5-getter-ember-codemod/node_modules/jscodeshift/bin/jscodeshift.js -t /Users/runspired/.npm/_npx/61999/lib/node_modules/es5-getter-ember-codemod/transforms/es5-getter-ember-codemod/index.js --extensions js,ts [LIST OF FILES] Will have time later to attempt to debug.

`pnpm` and `yarn` both allow "resolutions" or "overrides", a mechanism for forcing a specific dependency onto a specific version. This includes the ability to point to a fully different package...

## What's going wrong? PM2 is phoning home to 51.159.23.43 (51-159-23-43.rev.poneytelecom.eu), a scaleway domain that appears to be abusive https://www.abuseipdb.com/check/51.159.23.43?page=2#report ## How could we reproduce this issue? Run a pm2...

pnpm version 7.1.1 Take a project with a simple file at `bin/command.mjs` ```js #!/usr/bin/env node console.log("hello world"); ``` Configure it via the `bin` field of that project's `package.json` file. ```json...

type: bug

The compiled output for 0.84.3 ends up still needing it https://www.npmjs.com/package/@glimmer/syntax?activeTab=code (see `dist/commonjs/es2017/lib/source/source.js`)

[Rendered](https://github.com/runspired/rfcs/blob/data/deprecate-legacy-finder-support/text/0964-deprecate-legacy-request-support.md)

T-ember-data
T-learning
S-Exploring

[Rendered](https://github.com/runspired/rfcs/blob/modernized-scheduler/text/0957-modernized-scheduler.md) This RFC Proposes replacing `@ember/runloop` ([Backburner.js](https://github.com/BackburnerJS/backburner.js)) with an [interface](https://www.typescriptlang.org/docs/handbook/interfaces.html) for common scheduling needs. The interface describes *intent* for when work should be performed in relation to the native event...

T-ember-data
T-deprecation
T-routing
T-framework
T-testing
T-fastboot
T-learning
T-ember-cli
S-Exploring

https://github.com/emberjs/rfcs/pull/926 I had to manually fix the PR number and links for the original PR because `v2.1` led to it being parsed as `#085421`

bug

For projects that don't want to contain the alpha/beta/canary tags in the release notes of their main channel it would be nice to be able to condense these changelog notes...