Deniz Mert Edincik

Results 311 comments of Deniz Mert Edincik

I agree with @joshuahannan, when you give developer hammer, everything seems like nail to them, for example: when setting up FUSD Vault imagine developer accidentally override. I think storage system...

> @bluesign Fair enough on the feedback on this PR in particular, but this PR isn't the right place to vent your expectations about the roadmap. Please keep the conversation...

I think in reference to this PR : https://github.com/onflow/flow-cli/pull/654/files I only implemented in "transaction sign" command there. But I think it can also be added to "transaction send", let me...

Thanks this is much needed, and will make cadence much powerful.

**Resource Movement** I was thinking here automatic event on Resource .owner change. This can help with finding out path resource took historically. something like: `ResourceMoved( uuid, Address, Address ) `...

I am not sure of benefit vs cost here, considering what we allow is very limited. Technically, we seem to be wrapping object via extension ( please correct me if...

@dsainati1 I mean this opens up too many edge cases and complicated problems. Not sure if they can be covered easily. > Hence, if the original type T declared a...

Btw my initial comment was not to dismiss, I am fan of this idea from the beginning, just somehow I feel it needs to be more powerful in my opinion,...

Yeah this works with isolation of the extensions mostly, standalone it is problematic. Let's say you have Kitty. And someone developed some KittyHat Extension. Technically you will have something like...

@turbolent in the "composition" approach, is it possible to: fallback to parent for fields and methods when they are not implemented. this way we can have very powerful extensions. I...