-
I have the following code:
```ruby
context = MicrosoftKiotaAuthenticationOAuth::ClientCredentialContext.new(
ENV.fetch("MICROSOFT_TENANT_ID"),
ENV.fetch("MICROSOFT_CLIENT_ID"),
ENV.fetch…
-
**Description**
Re: https://github.com/slsa-framework/slsa-verifier/pull/791#discussion_r1693621800
I'm proposing that we change `NewLiveTrustedRoot` to accept an existing client, instead of…
-
Logger: homeassistant.config_entries
Source: components/wolflink/__init__.py:129
First occurred: 8:59:14 (1 occurrences)
Last logged: 8:59:14
Error setting up entry Hauptheizung for wolflink
Tr…
-
### Description
Hello! Im using the generated client on my nextjs frontend, at the layout component (a component that is used by every page) we set the client config, but when trying to query data fr…
-
Interceptor code:
```
export const fetchConfig = {
baseURL:import.meta.client ? '/api' : "http://xxx.xxx.xyz/api",
headers: {
appid: "bd9d0xxx1eccxx75dbbaaefce",
},
};
// 请求拦截器
fu…
-
### Describe the solution
### Feature Request
**Summary:**
As a developer who frequently interacts with Cloudflare R2 buckets, I am looking for a way to assign custom domains to R2 buckets dire…
-
Currently the HTTP backend has a direct dependency on node.js so we can fine tune performance.
However, this makes it incompatible with non-node environments.
The HTTP backend is pluggable (see …
-
### Steps to reproduce
const basicInfo = await yt.getBasicInfo(videoId);
### Failure Logs
```shell
Failed to request player id
```
### Expected behavior
Should return basic info.
### Current …
-
When attempting to create a new light client the relayer attempts to find an existing light client with a matching consensus state to ensure that redundant light clients are not being created on chain…
-
### Describe the feature you'd like to request
Some dependencies come in the form of contacting a service (e.g. SaaS or IPFS gateway)
### Describe the solution you'd like
It’d be nice to have a way…