-
1. 新增配置 -> 触发成功
2. 删除配置 -> 触发成功
3. 修改配置 -> 偶数次修改成功 例如连续修改三次 a = 1 / a = 12 / a = 123 其中 只有 a = 12 会触发回调
-
- [ ] `Client` that the user can keep around
- [ ] For native, this would wrap `ureq::Agent`, and use [http-cache-semantics](https://github.com/kornelski/rusty-http-cache-semantics) to handle cachi…
-
It must be possible to define service method not only with static qualifier, like today, but also using path-variables:
```
@ServiceMethod("foo/:foo/bar/:bar/cuku/:cuku")
```
Idea is to support …
-
I am trying to use JS to work with Codex REST API, but it fails with CORS errors:
```
Access to fetch at 'http://localhost:8080/api/codex/v1/data' from origin 'http://localhost:3000' has been block…
-
Related to https://github.com/ClickHouse/clickhouse-rs/pull/154
Considering this query:
```rs
client
.query("SELECT 1 FROM test WHERE a IN 'a?b'")
.fetch_one::()
.execute()
…
-
### Summary
WebWorker is the only technology that can offer XSS safe storage of secrets and offer some token data information to the client.
We should investigate/test if it's possible to migrate …
-
**Describe the bug**
Attempting to use argocd CLI and authenticating with `argocd login --sso` and Okta SSO, and receiving the following output and error in the CLI:
```
WARN[0005] Failed to i…
-
in case the payload contains some special char like ®, the client fails with error:
```
TypeError: Cannot convert argument to a ByteString because the character at index 10117 has a value of 8482 …
-
## Describe the issue
Using Remix 2.9.2 with any version of libsql/client >= 0.6.0 results in the following error:
```sh
node:internal/url:814
const href = bindingUrl.parse(input, base, rais…
-
### Description
I have a createClient operation in my openAPI schema, generating the `createClient` function. But at the same time `createClient` function is imported from the `@hey-api/client-fetch`…