Claudio Russo

Results 150 issues of Claudio Russo

,... making it awkward to swap one Map implementation for the other. https://smartcontracts.org/docs/base-libraries/TrieMap.html#fromEntries https://smartcontracts.org/docs/base-libraries/HashMap.html#fromIter are very similar but differ in name. Should we make them consistent?

enhancement

@nomeata @ggreif and I were discussing this again. This would solve the problem that you can't obtain the principal of 'this' in an actor's constructor, which is another common issue...

We still need more doc or one page tutorials for: - [ ] numeric conversions (https://dfinity.slack.com/archives/CPL67E7MX/p1709150971197719) - [ ] object combination (record extension) - [ ] option blocks - [...

documentation

Add repro for #4496 (stackoverflow parsing v large array literal) and explore workaround using v large blob instead. This seems to be hard to fix since the overflow occurs in...

Dependabot seems to have broken our local docusaurus build This PR reverts to a version that works, but I expect will just get clobbered by dependabot again. See https://dfinity.slack.com/archives/CPL67E7MX/p1713447160974829 @rvanasa...

Needs more examples and some light editing.

Rewrite and describing all of subtyping, perhaps using examples in attic/overview.md

The region and probably ESM bounds check on load/storeBlob is too strict and will trap if the first offset is out-of-range, even if the size of the blob is zero....

This code says that e is unused even though it is used. ``` module { public func foo() : async () { var x = try {} catch (e) {...

Bug