C. Eric Mathey

Results 12 issues of C. Eric Mathey

I think this is in a workable state for others to use or provide feedback on. I did not test it rigorously (I don't have a discord to test the...

Adds a module and API commands for balancing (evening team sizes) and shuffling teams by different criteria/methods. I personally do not think that a shuffle feature would be very popular...

Add `__len__` support to allow measuring of Embed length since Discord imposes a 6,000 character limit https://discord.com/developers/docs/resources/channel#embed-limits

Adds [anyio](https://anyio.readthedocs.io/en/3.x/) to allow the use of both [trio](https://trio.readthedocs.io/en/stable/) and `asyncio` by package users. Updates `README.md` to show both `asyncio` and `trio` usage examples. All tests pass and I used...

Including the version in output should make it a lot easier to help people troubleshoot their problems, especially when people are running an older version where a problem is already...

This fixes the issues with resetting votemap state, the set operations were returning sets of strings and not sets of `Layer`. Updates the `__repr__` method on `Layer` to make it...

tl;dr this adds an optional service that allows API consumers to use web sockets to have log events pushed to them rather than having to constantly poll one of the...

This is a big one so it'll be hard to review. I didn't explicitly name all of the arguments for the `set_` user config endpoints, I cheated and just passed...

This also includes the changes in PR #512 (I didn't discuss those changes here). This takes advantage of the fact that all of our upstream Docker dependencies (`redis` and `postgres`...

This test fails non deterministically, haven't (and may never) look into it, just filing it so I don't forget about it. ``` FAILED tests/test_no_solo_tank_automod.py::test_should_warn_twice - AssertionError: assert == ```