Tyler Yep
Tyler Yep
Hi, I was interested in using this project, but ran into some issues with pip installing the package. I ended up renovating the project to fit my needs, and thought...
* **Editor name and version**: VS Code July 1.48.1 (latest) * **Platform**: OS X * **Color scheme**: One Dark Pro * **MagicPython version**: VS Code's version * **5-10 lines of...
Hello, I was wondering if it would be possible to add a command line flag to automatically sort the requirements alphabetically? Thanks!
Since this project hasn't been worked on in a few months, I decided to do a rewrite of the fixing a lot of the changes. The changes are available on...
Just a suggestion, since this pattern is also supported by pytest's discovery mechanism.
### Bug description Importing from collections.abc gives off these false positive errors ### Configuration _No response_ ### Command used ```shell pre-commit ``` ### Pylint output ```shell ************* Module stats stats.py:3:0:...
Is there a bug with the magic methods? The extension is telling me I should move my `__iter__`, `__eq__`, and similar functions to the bottom of the class, however that...
Currently, our CI test suite only tests CPU-only code. Any models that require a GPU/cuda need to be tested manually via Google Colab. A much better way to run these...
Love playing Hanabi on this website, thanks for maintaining this game! One really annoying behavior I run into a lot is that the total number of players is fixed before...
Hey, thank you so much for writing this implementation up! It is a feature I've wanted to see in pytorch-lightning for a long time but never got the chance to...