Max
Max
TODO - Wait for #3632 (Just to avoid giving the NNS team too much at once) Next: Find the next NNS canister that needs imports.rs because of an incomplete .did...
deque
Thank you for the stable structures. Would it be possible to add a deque to the set of structures? Either simulated under the hood as a BTreeMap or as a...
# Motivation When writing commands, tab completion helps. # Proposed implementation `clap` generates tab completion scripts. Can we use it please? An example of how tab completion is installed in...
# Motivation # Changes # Tests
# Motivation We would like to add a command line tool and we may briefly have another canister before it is moved to a separate repository. In its current form,...
# Motivation We wish to move Oisy data from the current backend canister to a new canister. # Changes - Add a placeholder executable. # Tests -
# Motivation The ic terraform provider is new and is expected to be very incomplete. Let's see how close it is to being ready for use with Oisy. # Changes...
# Description Rust expresses crate names with both hyphens and underscores but the metadata uses only underscores. For example, `ic-cdk` is a dependency of the sdk repo, but in `cargo...
# Motivation # Changes # Tests
# Motivation The list user endpoints are not needed. # Changes - Delete the list user endpoints. # Tests Existing tests should verify that retained functionality still works.