Edward Faulkner

Results 117 issues of Edward Faulkner

Using the ember-template-imports glint environment, given: ```js import Component from '@glimmer/component'; const Greeting = {{@message}}; export default class Usage extends Component { } ``` both the caller and callee treat...

design

This adds the infrastructure for doing component integration tests.

Graphiti's error classes have a lot of `message` methods with helpful errors details. But as far as I can tell, graphiti-rails has the rendering of these disabled because it doesn't...

The data-loop defenses in the mobiledoc-editor component (`_localMobiledoc` and `_upstreamMobileDoc`) aren't sufficient to guard against many possible data loops, so it's easy to lose cursor position. We could use an...

It looks like some work is needed to make this addon fastboot-compatible. It currently fails at boot time when it hits `require("mobiledoc-kit")["registerGlobal"](window, document);` in `mobiledoc-kit`'s globals build.

This addon eagerly instantiates its service in an instance-initializer: https://github.com/DockYard/ember-router-scroll/blob/2f17728fd82d7d486888df9a09fdc4aae233f294/addon/instance-initializers/ember-router-scroll.js#L3 Which also eagerly instantiates the router service: https://github.com/DockYard/ember-router-scroll/blob/2f17728fd82d7d486888df9a09fdc4aae233f294/addon/services/router-scroll.js#L72 But that means it's impossible to write a unit test that stubs...

This may not be the fault of this package, but I frequently lose a job to an HTTP 400 while running this action. https://github.com/embroider-build/embroider/pull/1001/checks?check_run_id=3863504298 It's sporadic and it's not super...

### What is the problem this feature will solve? Tool authors often need to reimplement Node's resolving behaviors in order to ask the question: if *this* file was to import...

feature request
esm
loaders-agenda
loaders

I think that the `clean` we have in the rollup config causes transient-but-noisy build errors in the test-app. Because it starts the build by removing everything in dist, the test-app...

bug

When you run the blueprint with `--typescript` and `--pnpm`, you don't end up with a working language server in vscode. I'm aware of https://github.com/typed-ember/glint/issues/524, but neither putting `@glint/core` at the...