Yury Yukhananov
Yury Yukhananov
### Discussed in https://github.com/build-trust/ockam/discussions/3110 Originally posted by **Retamogordo** August 4, 2022 Hello, I came across some TODOS in /ockam/implementations/rust/ockam/ockam_executor/src/executor.rs. Does it make sense if I take look at it ?
emerged while resolving #3054 - Reproduce ``` info!("*********************** before create detached ****************"); let mut detached = ctx.new_detached(Address::random_local()).await?; info!("*********************** after create detached ****************"); info!("----------------------- before stopping detached-----------------"); detached.stop().await?; info!("----------------------- after stopping...
Hi guys, I'm trying to do my first step using ipfs crate, I created a blank project with the only dependency of ipfs = "0.2.1", unfortunately, it fails to build...
## Current Behavior ## Proposed Changes A draft after discussion 3330 trying to explore if it is necessary to impose a compile-time constraint on 1-to-1 relationship of request and response...
Hello, is it possible to use Sandstorm proofs as input for the Cairo verifier for recursive STARK generation? Thank you.
Under certain circumstances this exception occurs: ```sh UnboundLocalError: cannot access local variable 'travel_details' where it is not associated with a value ``` Model: "llama3.1:latest" ran on ollama Prompt: I want...