erichaus

Results 19 issues of erichaus

When using fastboot shoebox to load initial data for a detail route, if the key value includes invalid css, shoebox.put() will fail due to the underlying querySelect not recognizing the...

I'm rendering a fastboot page on a cdn like so: ``` const res = await this.fastboot.visit( this.request.url, {request: this.request}, ); html = await res.html(); ... ``` I have a route...

Tried installing two ways: ``` ember new glimmer-foo -b @glimmerx/blueprint ``` and ``` npx ember-cli new glimmer-foo --blueprint @glimmerx/blueprint ``` In both cases I get: ``` Installing packages... This might...

I'm looking to build an embeddable glimmer component that would make use of a few existing glimmer components from an ember app (form component, changeset etc, could be moved into...

In an ember fastboot.js app using jsdom I'm getting the following error when running the code snippet below: ``` TypeError: Cannot set property parentNode of # which has only a...

Upgrading to 4.0.3 results in a glitched animate out as shown below. https://user-images.githubusercontent.com/230757/152736776-d6e62fd8-f333-49c4-9f5f-3debf7f0a68a.mov

- Adds the `{{bool}}` helper to return a boolean value in the template.

Changes - Updates sauce-connect-launcher to latest which includes security fix for https-proxy-agent.

Just upgraded to latest and getting the following error: ``` ERROR in ./node_modules/sinon/pkg/sinon-esm.js 405:74-81 Module not found: Error: Can't resolve 'process/browser' in '/Users/eric/Projects/sqwok/ember-sqwok/node_modules/sinon/pkg' ``` Any suggestions or ideas?

When making a PATCH request, the jsonapi request body does not include the `id` field, which other jsonapi clients include. ``` PATCH /api/claims/abc-123 { "data": { "type": "claims", "attributes": {...