-
-
Recently I have started to get strange warnings from `wasmtime` (HEAD) when running programs using `lldb` on Darwin. Below is a transcript.
```
../../llvm/bin/lldb -- target/debug/wasmtime -g sumsX.…
-
I have this canisters and i have 2 different mops.toml files in this subdirectory backend/apps/app2/canister and this one backend/apps/app1/canister
```
{
"canisters": {
"app2": …
-
We need to have a tool that will extract actor/class signatures to create "header" files. I will explain on an example:
```motoko
actor class A() {
public shared func f() {};
}
```
would be …
-
Do we have a function exposed to easily check if a string is a valid principal id in Motoko? We can always try creating an actor instance and it will trap if the id is invalid, but is this internal ch…
-
1. open https://github.dev/dfinity/motoko-base
2. install the Motoko extension
3. open `src/Char.mo`
4. edit-in a type error
5. observe that no wigglies appear
The other features (like _go to d…
-
**Problem**:
```
import D "mo:base/Debug";
```
is not included. As a newcomer, this incantation is difficult to remember. I was able to solve my problem by going to an earlier page in the tuto…
-
Finish writing at least one line of description for each method in the module or class below:
- [x] Buf (rename to `Buffer`?)
- [x] Array -- https://github.com/dfinity/motoko-base/pull/138
- [x] De…
-
Hello, I'm using `combine` to write a parser for a language that's not LL(1), and don't know if it's LALR(1). The code is here, with the original grammar all in comments:
https://github.com/jwiegle…
-
## Issue
When deployed to the IC main network, inserting entity records can hit the message instruction limit, causing the canister to trap and prevents further insertion.
## Why is this happeni…