Linwei Shang
Linwei Shang
Hi @gschian0! We recently overhauled all examples in #149 and #151. The chess example especially got update frontend in #152. Would you like to try again the example in your...
I came into a similar issue that settings in `.antigenrc` doesn't work while if I move all stuffs into `.zshrc` then everything works fine. I assume that it is a...
```rust #[query(guard = "guard_function")] fn query_function() { // ... } ``` is simply a syntax sugar which equals to ```rust #[query] fn query_function() { let r: Result = guard_function(); if...
@adamspofford-dfinity could you shine some light on this issue?
Thanks for reporting. Will let you know when we fix it.
Fulfilled by recent work on `tech_stack`. https://github.com/dfinity/sdk/pull/3670
Is there any blog/post on this topic?
Can we consider renaming `call_with_best_effort_response: (timeout_seconds : i32) -> ()` to something like `call_timeout_set : (seconds : i32) -> ()`. IMO, this will be more consistent with other `call_*` API's...
This doesn't seem to be an issue with Rust CDK but rather with general development using dfx.
This doesn't seem to be an issue with Rust CDK but rather with general development using dfx.