Ben Armstrong

Results 112 comments of Ben Armstrong

A modifier `with` might be nice to support in the query to control what gets enumerated, where the default is to enumerate immediate children, but `with` could be used to...

The preferred preposition now for listing taxa at a specific rank would be `per`, just like in the `,life` command, e.g. `[p]t Anisoscelini per sp` to enumerate all species as...

As of 38bc513f5c64574ec4d48b20bc4a10da2faf47c9 with latest dronefly-discord and dronefly-core, `per child` is supported for `,life` command, but not yet in conjunction with `sort by obs`. Also, the `,taxon` command doesn't yet...

With #[118](https://github.com/dronefly-garden/dronefly/issues/118) now closed, it could be argued that `,t list` provides all of this info in a more convenient way because you can paginate through it. I'll leave this...

Thanks to mws on iNat Discord for this suggestion.

Two alternatives to just enhancing `last` would be: 1. treat the subcommand as a modifier to the taxon query itself, e.g. `,taxon bonap self-heals` would function as a two-stage lookup,...

There's a practical consideration here that limits how much information we can show without delaying update of the display to go fetch more in additional API calls. So if we...

Note that #164 partially implements `,user set lang en`, but it does not prevent non-English common names from matching. Of all of the possible approaches I listed above, I like...

New idea, using only what's in the `"children"` field returned from `/v1/taxa`, would be to say: "Arachnida is a class containing Subclass Acari, and 10 additional Orders", where it tells...

In `main` today at last, `,taxon list` (alias `,t list`) will list just the direct children and their counts. You can include `sort by obs` to sort them by children...