-
I have a user who wrote the following code:
```
import Error "mo:base/Error";
shared ({caller = initializer}) actor class() {
public shared (message) func test(): async() {
if (message.…
enzoh updated
3 years ago
-
Execution team needs to add support and then Motoko team can enable them. We need to confirm that we have code generation, etc. (which we suspect we're missing because "why bother?").
We should mak…
ghost updated
3 years ago
-
This issue is here to remind @matthewhammer and @nomeata (et al) of the suggestion from @dprats during Global R&D today: Use Motoko to feed tests to the "universal canister".
-
Talk outline and slides, for 1 hour presentation.
Topic: Data structures in Motoko.
Audience: DFINITY Fellows program.
The Fellows will have seen Andreas discuss Motoko and Wasm, and will have so…
-
Having word types in addition to NatN and IntN creates a lot of friction and complexity, for both users and implementation. And the support isn't even complete, because sometimes one also wants to per…
-
> 93 @Claudio Russo ran into two problems with recent edu work:
>
> I’ve been getting many of these issues:
type error, expression of type
> [Word8]
> cannot produce expected type
> [Nat8]
…
-
Hmm, this doesn’t seem to be updating the PR description, does it?
_Originally posted by @nomeata in https://github.com/knl/niv-updater-action/issues/14#issuecomment-770778740_
-
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…
-
Calling `curator.qualifyPlaylist(playlistId)` from the frontend returns an empty array, whereas `artist.submitTrack(trackId)` returns a submission. Is this expected? I need the backend to return eithe…
nop33 updated
3 years ago
-
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…