-
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
-
## 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…
-
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…
-
### What happened?
Hello,
I run the same backend locally and on an EC2 instance behind ALB. (from [simple-server-example](https://github.com/tldraw/tldraw/tree/main/templates/simple-server-example…
Dybol updated
1 month ago
-
* **Version**: llnode 1.7.0, node v8.11.1
* **Platform**: OS X (10.13.4)
* **Subsystem**: findjsobjects, findjsinstances, inspect
Right now if we declare a class (let's say, `Lira`), and …
-
I am trying to use Isotope and Infinite Scroll in an Ajax call.
I applied somewhat of the answer from these issues:
https://github.com/metafizzy/isotope/issues/1481
https://github.com/metafizzy/i…
-
We have abstraction layer with HttpService methods so we can replace existing implementation that is using Axios with fetch which will reduce bundle size and dependencies/number of update PRs.
-
### 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
-
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…