Greg

Results 302 comments of Greg

> > For the magic part, I meant something like this: ( it was for a smarter way to detect protocol from host, instead of query each time ) >...

I have made PRs for both fixes, the fix for stripping and extra new line is done in Go SDK https://github.com/onflow/flow-go-sdk/pull/292 The PR for extending decimal places to 8 is...

> I totally agree that it would be nice to add a type-based querying API eventually, but I would also like to see an iteration querying API before that, as...

Implementation inspiration https://github.com/onflow/flow-playground-api/blob/a5e76a3228e70c9ccfd34b218d7ea91c10292af3/resolver.go#L223

Very good feedback, I also had in mind to do some refactoring of flowkit in the future and make it more official, some of the things are there just because...

> Also context should be able to be sent in if that is appropriate. I want to control when to cancel things in my code. 100%, it's on my to-do...

Also @bjartek I think this might be a great thread to list all the changes required to the API and then just make those in a release that would make...

@bjartek yes I agree, I was thinking about it in the past, I think there should even be an issue somewhere. Should we have a session during the next office...

Summary of Office Hours ideas: We should break this tasks in two steps: - First: we should address all current issues with the library - Second: we should define the...

The send transaction should take in the authorizers and payers as arguments as well https://github.com/onflow/flow-cli/blob/master/pkg/flowkit/services/transactions.go#L222 This should then further be refactored for the Send method to only call `Build`, `Sign`...