Lisa Gunn

Results 10 comments of Lisa Gunn

@fury02 You can use the DFX_VERSION=0.7.0 environment variable in front of the install command. This is documented in the Install, upgrade, and remove software section of the documentation (and other...

https://sdk.dfinity.org/docs/developers-guide/install-upgrade-remove.html#install-version

https://sdk.dfinity.org/docs/developers-guide/install-upgrade-remove.html#install-version

Thanks for submitting this enhancement request. This is an important topic that we do want to cover. We'll put this issue in the enhancement queue and start providing information about...

That's a good question. I can see my current identity and get the principal for that, but there isn't currently a `get-controller` (AFAIK) command to see the current controller for...

I removed the `assert` and my little example works: ``` dfx deploy --argument '(120000000000000)' ... Deployed canisters. dfx canister call hello_cycles greet '("everyone")' ("Hello, everyone!") dfx canister call hello_cycles wallet_balance...

Yep, it would be cool to either extend this example or add a second version with the `wallet_send`, `Cycles.add()`, and `Cycles.refunded()` operations. I thought this was a good starting point...

Thanks very much for the suggestions. We're planning to add more diagrams (opportunistically) throughout the documentation. Appreciate your input on this!

I know that they have the concept of pre-processor and post-processor for the site-generate command, but I didn't dig into it very deeply.

This approach will work. It isn't an elegant solution and it does rely on me remembering to do the right thing, which is likely to be error prone. On the...