biqqles
biqqles
Contrary to https://github.com/influxdata/influxdb-python/issues/214#issuecomment-346953796, `ResultSet.get_points` does not include tags. That's to say @samaust is still correct (which makes sense since the last release on PyPI was just before his comment). For...
# Summary `Bot#gateway_check` is a common method used to assert that a gateway connection is active, called as the first step in many bot methods. By using the three argument...
# Summary Clarifies logging in the gateway code to explain what's happening and what went wrong. Fixes #168. The below snippets contrast the output in the case that `identify` is...
As it stands, the 'upgrade' to API v9 scheduled for release 3.5.0 will break backwards compatibility, because intents are now enforced. This means that attempting to initialise a bot with...
Classes should support the PEP 622 Structural Pattern Matching feature of Python 3.10. From [reading the PEP](https://www.python.org/dev/peps/pep-0622/#runtime) it seems this should be rather simple, simply adding a `__match_args__` tuple which...
## Summary Sorry for another minor docs PR, but it bugged me that the install details for Solus were different to the other distros with bismuth in official repositories.
# Summary Fixes #117. Calling `Message#author` will still result in 'Unknown Member' being printed if the member does not exist (don't think there's a way to hide this? It is...
I am running Crystal 0.35.1 on Arch. I cloned this repository and ran each of the examples. The following files hang on my machine after printing their startup logs. -...