Jon Koops

Results 165 issues of Jon Koops

Removes the `cross-fetch` dependency from the package, as the Fetch API is now supported in Node.js. Closes #520

CLA Signed

Since the Fetch API has been marked [as stable in Node.js 21](https://nodejs.org/dist/latest-v21.x/docs/api/globals.html#fetch), and is available without a flag in all actively maintained LTS versions (v18, v20), it might be time...

With all the outstanding issues resolved except those that might introduce breaking changes, I think it's time to we start branching off for version 3, and consider what changes should...

Considering this package has essentially had no activity for over 3 years, I am willing to take over maintainership/ownership of it. We are using this library in the Keycloak project,...

Hi. We're using the Cypress Dashboard for our product and we're having a hard time running the tests without exposing the record key. Currently we have hard-coded it in our...

type: feature
triaged
Cypress Cloud

**Is your feature request related to a problem? Please describe.** Yes, we're trying to cut down our bundle size, and a part of it is [taken up by Lodash](https://bundlephobia.com/package/[email protected]) (see...

Type: Enhancement :pencil2:
Type: Dependencies :evergreen_tree:
Issue: Accepted

We're trying to reduce the amount of dependencies of our React application, and noticed that `prop-types` is a dependency of Victory. Since all `prop-types` does is validate that the props...

Type: TypeScript
Issue: Accepted

Hi, I noticed that there are quite a few PRs and issues out there, and that the last commit and release was made in 2022. If you need to have...

Karma [has been deprecated](https://github.com/karma-runner/karma#karma-is-deprecated-and-is-not-accepting-new-features-or-general-bug-fixes) today, so we'll likely have to migrate away from it at some point. We might want to consider [Web Test Runner](https://modern-web.dev/docs/test-runner/overview/) as the [blog post](https://blog.angular.io/moving-angular-cli-to-jest-and-web-test-runner-ef85ef69ceca) from...

tests
workflow

Closes #8939. Alternative implementation to #9242, just as a means to evaluate our options.