-
#### Logging
- Clean up replica debug messages; move that info into another logging canister
- Create and use a distinct motoko-biglog package; start here?
#### Static analysis
- Sanity check t…
-
This issue culls the PR from Kento's DX issue survey
https://docs.google.com/document/d/1RP4-So7dNhs5E28lXHJYw-MmteGouU7JuLt4fcIB-io/edit?usp=sharing
and puts the PR links into an issue, so we get h…
-
Hello, I am facing some issues with the extension.
I have latest vscode, with prettier and motoko extension installed.
I installed latest `dfx 0.14.4` following the official guide (curl)
I …
-
1️⃣ Validação de Dados no Backend
🔍 Ação Recomendada: Implemente validações para garantir que todos os campos obrigatórios sejam preenchidos antes de inserir ou alterar dados. Isso evitará a criação …
-
Diseñar la clase de productos
Diseñar la clase de artesanos
Diseñar la clase pedidos de artesanos
-
I realize this is probably better raised in the `motoko` repo but I encountered it at [embed.smartcontracts.org](https://embed.smartcontracts.org/) so I figured I’d start here.
I was trying to help…
-
https://kyle-peacock.com/blog/motoko/unit-testing/
-
Write a minimal implementation of [Etherpad](https://etherpad.org/) in Motoko, to demonstrate using this codebase for collaborative text editing and text search.
-
https://github.com/usergeek/canistergeek-ic-motoko/blob/master/src/migration.md
-
``` Motoko
actor Main { … } : Types.MainActor
```
is rejected, but should be possible
- to enforce contract
- to avoid publishing too many methods ([as pointed out elsewhere, this should be don…