Avasam

Results 353 issues of Avasam

Since Twitch has no native ways to be notified about followed categories (https://www.twitch.tv/directory/following/games) I am looking for an addon to get notified when someone goes live in a followed category/game....

Closes https://github.com/pypa/distutils/issues/391 mypy could be re-enabled after https://github.com/pypa/setuptools/issues/4689

This has 2 advantages: - `cmd` doesn't have to be mutable. So `tuples` are usable - It actually improves the generic type because `MutableSequence` is invariant. which can cause issues...

I can understand a type-checking check to see how changing distutils types affect setuptools. But I don't think it makes sense to check formatting (or single-file linting, which ruff currently...

This is the full error from CI logs: ```py Obtaining file:///D:/a/distutils/distutils Installing build dependencies: started Installing build dependencies: finished with status 'done' Checking if build backend supports build_editable: started Checking...

Fixes #381 This updates tests expectations, but alternatively I can update `glob_to_re`'s implementation to always capitalize `\z` so that the result stays consistent across Python versions (at least for as...

Recently noticed that all CI runs using Python 3.14 are failing with `AssertionError: assert '(?s:foo[^/]*)\\z' == '(?s:foo[^/]*)\\Z'`. This includes the jobs `test (3.14, ubuntu-latest)` and `collateral (diffcov)`. Complete error: ```py...

For https://github.com/pypa/setuptools/pull/4861

See https://github.com/pypa/distutils/pull/343#discussion_r2440177064 Exploratory PR deprecating (unused, but not removed, for backward compatibility) the `create` arg.