Zen Voich
Zen Voich
I want to add stable memory benchmarks to mops. I tried to use `ExperimentalStableMemory.size()` but it only changes if I call `ExperimentalStableMemory.grow(10)` but not `Region.grow(region, 10)` and I don't have...
## Summary by CodeRabbit ## Release Notes - **New Features** - Introduced a `watch` command in the CLI for monitoring `.mo` files, checking for syntax errors, running tests, and deploying...
- Lockfile v3 - Faster install from lockfile - `mops install --no-toolchain` ## Summary by CodeRabbit ## Release Notes - **New Features** - Introduced a `--no-toolchain` option in the CLI...
I started integrating kaspa with rusty-kaspa because the old kaspad was deprecated. Now I need historical data. Any plans on this?
I'm wondering how we could resolve two version of the same package with a breaking changes? For example: 1. Package `A` v1.0.0 with method `foo` 2. Package `A` v2.0.0 w/o...
### Describe the feature you would like to see I have multiple compose nodes(without swarm mode) and there is more monitoring containers than other containers. I would like to move...
- [ ] remove `// compatibility with older versions` from `mops.ts`, users should use functions from `/api` folder - [ ] revert default test reporter to `verbose` (use `files` reporter...