dmudro
dmudro
### What is the improvement or update you wish to see? The config sample on [middleware docs page](https://vercel.com/docs/functions/edge-middleware/middleware-api#match-based-on-a-negative-lookahead) states > To match all request paths except for the ones starting...
Jest is a pretty common part of modern app stack. importing wretch middleware in the (non spec) code fails when running the suite: ``` Cannot find module 'wretch/middlewares' from... ```...
been using wretch for some time, nice little lib indeed. it might be worth tweaking the [retry example or defaults](https://elbywan.github.io/wretch/api/functions/middlewares_retry.retry.html) to ignore certain http responses that should almost never retry....
### Bug description: Angular 1.7 inserts `unsafe:` string in href attribute when it contains `href="javascript:" `. This breaks the close button in tags when using `mutliple` attribute in FF, Edge...
The [Next.js starter](https://github.com/react-pdf-viewer/starter/tree/main/nextjs) suggest an external dependency on the pdf worker: ``` ... ... ``` Since we already have the worker file in `node_modules/pdfjs-dist` it would be more feasible to...
AWS notifications send incorrect URL for build URLs. I have a branch named `feature/my_CoolBranch`, the build URL for in Amplify Console is therefore: `https://feature-my-coolbranch..amplifyapp.com`. However, the URL in the email...