Greg

Results 250 comments of Greg

> When coding in overflow against flowkit and the emulator I end up with three different logging technologies. flowkit uses a home brewed one, Blockchain uses logrus and flow-emulator uses...

Note to self: we should refactor prompts embedded in the flowkit out of flowkit and only pass to the method a "resolve" function which would in turn for the CLI...

> * turn cadence.Value into compact json for printing https://github.com/bjartek/overflow/blob/api/overflow/cadence.go#L90 (see also json method above) I plan to implement better support for parsing/convertin/serializing events in the Go SDK

The submission of command usage to mixpanel should also be done concurrently on a separate go routine.

I like this idea, some initial thoughts I have on this: Maybe we can use the same API but try resolving the transaction name as a template if the specific...

@rheaplex I agree, having the same `send` command for sending transactions from files or templates is not explicit enough and the security impact can be huge, you are right. I...

I would rather error on the length than clarity so I would say the `send-builtin` is better but then `builtin` is actually written `built-in` which makes the command `send-built-in` which...

I feel like we should extend this to support transactions and scripts. We could have a more generic command something like `flow send {command}` and then support for all common...

Yes, it was actually my bad for not noticing that during PR review, sorry. I think the generate from mnemonic is great API yeah. I would even say that in...

> @sideninja We have some standard for mnemonic I guess, I remember there was some FLIP some time ago ? I think would be nice to have ledger compatible for...