Severin Siffert
Severin Siffert
**Overview** https://github.com/dfinity/sdk/pull/2141 introduces a new flag to the `dfx identity new/import` commands. This adds the documentation for them. Not yet in a release, do not merge yet.
**Overview** https://github.com/dfinity/sdk/pull/2135 adds a new command to dfx. This PR adds the documentation for this. This will only be added in dfx 0.10.0, so please don't merge this yet.
# Description Occasionally, various operations in dfx fail with `Lookup path is absent`. Current best guess: After submitting a request the request id doesn't always appear quickly enough in the...
# Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. Fixes # (issue) # How Has This Been Tested?...
# Description `dfx canister delete` occasionally fails because it attempts to withdraw too many cycles from the canister before it is deleted. Usually, `dfx` tries again with a larger margin...