-
Hi, great work on mops!
I'm writing a Rust implementation of the mops CLI: https://github.com/chenyan2002/mops-cli
The main focus at the moment is `mops build`. There are some different design …
-
This issue tracks various refinements we want to do to our CI infrastructure post-open source.
* [x] https://github.com/dfinity/motoko/issues/2544 Pick a public CI system (Github actions + cachix…
-
I'm struggling to figure out how to use the token examples / standards within other canisters.
Scenario: I want to create a token not from a frontend, but another "backend" canister instead.
Exp…
-
I recently came across this heartbeat cost analysis performed by DFINITY https://github.com/maksymar/heartbeat-cost, and was wondering why there is such a discrepancy in cycles in terms of running a s…
-
On chrome:
![Screenshot_2020-12-29_15-53-29](https://user-images.githubusercontent.com/448274/103285044-0d5a5500-49ee-11eb-8de1-0b139324c72f.png)
On Firefox:
![Screenshot_2020-12-29_15-55-16]…
-
I think our type checker needs to reject code that tries to use records (or variants) as sharable types when the field’s _IDL_ hashes collide, e.g. in `{ foo_ : (); foo : ()}`, or in cases where the h…
-
I can't publish my repo https://github.com/vporton/join-proxy-motoko - I don't understand why.
```
$ mops publish
Publishing joinproxy@1.0.0
Generating documentation...
Parsing CHANGELOG.md...
C…
-
I tried the following:
1. include the ledger in a project with the following `dfx.json`
```{
"canisters": {
"ledger": {
"type": "custom",
"wasm": "ledge…
-
Using `NifSkope_2_0_2018-02-22-x64`
tried disabling shaders
![image](https://user-images.githubusercontent.com/6645396/113496476-3e8e7800-953d-11eb-9e8b-cc7b1add7eda.png)
I know this maybe rela…
-
**Describe the bug**
When an actor is passed as a part of a struct, it isn't an `Actor` instance (but should be).
**To Reproduce**
Create a Motoko and a JavaScript file ([this repo](https://git…