jchristgit
jchristgit
When common test is tasked with generating coverage via `-cover`, invert the colours of the webpage when the user prefers a dark color scheme. Similar support was added to the...
The logic to trim empty test cases was moved from the find groups function (which will now also return groups with no testcases) to the expand groups function. Groups with...
This pull request improves most of the figures in the documentation that were created via `xfig`, primarly by upscaling them slightly and setting the smoothing factor via `fig2dev -S4 -m$SCALE...
The callback was previously erroring out because of this error: ```py File "test.py", line 33, in my_callback 'a': [math.sin(x / 200) for x in range(0, itemcount)], ^^^^^^^^^^^^^^^^^^^ TypeError: 'float' object...
I made two small changes to python-steamid [here](https://github.com/Zwork101/python-steamid/pull/1), this PR changes the sages of these to ensure that it works properly. It also branches from my branch to remove pycache.
The current `try_split` implementation causes some weird behaviour when splitting messages where quotes within words are interpreted as quoted words, such as ``` you're implying that you're blue ``` gets...
`Nosedrum.Converters.to_channel/2` currently converts into any channel. From Discord's point of view, this includes categories and voice channels, which might not be desirable for a text-based app. Add support for specifying...
Sentry could use the extra information, see for instance [1], we may not need to unwrap this into `error.__cause__` since Python on its own should already expand that. [1]: https://python-discord.sentry.io/issues/5126046667/?project=4506666249945088&query=&referrer=issue-stream&statsPeriod=90d&stream_index=5,