Alwin Schoemaker

Results 14 comments of Alwin Schoemaker

I think we ran into the same bug. What I had drilled this down to, was the jest runner being used. At some point, that switched from jest-jasmine2 to jest-circus....

I ran into this issue this afternoon, where in a project setup the config.xml file is not located in the root of the project, but in the `www` folder of...

Maybe this project might be worth looking into for dereferencing `$ref` properties? [bojand/json-schema-deref-sync](https://github.com/bojand/json-schema-deref-sync).

Thanks Barbara, I'll give that a try.

Hi @paulboocock, In light of your last comment from almost 1.5 years ago, is there nowadays still a need/requirement to support IE9 and IE10 (and even IE11)? Are there already...

I was looking for this functionality as well. Then I also read https://github.com/angular-eslint/angular-eslint/issues/997#issue-1240142747 and tried adding `a[routerLinkActive]` to the `ignoreAttributes` list and this seems to be working already. So, it...

@stephanierifai how long are those sprints in your team? Has the issue been picked up by now by any chance? :)

Having the ICU translation parts extracted with random ids makes them loose context. The solution suggested seems nice, but I can also imagine it will quite quickly lead to quite...

Yesterday, I also started an attempt to use Playwright Test for writing E2E tests for a Chrome Extension. But because the browser (by default) is launched in incognito, extensions don't...

Thank you @dgozman for looking into this. I have upvoted both "Using persistent context to test a Chrome extension." and "Using persistent context to test a page with some extension...