Deniz Mert Edincik

Results 417 comments of Deniz Mert Edincik
trafficstars

@sideninja I did the most of the work here, but stuck on something. Considering `project deploy` flow: - Should we replace the contract reference in state with alias ? -...

Because I want to prompt the user ( if they want to deploy or replace with alias ), so best option I guess: - to do the check and prompt...

@sideninja managed with prompt ui on project, but just one more question remains about where to save the config ( due to cascading -f edge cases ) or I can...

I have some ideas and comments on this @turbolent, when you have some free time I would like to discuss in private.

``` Cadence Value: A.0102030405060708.A.12345678.NFT(Awesome?: true) Encoding Time (ns): JSON Average: 2216 ~ 3x JSON Minimum: 750 ~ 1x JSON Maximum: 91708 ~ 120x ``` How this can be so crazy...

For versioning there are a lot of alternatives like : https://github.com/marketplace/actions/github-tag-bump https://github.com/marketplace?category=&query=bump+sort%3Apopularity-desc&type=actions&verification=

@sideninja Actually avoiding breaking change with semver is pretty easy. It is just about separating your consumer facing interfaces and internal ones. Also it is more critical in libraries then...

I think this can be a nice addition with `"flow://"` schema.

I love this initiative, but to be honest this feels totally wrong to me. Does javascript initiate JS interpreter when writing tests? or golang evals code ? If we gonna...

thanks @SupunS My main question is why do we need new blockchain for integration testing? We are already running on some blockchain, can't we just use it for integration testing?...