Zen Voich

Results 75 comments of Zen Voich

> we would like to encourage developers to import `new-base` under the alias `base` What is the reason for this approach? Is this temporary solution? This is prohibited because the...

> In general, this feature might be useful when having an unmaintained package that you'd want to replace with a newer package which has the same interface. If you want...

Hey @tomijaga , I tried on my M3 mac (15.1.1) without errors mops test --mode replica --replica pocket-ic .replica -r verbose Test files: • tests/Variant.Replica.mo • tests/Txs.Replica.mo ================================================== Running tests/Variant.Replica.mo...

> Specifically, this line - **`Could not find the PocketIC binary. The PocketIC binary could not be found at $ {$}. Please try installing @hadronous/pic again.`** I see it's just...

Please try `npm i -g [email protected]` with pocket-ic 4.0.0 If not helped - `npm i -g [email protected]` with pocket-ic 6.0.0

> I regularly need to restart my downloading in Docker of dependencies of my software from the beginning. That is, I run docker several times instead of one. If you...

The `repository` field in your `mops.toml` refers to `joining-proxy-rust` but your repo name is `join-proxy-motoko` so changes to mops.toml should help: ```diff - repository = "https://github.com/vporton/joining-proxy-rust" + repository = "https://github.com/vporton/join-proxy-motoko"

Installing sub-directory from GitHub is not supported

@fspreiss you can specify sub-directory in repository url https://github.com/ZenVoich/mops/issues/264#issuecomment-2814790665