-
Hi team,
I am trying to find the solution to how to get results from state storage by using a specific query, not just getting item by id. I found a good explanation here https://docs.dapr.io/develo…
-
### Code
```Rust
//------- External library (jv_lib/src/lib.rs
/*--------------------------------------------------------
# Purpose: shared library for jv_* micro services project
# version: 1.0
# …
-
### Problem
When a js-waku node tries to connect to an nwaku node with peer-exchange, it receives an empty array for available peers.
The nwaku node here is already connected with another nwaku node…
-
### Meta
`rustc --version --verbose`:
```
rustc 1.66.1 (90743e729 2023-01-10)
binary: rustc
commit-hash: 90743e7298aca107ddaa0c202a4d3604e29bfeb6
commit-date: 2023-01-10
host: aarch64-apple…
-
### Goals
Storage Providers now support protocols beyond libp2p for retrieval. It should be possible for a client to query a SP to ask which protocols it supports, and what is the endpoint for the …
-
Each TEEP message has `token` field. It has the role of binding TAM and TEEP device.
From some views(e.g. security, implementation),I think it would be preferable to describe how to handle token valu…
-
I want to do some debug on this plugin and I add a few logs in backend code, for example:
in `pkg/client.go`
```go
func (client *ClickHouseClient) Query(ctx context.Context, query string) (*Respons…
-
Is there a way to set queryingDisabled after Yasgui instantiation.
I'm looking for a way to disable submit of query while the query response is waiting to be returned.
I tried to reset the queryin…
-
> ```
> Checking syncit v0.1.0 (/home/sherlock/git/syncit)
> warning: the feature `async_fn_in_trait` is incomplete and may not be safe to use and/or cause compiler crashes
> --> src/lib.rs:3:…
-
```
public List getLiveCampaignsForAccount(Long accountId) {
EntityQueryRequest request = datastoreAdapter.getEm().createEntityQueryRequest("SELECT * FROM " + ENTITY_NAME + " WHERE accountId…