Jay Gruber
Jay Gruber
I ran into this as well. Seems blocked by: https://gitlab.com/gitlab-org/gitlab/-/issues/217018. Based on: https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/17729, I'm guessing the eventual includes support for the API might be a premium-only feature.
👍 I linked the issue from Vue 2's router because I think the same type of issue may also need to be fixed in Vue 3's router (Remove event listeners...
I just hit the same with: ``` export default Controller.extend({ endPeriodYear: new Date().getFullYear(), }); ``` ``` 2020-07-02T01:16:43.311Z [warn] [cup-client/app/controllers/returns/history/list.js]: FAILURE Validation errors: [endPeriodYear]: Transform not supported - need option '--decorators=true'...
Bug: require-computed-property-dependencies incorrectly flags a key w/ nesting after brace expansion
yeah, I just did an inline ignore and moved on. it's a pretty edge case
Is it? It's still in [component test blueprints](https://github.com/emberjs/ember.js/blob/master/blueprints/component-test/qunit-rfc-232-files/__root__/__testType__/__path__/__test__.js#L15)
Ohhh I see, you're talking about the "wrapper element" of the component. Yeah that would not make sense with Glimmer components. I _think_ though, that `this.element` in a test is...
name suggestion: `prefer-router-service-methods`?
Suggestion - gate this behind a config flag? Maybe default to true is fine. We've run into leaking state in tests plenty of times. Granted we've got ~4k tests running...
@eolamisan sorry I never found a fix for this one. My work pivoted our project that was going to use single-spa to instead build an in-house service that sort of...
Yeah, this still seems to be an issue. https://github.com/ember-template-lint/ember-template-lint/pull/1495 fixed an issue with parsing the overrides. Now if I log `linter.config.overrides` at: https://github.com/ember-template-lint/eslint-plugin-hbs/blob/master/lib/rules/check-hbs-template-literals.js#L65, the overrides are present. But on https://github.com/ember-template-lint/eslint-plugin-hbs/blob/master/lib/rules/check-hbs-template-literals.js#L78,...