Dieter Shirley

Results 26 comments of Dieter Shirley

Definitely not a blocker for Crescendo. I would disagree about "not a bug", however. Having the built-in library be "const correct" is expected behaviour (at least expected by me, I...

I'm very excited by this proposal! I think this shows a path towards a _much_ better way of letting apps and wallets "negotiate" on what responsibility each of them has...

Hey @SnowyField1906! I know it's been a while since you wrote this suggestion up, and the team was very busy with the existing work for Cadence 1.0 (which has now...

@SnowyField1906: Thanks so much for taking the time to write this up, even though the specifics are hard for you to remember. We will be closing this proposal, but I...

For clarity: This is merely a feature suggestion, and should not be considered until after C1.0…

@rheaplex: Curious to get your thought on this pattern: `assert(nft.getType() == collection.nftType())` Or `assert(collection.supportsNftType(nft.getType()))` Seems like that is more flexible and can be implemented without language changes...