Andre Wachsmuth

Results 120 comments of Andre Wachsmuth

Sure, I'll take look

I did take a look it, ideally we need to update all dependencies since some depend on others (e.g. newer ESLint versions require newer TypeScript versions etc). It isn't quite...

A command to change the value of an input would be awesome. To add an example to the discussion, Selenium IDE has a [type](https://www.selenium.dev/selenium-ide/docs/en/api/commands#type) command which supposed to "change the...

There is a "solution" which I described here: https://github.com/blutorange/primefaces-monaco/blob/master/ESM-I18N.md Though I'm not quite sure whether it ought to be called it "solution", "hack", or "workaround".

Would be great if this could be fixed, as right it means that we essentially can't use api extractor at all. I wonder if explicitly checking for PnP is required...

I updated the example repo with the latest versions of yarn and jest. The issue still occurs. Since yarn is getting more usage, it would be great if this could...

I agree that the proper solution is to fix the dependencies in the corresponding packages. What you can do as a *workaround* is to use yarn's [package extension](https://yarnpkg.com/configuration/yarnrc#packageExtensions) mechanism, e.g....

I think it was done, but this PR is from some time ago, things may have changed in the mean time. I'd have to take a look at the failing...

@shimonbrandsdorfer I checked out this branch and ran the tests, there was only 1 test failure; and that was because it was checking an error message that has changed in...

One of the failing tests has `e instanceof ReferenceError`. It seems that is also calls the error handler for you, but with a different error type. That might have to...