Chris Thoburn

Results 328 issues of Chris Thoburn

> [!NOTE] > This document serves as a PRE-RFC gathering of requirements to inform the next iteration of the Cache interface. As we continue to develop and ship more advanced...

feature-suggestion

any chance of getting some types, even if just bare bones d.ts? :D

enhancement
help wanted

any plans to update this to the v2 addon format?

enhancement
help wanted
internal

These are not equivalent expressions. ```js - aString.replace(/[~^]/g, ""); + aString.replace(/[^~]/g, ""); ```

bug

A thought I had: can we add another category of methods to the schema service: ``` registerKind(kind: KindFn) kind(field: Field | { kind: string }): KindFn; ``` this would either...

feature-suggestion

currently this project's components cannot be used in typescript projects or with ember's new authoring format.

ember-qunit 8.0.2 ember-source 4.4 @ember/test-helpers 5.1.0 ember-auto-import 2.10.0 failure can be seen here: https://github.com/emberjs/data/pull/9814 upgrade is from 3.1 => 4.1 both 3.28 and 4.4 fail, 3.28 is I think expected....

When only the type of a function, class, or variable is exported, type-doc should group the exported symbol appropriately under `type aliases` and or `interfaces`. However, the original grouping is...

### Runtime node ### Runtime version 20.19.1 ### Module version 21.1.0 ### Last module version without issue _No response_ ### Used with _No response_ ### Any other relevant information _No...

bug

The following is either a bug in behavior or a bug in the sense that we are missing an assertion on a key constraint of the router. Twiddle: https://ember-twiddle.com/84ca6381ddc9ed65dffe9916a102e7f0?openFiles=twiddle.json%2C&route=%2Fparent%2F1%2Fchild%2F1 ##...

Needs Bug Verification
Routing
Has Reproduction