-
I am currently participating in Motoko bootcamp, and it is quite clear to me that it has quite a way to go, to achieve maturity. I am wondering if it might be possible to compile wasm canisters from C…
-
Type: Performance Issue
My vs code is not performing well and also not working as faster as it previously was.
VS Code version: Code 1.74.3 (97dec172d3256f8ca4bfb2143f3f76b503ca0534, 2023-01-09T16:…
-
Hey @rvanasa, I've been using this vscode extension for a while now and would like to say that it's been very helpful for formatting and highlighting errors and warnings. 🙌
It has been working grea…
-
Consider the following async calculator code. It's ridiculously inefficient due to the recursive awaits.
``` motoko
actor a {
public /* query */ func pow(i :Int, n:Int) : async Int {
po…
-
https://github.com/dfinity/motoko/blob/c8c0917052eda95669dabd612834d66cba5a19ec/doc/md/language-manual.md?plain=1#L2249
Should this be "Expression `await* ` evaluates ..."?
And a newline before th…
-
In the scaffolded README.md of a new project, the _Motoko Programming Language Guide_ link points to a 404.
https://github.com/dfinity/sdk/blob/master/src/dfx/assets/new_project_motoko_files/RE…
-
In my opinion the best developer experience on the IC would have developers deploy just a single canister which infinitely scales in every conceivable way. There would be one source of memory, the Was…
-
I will keep looking into this issue but `.vessel` is installed in the project. Not sure if there is something else I need to do for it to find those references.
Thanks again for help.
-
To consider:
**A Motoko Package Manager**: Can pull in packages written in Motoko to be imported by your app, which is also written in Motoko. You could then compile your app into WebAssembly and i…
ghost updated
2 years ago
-
# Motoko:Start/Restart language service
Motoko Extension v0.3.9
VSCode v1.67.2
Windows 10 Pro
## Issue
The service fails to start automatically or manually
Entry points tried: the '.mo' file,…