Chris Thoburn

Results 328 issues of Chris Thoburn

while it does often make sense to keep tests in a single module grouped together, a single file containing multiple modules (regardless of whether top-level or nested) will be executed...

I think we can simplify things by dong a runtime-only replacement with an option build-plugin to compile away unused variations. Something like: ```gts import { Layout } from '@html-next/flexi-layouts'; const...

Recommended rules should represent best practices. At a minimum, using async without await **is not** a bad practice, and in most usages it represents a best practice helping to safeguard...

package: eslint-plugin
preset config change
evaluating community engagement

similarly, make it possible for a handler to be created with a passed service or document the odd way of doing it

:label: doc

Sketches out reactivityMode and lays groundwork in types etc. Should be relatively easy/quick to implement, and could be further optimized via batching/reduction of work generated by the graph and cache...

:dart: canary
:label: chore

Three things stand between us and marking PolarisMode as recommended. 1) expose reactive state props which will be added by `withDefaults` 2) expose utilities for common operations like rollback (might...

Some feature ideas - trace requests - see both clean and dirty state of a record - explore the cache - invalidate requests - highlight DOM content inside of request...

:label: feat

this will reduce surface area and simplify import suggestions

:label: feat

- [x] have typedoc consume declarations instead of source files so that we can ship docs for `@warp-drive/ember` - [x] setup typedoc in `eslint-plugin-warp-drive` improve the linting section of the...