Zen Voich
Zen Voich
At the moment this is not possible. I guess it contains some special build rules and should not be published with the package.
Thank you for bug report. It seems that fallback to dfx moc when there is no `mops.toml` was broken. Fixed in `0.44.1`
Hi! Nice improvement, but currently there is a logic to spawn new storage canisters as soon as they reach the limit. And at the moment we are far from the...
> Is it possible for me to pick up one of those issues and start working on a pr? These tasks will be part of the grant application that I'm...
Could you describe what problem you want to solve? If you are using custom network address, you need to deploy mops on that network and publish packages, if you want...
> A local replica, from limited testing, seems capable of running at an arbitrary internet address.. like a production ic server. Tying it to '127.0.0.1' seems unnecessarily limiting. In mops,...
@jb747 if you are sure you need it, I can add this feature, no problem) I just want to understand your use case. What canister id is should be when...
To search packages you can use main actor from ic-mops npm package. Packages are not zipped, and can be downloaded. I can move files downloading logic to a separate function...
Implemented in mops `0.34.0` How to use: 1. Add mops dependency: ``` npm i ic-mops ``` 2. Search and download: ```typescript import {mainActor, downloadPackageFiles} from 'ic-mops/api'; let mopsActor = await...
@rvanasa > My first guess is that the CI is using a Node.js version such as 12.x, which currently appears to be unsupported by MOPS. I checked `npm run sources`...