SimonDR-Boltzmann
SimonDR-Boltzmann
It would be nice if static type checkers like mypy could pick up the types of this package (cfr. https://mypy.readthedocs.io/en/stable/installed_packages.html#creating-pep-561-compatible-packages)
I'm using `(?:jan(?:uari|uary|\.)?|janv(?:ier|\.)?)` to match the month "january" in (using `is_match`) English, Dutch and French, but it doesn't seem to match "janvier" (but "january" does work). I can work around...
**Description of your changes:** Bumps requests-toolbelt from 0.9.1 to 1.0.0 (see #10470) **Checklist:** - [ ] The title for your pull request (PR) should follow our title convention. [Learn more...
Comparing the current output of the users.list API endpoint with the current `UserProfile` struct, it seems the following properties were added: - huddle_state - huddle_state_expiration_ts - image_1024 - is_custom_image -...
There is a vulnerability in pyarrow
Hi, It seems the code is typed pretty well. Unfortunately, type checkers like mypy and pyright complain about missing type stubs when it is used. Exporting the type information should...
**Describe the bug** When running a file that does `anyconfig.load` with pytest, a DeprecationWarning is thrown: ``` venv/lib/python3.11/site-packages/anyconfig/processors/utils.py:245: DeprecationWarning: SelectableGroups dict interface is deprecated. Use select. for res in (eps.get(pgroup,...