Tobias Bieniek
Tobias Bieniek
The proposed rule should warn about computed properties without any dependent keys: ```js foo: computed(function() { return 42; }) ``` instead the property should be initialized in the constructor: ```js...
we have something roughly like this: ```js export default class extends Component { address = null; @reads('address.foo') foo; constructor() { super(...arguments); this.address = this.args.address || this.store.createRecord('address'); } } ``` and...
### đ Describe the Bug When calling `routerService.urlFor(...)` the call throws the following error: ``` TypeError: Cannot read properties of undefined (reading 'shouldSupersede') at NamedTransitionIntent.applyToHandlers (http://localhost:4040/assets/vendor.js:58167:52) at NamedTransitionIntent.applyToState (http://localhost:4040/assets/vendor.js:58109:19) at...
see https://github.com/ember-animation/ember-animated/issues/202 Since I'm not sure if the issue is in ember-animated or in the new Ember release I'm opening an issue here too.
## Context I'm trying to use the following mapserver source: ``` sources: mwp_mapserver_bin: type: mapserver supported_srs: ['EPSG:3857'] req: layers: MWP map: foo.map transparent: true image: format: image/png mapserver: working_dir: ../mapserver...
We currently have at least three areas of code where npm (and yarn) are used to install dependencies: - `ember install` (and `ember new`, `ember addon` and `ember init`) via...
https://github.com/ember-cli/ember-cli/pull/8209 skipped some of our smoke tests that were failing for an unknown reason on TravisCI. We should try to fix and unskip them to increase confidence in our test...
## Tell us about your runtime: * **QUnit version**: 2.7.1 * **What environment are you running QUnit in? (e.g., browser, Node)**: Browser * **How are you running QUnit? (e.g., script,...
Starting in 2021 the DMSt competition will be hosted on https://weglide.org/. WeGlide provides an API for flight uploads (see https://api.weglide.org/docs#/igcfile/upload_flight_simple_v1_igcfile_post) that we could take advantage of to make it easier...
https://sentry.io/skylines/skylines/issues/166599365/ ``` Error: Invalid dimensions for plot, width = 0, height = 133 at resize(bower_components/Flot/jquery.flot.js:135:0) at new t(bower_components/Flot/jquery.flot.js:114:0) at setupCanvases(bower_components/Flot/jquery.flot.js:1313:0) at new n(bower_components/Flot/jquery.flot.js:707:0) at plot(bower_components/Flot/jquery.flot.js:3146:0) at apply(skylines/components/base-barogram.js:71:0)