-
If you use `Client.Query(...)` for a query which can take a while (>~10 seconds), BigQuery will respond with:
```
{
"kind": "bigquery#queryResponse",
"jobReference": {
"projectId": "...",…
-
Hi Crux team. Great project! I'm looking for a way to provide the Shell with translations. How do you think it should be exposed?
I already set the language in the Core from the app settings and in …
-
Can I pass in the type `Uint256` in the `cli`. `cli` or `sdk` supports several data types.
such as:
```rust
#[cw_serde]
pub enum ExecuteMsg {
SetParams {
flag: Uint256,
},
..…
-
**Describe the bug**
客户端订阅了 /v1/devices/1036150750765057/command ,接收不到消息
和协议版本无关,3.1.1和5.0都有这个问题
调用 /pub API:
入参
`{
"clientType": "web",
"expirySeconds": "3600",
"payload": "{\"h…
-
Replace QueryResponse with Mediatr.Unit in Handle() methods
-
Hi,
It seems convertToTypedValue method from NativeSerializer cannot handle enum, the workaround is to not currently use ABI to call endpoints that require enum
I'm using erdjs 10.2.4
Thank y…
-
I am competely lost!
How, in the name of God, does one run a simple SQL query on a container???
There is `NewQueryItemsPager` but it requires a `PartitionKey`, which does not make ANY sense what…
-
I'm having issue hosting cloud tried with the solution you gave @elitan to remove lock file and having latest cli, everything works fine in local but in cloud its failing **couldn't create lambda co…
-
Now that `apollo-runtime` brings `kotlinx.coroutines` as a dependency, it's not as easy to work with interceptors, etc.. in Java because everything is a `Flow` or `suspend` function.
This issue is to…
-
**Describe the bug**
I have just implemented the `live-preview` mode into my Remix app version `1.19.1`. Below is my current implementation of the homepage:
_index.tsx
```typescript
import { gql…