-
When using parseQuery with URLSearchParams as argument, the function fails.
parseQuery takes either a URLSearchParams as argument, or a Request, and uses the output of toString.call to find which t…
-
## Support silent renewal with prompt=none in Oauth2 Implicit Grant
### Problem
Missing support for silent renewal in OAuth2 Implict Grant
### Solution
Support for `prompt=none` in Implicit G…
-
I am encountering difficulties specifying a custom path for file uploads when using the 'next-s3-upload' library within a Next.js application, specifically with the App Router. The library provides an…
-
PS C:\Users\antho\Desktop\Naas-PFP\hashlips_nft_minting_dapp-main> npm install
npm WARN deprecated mkdirp-promise@5.0.1: This package is broken and no longer maintained. 'mkdirp' itself supports prom…
-
It would be useful in my app to have feature flags which are switched off but can be switched on via a query param. This would allow specific users to test a feature before it is enabled for all users…
iezer updated
2 years ago
-
If there are 10 items in a list and we render it with pageSize 2 we get 5 pages. If we select the 5th page (currentPage = 5) and change the pageSize to 10 we get an empty list since the currentPage is…
-
### Objective
SignIt does 2 external queries at start [sw.js#L43-L47](https://github.com/lingua-libre/SignIt/blob/master/sw.js#L43-L47). Since Lingualibre.org will be phased out, migration to Wikid…
-
### Are you certain it's a bug?
- [X] Yes, it looks like a bug
### Is the issue caused by a plugin?
- [X] It is not a plugin issue
### Are you using the latest version?
- [X] Yes, I'm u…
-
`npm install` shows various deprecated modules; we should try to update them
-
### Proxyman version? (Ex. Proxyman 1.4.3)
2.25.0
### macOS Version? (Ex. mac 10.14)
11.3.1
In Scripting, is it possible to use the `url` module (I'm not sure what it's called in JS) to parse …