Ben Armstrong

Results 112 comments of Ben Armstrong

https://github.com/synrg/dronefly/issues/37 is a good place to start for the `on_message` hook part of this problem (i.e. simply reacting to messages & previewing).

Not sure if *config-backed* is even needed most of the time. Just remembering what happened since the bot joined is probably good enough for most of the "related info traversal"...

In #141 we are working towards having recent interactions with `taxon` and `tab` displays (via reaction buttons) cause those displays to be cached for a time. We could dispense with...

If you query for observations (possibly with filters applied) then get the total# of observations, then it's just a matter of generating a random number from 1 and the number...

Yes, we'd need a way to discover those, but by chaining from API calls used in other commands, we can follow the linkage from the records returned by, e.g. the...

Yeah, the related issue I mixed this up with is this one: https://github.com/synrg/dronefly/issues/61 so ... doing something like I proposed above (hooking up the output of hybrids to retrieve the...

7-ate-9 wrote: > It would be nice to show something about what species are on the list, but lists can have 50-100 species (although most will have 5-30) so I'm...

See https://github.com/synrg/quaggagriff/issues/7#issuecomment-537476568 re help wanted.

What I mean by points 1 thru 3, more specifically, is that unlike the iNat API which provides endpoints for looking up things (taxa, regions) by name, the eBird API...

See also issue #55 which should be done first. Especially see my most recent comment on that issue: I have a lead on possibly getting some help to make it...