-
thanks to #1317 we now have the users guide again in the repository. We should set up CI to ensure it builds, has no dead links and whatnot. Maybe even type check examples.
-
There exist several technical bottlenecks to scale Proof-of-Work (PoW) blockchains. Some of them are the CPU time for transaction validation, the hard disk space to store the chain, and many others.
…
-
Other language extensions allow me to CMD+Click on a function call, for example, to jump to the definition of that function. This does not work for Motoko when using this extension. I'd expect jumping…
-
Users out there ran into an exception: https://forum.dfinity.org/t/build-error-with-imported-actor-class/1931
They built a canister using `actor class…`, which produced this `.did`:
```
type anon…
-
In Motoko, we can define `type record = Nat;`, then this gets translated to `type record = nat;` in IDL. This cannot be parsed in the IDL compiler, as `record` is a keyword in IDL, but not in Motoko.
…
-
# Feature Request
A native iOS and macOS client in SwiftUI.
# Much Deets
The team at Neutrino Labs would like to offer up resources to assist with and lead development effort on a native iOS and …
-
dfx version: 0.5.4
OS: Ubuntu 18.04
-------------------------------------------
Running "dfx start --clean" on a brand new project throws the following error, it may be useful to let the user k…
-
Looks like we still haven’t found the grail yet…
TL;DR: Our relaxed coercion rules for opt (#110 and following) may lead to “hard” deserialization errors later on.
I seems that the following can…
-
This issue discusses two conceptual extensions to the Candid formalism:
1. Whether a Motoko data structure whose Motoko representation uses sharing can serialize a representation of this sharing "a…
-
As an application that will test the language (and platform), this issue suggests cloning this (javascript clone) of Agar.io, but using Motoko and the Internet Computer instead of a traditional centra…