-
At https://internetcomputer.org/docs/current/motoko/main/base/Debug it is forgotten to say whether `Debug.trap` reverts.
At the same page it also should be mentioned whether `throw`, `reject`, and …
-
https://internetcomputer.org/docs/current/motoko/main/base/Random:
> all bets must be closed _before_ entropy is being asked for in order to decide them
The term "bets" is introduced without fir…
-
In addition to being able to develop with Docker locally, this idea was suggested on [Discord](https://discord.com/channels/1076791076544847982/1240403480645079081/1240672321036091502):
> I think i…
-
On the internet computer it's already possible to host front- and backends fully on chain. One missing thing is websockets. It would be awesome if you guys would consider supporting it and even maybe …
-
- [x] Add Axon function to loop through axons and upgrade to new proxy
- [ ] Add timer to kick off upgrades on post upgrade.
- [x] Add upgrade scheme as listed on https://internetcomputer.org/docs/c…
-
This is the error when you try to pull the candid directly using the tmp_hack method.
`Exception: Canister reject the call: IC0536: Error from Canister rdmx6-jaaaa-aaaaa-aaadq-cai: Canister has no …
-
We still need more doc or one page tutorials for:
- [ ] numeric conversions (https://dfinity.slack.com/archives/CPL67E7MX/p1709150971197719)
- [ ] object combination (record extension)
- [ ] opti…
-
https://twitter.com/CoolPineapple18/status/1458042456444973065
-
The specs repo should be served separately similar to spec.filecoin.io
> The rendered output is a nicer way to read the specifications. It matters more for casual users/new learners who are not wri…
-
I want to reliably perform the same task again if the timer execution stops. There is one issue that cannot be resolved.
If the canister is stopped, I don't think I can determine how to restart the t…