Ruokun (Tommy) Niu
Ruokun (Tommy) Niu
The [state query API](https://docs.dapr.io/developing-applications/building-blocks/state-management/howto-state-query-api/#example-2) is an existing API that is currently in the alpha stage. The Rust SDK does not currently support this. Since the API already exists, we do...
The query state API is an existing API that is currently in the Alpha stage. Currently, this capability is available in some other SDKs, e.g. the [JavaScript SDK](https://github.com/dapr/rust-sdk/blob/8db69d84fed6240c85528ae7447f8df3587c68f5/dapr/proto/runtime/v1/dapr.proto#L293). In the...
## Question Hi! I have a quick question regarding how to use the Dapr Rust SDK to handle [context tracing](https://docs.dapr.io/operations/observability/tracing/w3c-tracing-overview/). From my understanding, the trace context is passed through `grpc-trace-bin`...
Let us assume that I have defined the following pubsub function, where the input parameter is of type `serde_json::Value` ```rust #[topic(pub_sub_name = "pubsub", topic = "A")] async fn handle_a_event(order: serde_json::Value)...
Hi Codecov, I am trying to use the Codecov github actions in my public repo (https://github.com/drasi-project/drasi-core). Specifically, I am testing by creating a PR from a forked branch. However, I...
Hi Codecov, Recently, our team has reset the commit history of our repo (https://github.com/drasi-project/drasi-core), and we changed our visibility shortly after that. We have noticed that base commit history of...
## Describe the feature/proposal Hi, I have a Rust project that tries to save a state into a mongo state store using the `save_state` function and queries a particular state...
UIUC ID: ruokunn2 ## Summary This PR adds the LabTOP (Lab Test Outcome Prediction) model to PyHealth, enabling continuous numerical prediction of laboratory test values. LabTOP uses **digit-wise tokenization** to...
UIUC ID: ruokunn2 The LabTOP model was introduce in https://github.com/sunlabuiuc/PyHealth/pull/633. This PR contains a simple example for how to use the LabTOP model