Ruslan Hrabovyi

Results 141 comments of Ruslan Hrabovyi

I've just verified it against [email protected](cause its release notes say: `Final stage of the router service RFC (see emberjs/rfcs#95`) and the issue seems to be persited. Here is a [repo...

Hey @simonihmig 👋 Thanks! I think I'm not a fan to add external error messages into the page object error messages at the first place. This may be a breaking...

> This may be a breaking change for some test suites if we merge it as is. Ok I think I overrated the breaking nature of this change a bit....

> But giving a better message in e.g. CI logs would be valuable for DX I think you are right. Let's do it! As a side note, I think it...

Oh.. yes, what you say makes sense. I didn't expect the existing `cause` stuff would lead to an issue. I'll check if I can fix that and pr the fix...

@simonihmig please take a look https://github.com/simonihmig/ember-cli-page-object/pull/1

Awesome. I've just left one minor question. Going to publish this tonight.

Hey, I've just released this https://github.com/san650/ember-cli-page-object/releases/tag/v2.3.0

I think the "next/prev hunk" keymaps are the only critical ones for the default experience, cause they provide with a way to **navigate** throgh the signs rendered explicitly by the...

Looks like this is a common issue for monorepo setups, which is caused by npm/yarn installation specifics. There is a nice explanation of the issue https://github.com/embroider-build/embroider/issues/1169#issuecomment-1156803926 In my case, I've...