Michal Bryxí
Michal Bryxí
Found it. The problem is that for whatever reason my `package.json` contained: ``` "devDependencies": { "ember-cli": "github:ember-cli/ember-cli#ed51787b3e18efee706f163d57836a30cd5286b7", } ``` And because of that the updater could not figure out the...
Notes for my future self: > maybe it could via the prototype chain of the class container? > or you could set it in the constructor?
I have problem figuring out what is the problem on Travis: https://travis-ci.org/github/CrowdStrike/faltest/jobs/702527287 For me the result is ok: ``` ~/Projects/faltest feat/281-rules-format ❯ yarn test:acceptance yarn run v1.17.3 $ mocha --recursive...
Running the whole `yarn test` locally returns zero exit code for me: https://gist.github.com/MichalBryxi/f107319d27cde38cfffacd6815f587e8 Any help @kellyselden ?
Figured out that it was just about the version of `node` used, because I used `matchAll` that is available from `node-12.x`. Oh well. Since this one has been open for...
Dibs on this ☝️
Thank you @broerse. I think the correct syntax then is: ```js // router.js import Route from "@ember/routing/route"; import RouteMixin from "ember-cli-pagination/remote/route-mixin"; export default class ItemsRoute extends Route.extend(RouteMixin) { queryParams =...
Aha TIL about `--release-it`. Automated > Manual, for sure. If I want to generate new addon (and I don't know the steps from the top of my head), I'd go:...
Czech this out: #277 (pun intended)
Coming here beacuse in a new app with `"ember-statechart-component": "^6.1.2",` I got: ``` WARN Issues with peer dependencies found . └─┬ ember-statechart-component 6.1.2 └── ✕ unmet peer xstate@^4.32.1: found 5.10.0...