Drew Leonard
Drew Leonard
To me it looks like the obvious way to do this would be to change it in `GenericClient`, but then it gets skipped when subclasses overwrite `fetch()`, so I assume...
As a separate but overlapping feature we could also have tracking of arbitrary events - eg congratulate every nth person to join the room. Or after 10k messages remind people...
To some extent this is already kind of covered by the `memory_in_room` context manager, right? Other databses could define this (or equivalent) to namespace entries in whatever way makes sense...
I like the idea of more explicitly separating out the parsing and matching operations. For my own use case, I've mostly used `match_regex`, so I'm interested in how that would...
Of these I think the per-connector approach is better for the flexibility. I think for a few things we might be able to wrap connector-specific things in a more generic...
> It'd be challenging to implement a tolerance in the upstream general loopback code because it's certainly possible that even a time difference as short as a nanosecond results in...
Yes, I'm pretty sure astroquery is intended primarily for astro-specific data. (As an aside I'd argue we should be careful of labelling it as bad for that reason - it...
No, I think it was synirc.
Not sure what else really needs benchmarking, suggestions welcome. Otherwise this is good to go.
I think this is now just waiting on an actual release of gwcs, assuming the next one is 0.22.2 and includes spacetelescope/gwcs#457 . At that point the devdeps build should...