Ross
Ross
## Context I'm trying to add some fail-safes around a resource-intensive job with a lot of external dependencies, so it can sometimes hang or OOM. It usually works on the...
## Context I'm trying to add some fail-safes around a resource-intensive job with a lot of external dependencies, so it can sometimes hang or OOM. It usually works on the...
I found when I use **"exclude paths"**, then my filter always produces a **false positive** causing my workflow to do the wrong thing. Example: ```yaml - uses: dorny/paths-filter@v2 id: services...
**Is your feature request related to a problem? Please describe.** When you use concurrency in your builds, cancelled build notifications show a lot of (alarming) red in Slack. This causes...
Hi, I'm trying to use your middleware in my Flask API, authenticating with Keycloak, but I'm getting an error on [`token = json.loads(token)`](https://github.com/verdan/flaskoidc/blob/v1.0.6/flaskoidc/__init__.py#L47). It seems like it's skipping a "decode...
### Describe the bug When the drawer has overflow, the scrollbar is hidden. You can see it on the docs page (https://shoelace.style/components/drawer) if you fill the drawer with enough content...