John Crim
John Crim
IMO this voting process deadline doesn't accomodate the idea that most people that use angular don't search for an issue until they encounter it. There are very few angular developers...
@dgp1130 - I agree with the intent of automating/hiding the jest config. I've certainly found it to be brittle when working with Angular, and particularly when upgrading to ESM. I...
I would love to use the ng jest runner as well, but as of Sept (and I don't believe there have been any updates since) there are a lot of...
@gultyayev - have you tried using jest's [Module Mocking in ESM](https://jestjs.io/docs/ecmascript-modules#module-mocking-in-esm) for this use case? `jest.mock()` requires commonjs. IMO the angular team should state that commonjs support is out of...
I would love to have this integrated in NSubstitute... @marcoregueira - thank you for your work on this!
In Angular and using yarn, I was able to make this warning go away using: ``` jsonc // package.json "resolutions": { "critters/css-select": "~4.2.1" }, ``` Eg setting the `css-select` version...
Looking at the docs page for Playwright component testing, I was confused that there's no "no framework" option. Eg I'd like to test vanilla web components or plain html +...
After evaluating a number of alternatives, I chose Kiota for our client APIs and have been generally happy with it (thank you for your work on it!). In my experience,...
Thanks for the update @christian-bromann . As long as ESM is handled well, I'm happy.
@ronyis - I don't see this work at all in https://github.com/open-telemetry/opentelemetry-specification/pull/234 - I think you mean open-telemetry/opentelemetry-specification#234 .