Claudio Russo

Results 150 issues of Claudio Russo

_Some base library features are undocumented e.g. Array - functions after subArray() are undocumented e.g. None - not yet documentated_ See: https://forum.dfinity.org/t/edits-in-motoko-base-library-docs/23433

I think we have better means of profiling these days and they just obfuscate the code.

enhancement

What is Build? doesn't seem to be used by anything in [Trie.mo](http://trie.mo/) and looks weird in the docs, can we remove this? https://github.com/dfinity/motoko-base/blob/fec0f52280a73c3792490c61f1d7b00e2e33654e/src/Trie.mo#L722 (reported by Moritz Fuller)

bug
documentation
breaking-change
P1

* [ ] isPunctuation ( table driven, needs a prim) * [ ] isNumeric (table driven, needs a prim) * [ ] isAlphaNumeric (derived) * [ ] isHexDigit (or, more...

enhancement
good first issue