Thomas

Results 16 issues of Thomas

Thank you for your work on this library, it simplified the standard use case of authentication for my API by a lot. However, the documentation on RBAC and verifying claims...

For certain deployments, e.g. Kubernetes with CGE Load Balancers, each pod is required to provide an unauthenticated health check route. This route ("/" by default, but I think it can...

``` _, err = git.PlainClone(clusterTmpDir, false, &git.CloneOptions{ URL: RepoURL, ReferenceName: plumbing.ReferenceName(branchRef), Progress: os.Stdout, // SingleBranch: true, }) ``` This never works, neither with the SingleBranch nor without it. My branchRef...

For certain deployments, e.g. Kubernetes with CGE Load Balancers, each pod is required to provide an unauthenticated health check route. This route ("/" by default, but I think it can...

I am trying to deploy mongo express to GKE with a GCP Ingress LoadBalancer to make it available to the internet. In doing so I ran into an issue where...

Our vueJs project is using typescript, so I was wondering if v-idle supports it and if so, how I can install it accordingly. When installing according to readme i receive...

## Steps to Reproduce 1. Run the [example code on dartpad](https://dartpad.dev/?id=55902a179be137d9025ea02170d749a7) 2. Try manipulating the counter using the `arrowUp`and `arrowDown` keys 3. Now click on the TextField and try manipulating...

waiting for customer response
in triage

## Use case `ExpansionPanel` should allow the user to customize or even remove the trailing expansion icon/button. This is even more needed as the `canTapOnHeader` key allows expanding elements by...

new feature
framework
f: material design
proposal

## Checklist - [x] I read the [troubleshooting guide](https://github.com/bluefireteam/audioplayers/blob/main/troubleshooting.md) before raising this issue - [x] I made sure that the issue I am raising doesn't already exist An error is...

bug
waiting for report
platform-web

### :information_source: Info Version: `0.10.0` ### :scroll: Pubspec.yaml flutter_icons: image_path_android: "packages/flutter_utils/assets/launcher_icon_android.png" adaptive_icon_foreground: "packages/flutter_utils/assets/launcher_icon_android.png" adaptive_icon_background: "#ffffff" image_path_ios: "packages/flutter_utils/assets/launcher_icon_ios.jpg" web: generate: true image_path: "packages/flutter_utils/assets/mtc_launcher_icon.png" ### :speech_balloon: Description While for android I was...