-
I failed to deploy a canister in my local environment.
Might be worth noting that I deploy a similar canister last night just fine but when I got onto my laptop today I started getting compiler err…
-
Kindly assign me this under HacktoberFest
-
* [ ] `prim "abs"`
* [ ] `prim "lsh_Nat"`
* [ ] `prim "rsh_Nat"`
* [ ] `prim "idlHash"`
* [x] `prim "print"`
* [ ] `prim "trap"`
* [ ] `prim "rts_version"`
* [ ] `prim "rts_memory_size"`
* [ ]…
-
Need to update the motoko implementation:
1. CAP integration
2. ok -> Ok, err -> Err
3. More error types
-
**Problem**:
Describe your problem and steps to reproduce it.
**My code**:
```
import D "mo:base/Debug";
import Buffer "mo:base/Buffer";
// your code here
D.print("buffer size: " # d…
-
**Problem**:
Describe your problem and steps to reproduce it.
**My code**:
```
import D "mo:base/Debug";
import Text "mo:base/Text";
import Nat8 "mo:base/Nat8";
import Float"mo:base/Floa…
-
I'm currently working with Motoko, However I kept getting errors. Im using vs code terminal and on terminal B I tried to deploy the dfx , but got `Error: The build step failed for canister 'rrkah-…
-
### Problem
Working with collections is verbose and difficult. For example, I want to filter blog posts and return the ids:
```
// BEFORE
public shared ({caller}) func allPosts() : async [Nat]…
-
**Describe the bug**
Localization files such as
`mkdocs/themes/readthedocs/locales/tr/LC_MESSAGES/messages.mo` are reported as Modelica language
https://www.gnu.org/software/gettext/manual/htm…
-
I'd really appreciate if you add support for Motoko language of Internet Computer too https://sdk.dfinity.org/docs/language-guide/motoko.html
It's getting popular over time as they've made to the pub…