Ruslan Hrabovyi

Results 141 comments of Ruslan Hrabovyi

@runspired ya, sure. I didn't have any conflicting versions declared explicitly as well. However, in the recent versions of the test-helpers it got a peer dependency on ember-source https://github.com/emberjs/ember-test-helpers/blob/02360aaf1f1210db3af9aa53dda6e4387de3aaeb/package.json#L39-L41 And...

I agree with @Turbo87. Focusing out after `fillIn`(and especially `typeIn`) may be un-desirable, for example in case if I want to test the field right after typing in it. And...

running ahead the horses: it should probably be a part of [`__focus__`](https://github.com/emberjs/ember-test-helpers/blob/d27a52cf600239230d76b075f3174d9d2a0bf3b7/addon-test-support/%40ember/test-helpers/dom/focus.ts#L21), as the very first step.

@oskarrough I think it [doesn't](https://github.com/kalcifer/ember-dragula/pull/30/files#r171206214. ) work currently.

@oskarrough would you accept a pr fixing this?

I feel query params should not be a part of a route definition. At least I can't recall any MVC Framework which allows you to map routes to something other...

I've just faced this issue, and luckily the Broccoli trick suggested above has saved my day. I'm wondering at this point, what's the path forward here? Is it an embroider...

@rodhash do `prettier`/`prettier_d` themselves support it?

By default conform assumes a project with a package.json should be prettier enabled. Please check the comment above for more details https://github.com/stevearc/conform.nvim/issues/407#issuecomment-2120988992