Stuart Harris
Stuart Harris
Hey @nmrshll this looks great now! Thank you for contributing. There's just a couple of minor things. The first is that we'll need a `.gitignore` file to exclude `node_modules`. The...
Hey thanks for submitting this, and apologies for the delay getting back to you. I just went through the docs step by step and got similar errors with Xcode 15....
This seems to be caused by recent updates to `cargo-xcode`. I will investigate further, but for now you could downgrade to a working version (`cargo install --force cargo-xcode --version 1.7.0`)
Hey @jsoneaday unfortunately not — `cargo-xcode` at version 1.7.0 works fine, but everything since then breaks. I haven't had a huge amount of time to look into why, but have...
Hey @wxcaixiaowei thanks for raising this. I did notice that the `cat_facts` example still had a couple of references to the `diem` deps, which I've now removed and pushed to...
Yep, love it! The next thing we want to do is to refactor the examples a bit more so that all the "boilerplate" code is in its own files —...
Hey there, my sincere apologies for slow response (have been on annual leave). I think the idea of having shell-side capability implementations in Rust is interesting (if I understand you...
Right, got you. Yeah, I think that if the shell-side of a component becomes a mission to write in multiple languages, it may indicate that the capability is too high-level....