Zen Voich
Zen Voich
1. Do not insert final newline 2. Do not wrap function call arguments 3. Do not remove space between case arg and body with no `{}` (this looks like a...
It takes 25s to build a canister on my laptop, but it only uses up to 10% CPU. Is it possible to somehow parallelize it to see 2.5s and 100%...
- moc 0.10.2 - compiled with `-wasi-system-api` flag - wasmtime command `wasmtime --max-wasm-stack=2000000 --enable-cranelift-nan-canonicalization --wasm-features multi-memory,bulk-memory ` Error: ``` unknown import: `wasi_unstable::fd_write` has not been defined ```
It would be cool if "warning" was yellow, and "type error" was red.
Hi, I'm working on `expect` library, that helps to test and print expected/actual values in case of error. I've run into a problem, that when I use `assert` or `Debug.trap`...
I tried the following: 1. `dfx deploy main --argument-file initArgs.did` I expected to see this happen: successful deploy Instead, this happened: `error: unexpected argument '--argument-file' found` Because of this I...
- Remove `mops install ` in favor of `mops add ` - Remove cache/config files migration code - Drop support for Node.js `mops user get-principal` - remove `// compatibility with...