Issue Reporting - Developer Study Jæm

Hey @nikitafuchs.chain please see above and support, please.

1 Like

Hey, your tuple declaration is missing types. A tuple is not declared by tuple but an actual tuple of the types of data the tuple is supposed to store:

record user =
    { username : string,
      userlist : (string * int) }

Corrected example: AE Studio

Another thing: For some reason, the Link to your shared contract doesn’t work for me, seems to be some strange bug as the code is clearly stored in the db, very strange. Plus the editor itself is loading pretty slow lately for seemingly no reason. What specs does your machine have and what browser are you using? I havn’t optimized it for Firefox yet by the way, recommend to use chrome always.

2 Likes