Robby Morgan
Robby Morgan
### Reproduction https://ember-twiddle.com/b7a9c880dafac7c885d8aa39dd2ee2e6 ### Description hasMany relationships return an array-like object that functions in most ways like a real array. However, they do not behave like an array when returned...
Using https://github.com/image-size/image-size: ``` > require('image-size')(require('text2png')('Line 1', {font: '12px sans-serif', padding: 0, lineSpacing: 0})) { width: 31, height: 8, type: 'png' } > require('image-size')(require('text2png')('Line 1\nLine 2', {font: '12px sans-serif', padding: 0,...
## Version 0.7.1 ## Steps to reproduce 1. Check out https://github.com/ember-cli/ember-new-output (I'm using version `3.12`) 2. `ember install ember-service-worker` (9.0.1) && `ember install ember-service-worker-index` (0.7.1) 3. Enable `fallback` strategy in...
This is more of a question, possibly with a suggested change for greater compatibility. I'm trying to better understand MrBean's [incompatibility with polymorphic types](https://github.com/FasterXML/jackson-modules-base/tree/master/mrbean#issue-incompatibility-with-polymorphic-types), since I'd really like to use...
Upon upgrading to Ember 3.7.x, I found that the JavaScript console had strange messages being logged from this library, like: ``` Transition #Attempting URL transition to /myroute/123: undefined Preparing to...
### Checklist - [x] I have looked into the [Readme](https://github.com/auth0/wordpress#readme) and the [documentation](https://auth0.com/docs/customize/integrations/cms/wordpress-plugin), and have not found a suitable solution or answer. - [x] I have searched the [issues](https://github.com/auth0/wordpress/issues) and...
From [#ember-data discord](https://discord.com/channels/480462759797063690/486549196837486592/1380617376088723516) ### Problem In scenarios dealing with multiple stores, it can be desirable for each store to represent the same new record, before that record has received a...