Results 14 issues of 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...

enhancement
good first issue
multi_lang

"Nine hundred and five" only returns "900". Fractions work fine though like "nine hundred and two tenths" which returns "900.2".

bug
en
es

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...

bug

### 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

`Parameter "x" requires n positional arguments. Only got 1` Isn't the point of custom converters to support types that can't be directly instantiated from the CLI arguments? It seems like...

I tried the latest release and found: - The help page for `meta` commands don't show the parameters from `meta.meta.default`. - `meta.meta` commands show the parameters from `meta.default`. - Non-meta...

bug

Right now color can be disabled with `NO_COLOR` through rich, but there's not default way for users to disable the fancy formatting. Maybe, "plain" should be used when `TERM=dumb` by...

enhancement