-
At the moment there is only `dfx build --skip-frontend`. But when I do that, I find both the main canister and the assets canster are build. I need a way to only build the main canister, and a way onl…
-
Our one-shot callbacks are responsible for releasing their slots in the closure table.
If a callback fails, it's slot won't be released, leading to a memory leak.
The System API now has some supp…
-
**Mod Link:**
[Curse Forge Link](https://www.curseforge.com/minecraft/mc-mods/woot)
[FTB Fandom](https://ftb.fandom.com/wiki/Woot)
[Git Hub](https://github.com/Ip…
-
We will introduce an optional object called `initialization_values` for the canisters object (if set, can be used in the deploy & install command -- cmd line runtime options have higher priority -- if…
hansl updated
3 years ago
-
I spend some more thought about our dev infrastructure once we have open sourced Motoko.
## Whither nix?
Given the amount of work that went into our nix build system, I take it as granted that w…
-
Hi,
I use a yubikey as smartcard with GPG. I tried using pinentry-bemenu with it, but sadly it doesn't work :(
When I execute `pinentry-menu` directly I get:
```
❯ pinentry-bemenu
OK pinent…
-
Need to add some type annotations to avoid these.
```
Building canisters...
.vessel/redraw/master/src/Render.mo:128.19-128.34: warning [M0155], operator may trap for inferred type
Nat
.vessel…
-
I hit a compiler bug trying to upgrade some data structures to a new version.
Diff: https://github.com/FloorLamp/axon/commit/672d871d574e751d08285f109a64cf4c349318fb
```
OOPS! You've triggered …
-
Just encountered this error:
```
The build step failed for canister 'renrk-eyaaa-aaaaa-aaada-cai' with an embedded error: The command '"/home/markr/.cache/dfinity/versions/0.7.1/moc" "/home/markr/…
-
As mentioned in https://github.com/dfinity/agent-rs/issues/201#issuecomment-855175908, I have a canister written in Rust like this:
```
use ic_cdk_macros::{query};
use ic_utils_http_request::{Htt…