Deniz Mert Edincik

Results 290 comments of Deniz Mert Edincik

I think we can agree that discussion here is not on technical level, more it is decision on philosophy of the Flow. I mentioned this before in Discord that there...

Will this also effect synthetic fields in the future? Or simply if we implemented synthetic fields already, doesn't it make this FLIP unnecessary ?

Yeah it would be little weird to having synthetic field and then accessing not public I guess. ( in the end it is getter/setter function combo ) Though if we...

Maybe if we can somehow make this mutability / readonly reference things, what I would love to have: you can access everything to view of a resource ( including private...

@turbolent let me try to parse all mainnet contracts with both of them and compare performance and correctness in the weekend. So far in my tests working fast and correct,...

@turbolent I ran the tests ( though it was super tricky running both at the same time, so I separated and ran in 2 pass ) - webassembly is approx...

This is related to: https://github.com/onflow/cadence/issues/1132 Probably I can check this next week, if someone else not taking

@sukantoraymond I totally forgot that, but I think it can be in CLI ( LS should have the code , so basically just using that also can be ok )

query to `${HOST}/blocks?height=sealed` is one option to detect if it is HTTP API.

@sideninja I made a POC for this as below: So Far: - add `type` field to advanced network config; `type` can be `GRPC` or `HTTP` ( default can be GRPC...