nandi95

Results 37 comments of nandi95

Hmm, for me it's very different: > ReferenceError: Response is not defined https://github.com/jefflau/jest-fetch-mock/blob/79e79e8a00ae97efe14a99973de670c4e7639299/src/index.js#L17 That's with Node Version: `v17.5.0` If i remember correctly, i had the same issue on v16 (This...

On node 17 it fails with `--experimental-fetch` flag as well as it fails on v18. Tried assigning `globalThis.Response` myself using cross-fetch and node-fetch without luck. > Is this library still...

Do any of these need [`aria-live`](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_Live_Regions)?

> This does look useful, but couldn't it just be a package that provides the middleware? It could be. I think. It would mean that the user needs to add...

They gonna take a while, yes. I can resend later. The intention was to generate discussion and get feedback.

> @nandi95 are you still fixing theses tests? Otherwise best if you resend this when they pass. Got the tests passing. Should I reopen this PR now? I still need...

Bugsnag has a module for nuxt. That could be used as a starting point for sentry perhaps? https://github.com/JulianMar/nuxt-bugsnag/blob/main/src/module.ts

Mannil had a similar implementation on his blog: https://www.lichter.io/articles/nuxt3-sentry-recipe/#own-your-implementation Although, I think the type declaration should be this instead: ```ts import type * as Sentry from '@sentry/node'; declare module 'h3'...

It would be a good addition. Only delete things that have been watched by the requester (and have been sitting idly for a while) This is what I started to...