Chris Thoburn

Results 328 issues of Chris Thoburn

I may work on adding this feature, putting this out there to see what support there is for it. Basically a build-time only version ember-css-modules.

Was hoping to use this to inspect the size of modules in the dummy app built for an addon, but it does not appear to work for such.

``` Downloading Chromium r686378 - 110.2 Mb [====================] 100% 0.0s (node:43991) UnhandledPromiseRejectionWarning: Error: Evaluation failed: TypeError: Cannot read property 'entries' of undefined at __puppeteer_evaluation_script__:9:50 at ExecutionContext._evaluateInternal (/Users/runspired/.npm/_npx/43991/lib/node_modules/ember-angle-brackets-codemod/node_modules/puppeteer/lib/ExecutionContext.js:122:13) at processTicksAndRejections (internal/process/task_queues.js:95:5)...

These projects have unfortunately moved to ESM already :)

enhancement

Said action would: - generate the report - fail if any reported measurements had increased since last checked-in report - update any measurements that have decreased This encourages forward-only maintenance...

Given a package within a pnpm workspace with the name `@org/pgk` the following will fail with `cannot find module`. This works for both `yarn 1` and `npm`'s resolution. ``` require.resolve(`@org/pkg/src/main.ts`);...

type: bug

this guy: https://github.com/typed-ember/ember-cli-typescript/blob/master/ts/lib/typechecking/worker/launch.ts unsure what it's doing that requires that.

Discovered this in 3.28 but it seems to still be present on master. The basic setup ```ts import { tracked } from '@glimmer/tracking'; import EmberObject from '@ember/object'; export default class...

Bug

Given a passthrough defined like so: `this.passthrough('/translations/**');` When running on a url like so: `http://localhost:9003/3638/tests/index.html` and the file `translations/en-us.json` Mirage will fail to find the passthrough handler as it considers...

Since the entire world now does this (right? right?!!?! if you don't you should) it would be awesome if the little print out after a production build or when using...