Chris Thoburn

Results 328 issues of Chris Thoburn

memory growth over time for the html reporter still occurs even when hidepassed is true as the hidden DOM nodes are retained. For test suites with massive quantities of tests...

Component: HTML Reporter
Type: Enhancement
Component: Core

We recently bumped ember-template-lint from 5.7.3 to 5.10, with no additional changes to config. This results in 2-3x as much time being spent in linting our templates (running without autofix)....

bug

Issues: - Expected globals are not present, such as `fetch`, `Headers` `ReadableStream` etc. - ~`buildSandboxGlobal` no longer runs, so there is no way to enhance the built in globals with...

the effects of this bug are that fastboot cannot be used in conjunction with more recent versions of yarn, pnpm, or pnp strategies that avoid hoisting dependencies to root. This...

version: 1.1.2 ember-source: 4.11 ember-cli: 4.10 @embroider/test-setup: 2.1.0 Error: `macroCondition can only be used as the predicate of an if statement or ternary expression (This is an error on an...

This makes debugging any docs changes prior to release near impossible. I think we need to make ember-jsonapi-docs copy into the ember-api-docs/ember-api-docs-data directory to get it working again?

bad: ```ts @classic export default class TestComponent extends Component { @fullNameMacro() fullName; } ``` good: ```ts @classic class TestComponent extends Component { @fullNameMacro() fullName; } export default TestComponent; ``` see...

### Environment - Note: `npx eslint --env-info` does not function properly with flat config Node version: v18.20.2 (N/A) npm version: v10.5.0 (N/A) Local ESLint version: v8.57.0 Global ESLint version: Not...

bug
needs info
repro:needed

If creating a `cached` property that is only consumed by one `computed` property (e.g. nothing else would cause it to recompute), specifying that property as a dependent key requires that...