Mayur

Results 6 issues of Mayur

This update removes for the AngularJS Batarang extension from the list of Devtool Extension Support in the docs, as it has been deprecated and is no longer available in the...

documentation :notebook:
semver/patch
no-backport

Removed the extension link that's no longer availble in the chrome web store - [Angular Batarang](https://chrome.google.com/webstore/detail/angularjs-batarang/ighdmehidhipcmcojjgiloacoafjmpfk) - [Augury](https://augury.angular.io/) Added new chrome extension for Angular - [Angular DevTools](https://chromewebstore.google.com/detail/angular-devtools/ienfalfjdbdpebioblfackkekamfmbnh) - https://angular.dev/tools/devtools

This PR addresses the following fixes: **fix: update the deployment link to Next.js App Router** - Updated the deployment link to point to the Next.js App Router instead of the...

examples

This pull request makes a minor correction to the error message in `scripts/rm.mjs` to fix a typo. * The error message now correctly reads "requires at least one parameter" instead...

type: next

## I have read the [CONTRIBUTING.md](https://github.com/supabase/supabase/blob/master/CONTRIBUTING.md) file. YES ## What kind of change does this PR introduce? This pull request makes a minor update to the allowed HTTP methods in...

## Summary Fixes unhandled promise rejections and potential deadlocks in `processLock` by replacing the `Promise.race` timeout pattern with a flag-based approach. ## Problem The `processLock` function would crash Node.js with...