-
After installing the user-center-slack plugin I tried connecting it to my workspace.
I gave the Slack app all the required scopes.
When I click on the Sync Now button I get a toast with "failed to…
-
Proposal: https://github.com/golang/go/issues/63691
An initial implementation is available in the `go122-crypto-tls` branch.
Update: This will be available in Go 1.23.
-
### Feedback
"Cloud Text-to-Speech API has not been used in project ******** before or it is disabled."
To fix this, you'll need to:
Go to the Google Cloud Console using this link (specific to yo…
-
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to call "requestPermission"
```ts
try {
const result =…
-
### What would you like to be added?
https://github.com/kubernetes/kubernetes/pull/128240 added claim.status.devices. Some cleanup of the API would be useful.
- Fix inconsistency:
```console
…
-
```bash
go run main.go
```
```bash
./main.go:25:9: undefined: InitFiberApplication
```
```bash
make build
```
```bash
swag init
make: swag: No such file or directory
make: *** [Makefile:24…
-
## Flaky Test
### Which jobs are failing
TestPreparingProgress
```
api_test.go:1108:
Error Trace: /home/runner/work/pd/pd/tests/server/api/api_test.go:1108
…
-
- 다음 PR 적용 버전으로 OpenStack Disk 생성을 하면,
- https://github.com/cloud-barista/cb-spider/pull/1374
- 다음과 같은 오류가 발생하며, Disk를 생성할 수 없습니다. (Public OpenStack 서비스를 활용 중입니다. non-Admin일듯)
```
[CB-SPIDER]…
-
현재 k8sclusterDynamic(mciDynamic) API를 호출하기 위해서, 먼저 k8sclusterRecommendNode(mciRecommendVm) API를 호출하여 spec과 connectionName 등을 확보하고 있습니다. 그런데 connectionName이 not verified된 CSP의 리전을 대상으로 k8sclusterDynami…
-
interface A {}
interface B {}
interface Response {
data: A | B
}
export const api_call = api(
{ expose: true, auth: true, method: "GET", path: "/api/creatives" }, async (): Promise =>…