-
In `controllers/api.py` - line 30
Must be: `@myjwt.allows_jwt`
Exists: `@myjwt.allows_jwt()`
-
We currently use different clients in different places:
* ClientSet client in `api` for creating `TokenReviews` and `SubjectAccessReviews`
* ClientSet client in `sink` for retrieving `ConfigMaps`
…
-
Sometimes CAPA fails to add `Node` during the `MachineDeployment` phase of reconciliation with the following error:
```
E0826 18:34:32.711813 1 controller.go:329] "Reconciler error" err="fai…
-
### Pre-requisites
- [X] I have double-checked my configuration
- [X] I have tested with the `:latest` image tag (i.e. `quay.io/argoproj/workflow-controller:latest`) and can confirm the issue still e…
-
### The problem
I'm adding Smartwings Cellular Shades (HomeKit Thread enabled) to Home Assistant. Adding HomeKit device works correctly via ESP BLE, but when I attempt to provision thread credential…
-
The recent dev version doesn't work with TYPO3 12 at the moment. After installing the extension the signatures of the BackendLogController must be adapted to the current 12 API. Afterwards, the follow…
-
velero backup create:
>time="2024-08-01T14:16:53Z" level=error msg="Error uploading log file" backup=netapp-demo bucket=suxess-bucket-test error="rpc error: code = Unknown desc = error putting obje…
-
Capture control may allow to forward user gestures.
And we might extend the list of user gestures that can be forwarded.
In that case, what happens to web pages when we allow new user gestures?
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Package
youtube_player_iframe (Default)
### What happened?
I am trying to play videos in my app using youtub…
-
In VM Import Controller, the timeout after which the VM Import Controller fails (when waiting for `uploadImage` on OpenStack) is hard-coded to 300s or 5min (30 iterations of a 10s wait loop). Code [he…