Results 106 comments of Blake Miner

@GeorchW - there is no reason to wait for Parcel v3. This is a simple bug fix as far as I'm concerned.

I think influxdbhelper should flatten embedded structs. The Go compiler supports this strange flattening property of embedded structs. For example, if you have: ``` type A struct { FieldA string...

This might be helpful: https://stackoverflow.com/questions/24333494/golang-reflection-on-embedded-structs

This could be implemented by changing `DecodeQuery` to accept an `influxClient.Query` (i.e. the Object generated from `NewQuery`) rather than a command string.

The OAuth link in the [YouTube video description](https://www.youtube.com/watch?v=hlDhp-eNLMU) no longer works. ![image](https://user-images.githubusercontent.com/73755/226733444-7d764b5a-838f-4c0a-a5d6-20a07b5173d5.png)

Side note, it would be super cool if you could use the [Gnome Online Accounts](https://wiki.gnome.org/Projects/GnomeOnlineAccounts) to pull in any Google account credentials automatically!

@xat - I'd be happy to include a PR for this library so that the friendly name can be scanned, as well. Right now, `opts.name` matches the `name` of the...

My goal here is that castnow could be modified to prefer scanning by the friendly name. Thoughts?

AFAIK, this is still an issue. Either a documentation change should be made to inform users of this, or the bug should be fixed.