June Stepp
June Stepp
The website that is linked to in the readme is offline and the repository is abandoned. Development seems to have moved here: https://github.com/libusb/hidapi
By many it is considered proper to write numbers like "sixty seven" as "sixty-seven". Currently, hyphens make the numbers invalid. ~~It seems like simply replacing hyphens with spaces before tokenization...
"Nine hundred and five" only returns "900". Fractions work fine though like "nine hundred and two tenths" which returns "900.2".
It seems like it should say > Mod that shows a StopModReposts notice screen when Minecraft is launched. instead of: > Mod that shows a StopModReposts notice screen then Minecraft...
I'm trying to access my project's full metadata at runtime. Running `poetry run python -m nuitka example --run` (the other options are in the code file) outputs: ```text Nuitka-Options: Used...
### Description Anki is a popular spaced repetition flashcards learning program. This PR introduces a module for configuring Anki settings and add-ons. It is the counterpart to my [nixpkgs PR](https://github.com/NixOS/nixpkgs/pull/404045)...
pytz dependency is removed. isodate is still needed for ISO durations and missing features in Python's ISO datetime parser. closes #1442, closes #1420