Zen Voich

Results 44 issues of 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 ```

P3

It would be cool if "warning" was yellow, and "type error" was red.

P3

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`...

P3

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...

needs-triage

- How to version a package - How dependency resolution works

documentation

- 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...