Greg

Results 294 comments of Greg

Came here because I wanted to do a redesign as well because the home page website is really broken, why isn't this PR getting merged? I think it would be...

@peterargue for existing old Tx you are right, the problem is there's no good way of knowing in that SDK implementation where the payload came from unless breaking a lot...

Related to: https://github.com/onflow/flow-go-sdk/issues/377

Problem 2 is fixable by us actually using flowkit without replacing, which should be reality in the first place, I plan to address a bunch of flowkit debt soon and...

The initial purpose of this flags was to provide API tokens via GH secrets, but I guess at this point it's becoming more clear that we don't have a good...

We could refactor so the flowkit accepts a logger type that only contains the simple log functions. We could create simple wrappers for popular loggers mentioned above. If there's a...

The description for FLIX command should be improved, it's now: ``` 🔨 Flow Tools ... flix execute, generate, package ``` It should be something like: ``` 🔨 Flow Tools ......

Another subjective opinion is we shouldn't just use the word FLIX everywhere because that is a made-up word and someone new coming to Flow will have no understanding of what...

Another really improtant thing is it should work out of the box, now FLIX requires for you to have for example FungibleToken contract in your flow.json, this makes the whole...

@bthaile I understand the FLIX power comes from using it on mainnet, and that's great, I also completely agree with the value proposition in making interactions secure. The only issue...