Zen Voich
Zen Voich
Implemented subfolder support for repo url. `https://github.com/open-chat-labs/open-chat-bots/motoko` should work now
Try `repository = "https://github.com/dfinity/vetkeys/backend/mo/ic_vetkeys"` (without `tree/main/`)
> In the meanwhile I did publish the package without the `repository` field as 0.1.0 ([here](https://mops.one/ic-vetkeys)): I guess I cannot update this now, so I can only try this next...
Glad everything working! Closing issue...
Hi, @chenyan-dfinity ! I wonder what the use case for `mops build` command? Looks like an alternative to `dfx build` with canisters listed in `mops.toml` as in `dfx.json` > I'm...
> * This also separates out the moc release from dfx release. When there is a new moc release, users don't need to wait for the dfx release. BTW it...
> Interesting! I wonder how you implemented use case 2. For package with `"[email protected]" = "0.11.0"`, does the author has to use `import Int "mo:[email protected]/Int"` in their code? Yes, the...
Thanks for bug report! Fixed in version `0.45.3`
> How recently was the --no-install flag added to Mops? Since the extension uses an externally installed Mops version (rather than the version bundled with the extension), we could adjust...
Added mops version check