-
e.g. `with` is missing.
Refactor to use a shared keyword table?
-
I created the following functions to work around not being able to pass the operators as arguments.
https://github.com/dfinity-lab/motoko/blob/8977c86eedbe96131106d742e53663aaa1c0ca3f/stdlib/int.mo…
-
Float.div(Float.fromInt(4999999999999999890753), Float.fromInt(Int.pow(10, 8)));
```
Call was rejected:
Request ID: 81f4f619948b3a19e47d912a644f8772e60decc32ea9179f622f3cb22c56e735
Reject code:
…
-
This is a tracking issue for adding the ability to Motoko to interoperate with foreign code on an intra-canister level.
Some high-level design considerations:
* Cross language interop would natura…
-
Stderr:
OOPS! You've triggered a compiler bug.
Please report this at https://github.com/dfinity/motoko/issues/new with the following details:
Motoko (source d875y0z9-6jmmsqjd-d960saks-f46rd60j)
…
-
I am fully appreciating these Interactive Lessons, and spending considerable time expanding on the base limits to experiment with such of them, for example using instead of as the basic object be ap…
-
This is in-progress. **Can read, but there are still infelicities**. A savvy `nix` user (from within DFINITY) will be able to debug Motoko using the information bits herein. (On Linux the experience w…
-
- [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…
-
# Product Name:NFTAcution
##Product Introduction
使用motoko实现了NFT(DIP721)与ICRC2代币标准的拍卖。用户可以使用NFT创建订单,其他买家使用ICRC2代币进行拍卖,在竞拍结束后,卖方NFT获取最高出价。最高出价者获取NFT
##Presentation Slides
PPT正在写
##Code URL
https:/…
-
```motoko
actor {
let A = 3;
public query func greet(id : Nat) : async () {
switch (id) {
case A {};
case _ {};
}
};
};
```
```
$ moc --version
Motoko compil…