borovan
borovan
I'm getting Rust warnings from the CandidType derive macro, only on enums and records with no fields. Not a huge issue but there's a lot of yellow squiggles all over...
Hi Ryan, Would it be possible to have something like in VSCode for go, where the imports automatically get added/removed based on the code? What's the complexity of something like...
This was motoko code generated by Go. I try and make the generator as close to the prettified output as possible.  so then I put a newline after update(,...
This allows it to iterate returning ?Nat instead of ?Int so it can be used in arrays. As range starts at Nat I figured that negative numbers weren't that important...