Simon Ihmig
Simon Ihmig
https://github.com/kurko/ember-localstorage-adapter/pull/121 seems to create problems for apps running ember-data 1.0.0-beta.16.1. I get this exception after upgrade from 0.5.3 to 0.5.4: _Uncaught TypeError: Cannot read property 'typeKey' of undefined_ Stack trace:...
The current `ember-cli-fastboot` releases (1.0.0-rc.1 and above) introduce breaking changes. These will most likely break your current FastBoot implementation. See https://github.com/ember-fastboot/ember-cli-fastboot/issues/387 for more information and a guide on how to...
I wanted to import types from `@glimmer/interfaces` (Component manager interfaces) in an Ember addon, however that fails with `Can't resolve '@glimmer/interfaces'`: Stack Trace ``` ================================================================================= ENV Summary: TIME: Wed Apr...
Based on a lively discussion on [Twitter](https://twitter.com/simonihmig/status/1205556369144926208) with @pzuraq et al, I am trying to summarize our (that's @nickschot and me) experience and the shortcomings of using Ember to build...
[Rendered](https://github.com/simonihmig/rfcs/blob/no-globals/text/0784-no-globals.md) --- For the record: there has been an early draft and some discussion around it here: https://github.com/emberjs/rfcs/issues/781. Special thanks to @bendemboski for contributing a lot of details about the...
### Please paste the output of `ember -v` here ember-cli: 3.7.1 node: 10.11.0 os: darwin x64 ### Please paste the output of `tsc -v` here Version 3.3.3333 ### Please paste...
The current `ember-cli-fastboot` releases (1.0.0-rc.1 and above) introduce breaking changes. These will most likely break your current FastBoot implementation. See https://github.com/ember-fastboot/ember-cli-fastboot/issues/387 for more information and a guide on how to...
- Version: 3.0.2 - Rollup Version: 2.77.0 - Operating System and version (if applicable): OSX - Node Version (if applicable): 16 - Does it work with `tsc` (if applicable): n/a...
On top of #1534, #1537 the rule also (IMO falsely) triggers when using methods of EmberArray, but not *implicitly* through prototype extensions (which is what this rule is trying to...
## Current Behavior Google Map cannot be loaded. See below for a screenshot. ## Expected Behavior Google Maps should load correctly. ## Steps to Reproduce 1. visit https://www.emberjs.com/community/meetups/ ## Possible...