Ethan Celletti

Results 23 issues of Ethan Celletti

Adding support for using local development canisters vs mainnet

Im having an issue where i have a class that requires the . Whenener I use type annotatiosn or have it in something like an hashmap type arg, it fails...

Something that has been a pain has been not being able to automatically generate .did files for my actor classes that are dynamically created via another actor. I have a...

I run into a 'problem' a lot in Motoko where I have leftover/extra fields specified on records that i dont clean up. Doesn't hurt anything but is annoying. My suggestion...

The following does not seem to work in Motoko without either declaring types in the method generics or on the function definition for `Iter.map()` ```motoko let arr : [Int] =...

```motoko let #a(aValue) = method1() else return _; // where _ is the value of method1() call ``` Just some thoughts on the let else. Many times I want to...

Current capabilities for pattern matching usage where i want to do something if the thing matches and skip if it doesnt. This would be code sugar because a switch statement...

Im having an issue where I have a public facing part of my Motoko library and an internal facing section to have some code not be exposed, while keeping all...

I am a IC dev and am looking to help get Motoko to get to maturity faster One of those factors is not only building the Motoko libraries but the...