-
Hello, we are getting redirect loops on our local developer machines. We use `react-oidc-context `and `oidc-client-ts` in combination with Keycloak. I could track it down to the `monitorSession` flag.…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem description
I am calculating lots of isochrones for different purposes, basically hammering ORS with i…
-
As per the help file, infinite loops should not happen. But using a simple pattern (see attachment) I'm getting a loop of adding "?share" ad infinitum to the URL. Is this a bug and if not, what am I m…
-
I have recently been doing intense profiling of the slider ticks generation and found it to be impossible to do properly inside Storybook because of an infinite loop that stems most likely [from an is…
-
**What do you want to do?**
- [ ] Request a change to existing documentation
- [ ] Add new documentation
- [X] Report a technical problem with the documentation
- [ ] Other
**Tell us about …
-
I was a little bit baffled by this issue but I ended up narrowing it down to browser sync. I was using browsersync along with webpack dev/hot middlewares. Randomly, but regularly, trying to capture a …
-
# Bug report
### Bug description:
Attempting to install cython on the 3.13 branch fails with what looks like an infinite loop that sits there and burns CPU forever.
I have bisected this to ht…
-
Hello,
I think the essence of the problem is the same as https://github.com/ClearURLs/Addon/issues/318 and https://github.com/ClearURLs/Addon/issues/295
I use Firefox (Developer edition) and Cle…
-
I believe that if we're not careful, we can end up with ANNOUNCE infinite loops today.
If there are three relays connected: A -> B -> C -> A, then we need to ask relays to see if they've already se…
-
Agda c6de41e compiles this code
```agda
{-# OPTIONS --guardedness #-}
open import Agda.Builtin.Nat
record Stream : Set where
coinductive
field head : Nat
field tail : Stream
open S…