Zen Voich
Zen Voich
> 1. I can read the custom labels and cluster similar to compose files in the host menu. The list of containers would be only the set of containers in...
@aspect, no errors with build from `omega` branch
> No error in omega with Borsh or JSON? Neither with Borsh nor with JSON
I think this issue is more related to @dfinity/agent
Faced this issue right now: ```motoko import D "mo:dur"; import {dur} "mo:dur"; actor class Main() = this { let DELAY = D.dur("1m"); // ok let DELAY2 = dur("1m"); // type...
Mops should resolve deps of local deps. Do you see missing package error in vscode or/and in terminal also(when you build canister or run tests)? Is the missing package listed...
> Where should the mops.toml be in the src or top level? top level
I think you can treat a canister deployer as an admin. Or you can pass the current test canister id from `Principal.fromActor(this)` when you create your canister within the test.
Added actor class support to 1.7.0
Yes there is [mops.lock](https://docs.mops.one/mops.lock) file, currently disabled by default, will be enabled by default on the next major version