Avasam

Results 330 issues of Avasam

https://github.com/python/mypy/issues/14032 has been fixed in mypy 1.11.0 (I didn't go as far as to search for the exact commit). This updates `operator.itemgetter` to include a change I originally wanted to...

help wanted

https://github.com/Avasam/typed-D3DShot/blob/main/d3dshot/d3dshot.py is using the following pattern to create a singleton: ```py class Singleton(type): _instances: ClassVar[dict[Singleton, Any]] = {} @override def __call__(cls, *args: object, **kwargs: object) -> Any: if cls not...

docs

As far as I can tell (a quick GitHub search), this symbol name doesn't exist anywhere else in the code. Maybe it used to but was removed? refs https://github.com/python/typeshed/pull/13719/files#diff-546726f971081177a4324d61fbfd3f090f80aa368a5571b25a3f6bc7cf2612d4 This...

### Changes Added a [PEP 561](https://peps.python.org/pep-0561/) `py.typed` marker. Letting type checkers know that this package is typed. (this will also start the 6-months deprecation period of https://pypi.org/project/types-auth0-python/ ) ### References...

As far as I can tell, thanks to pywin32, `CSliderCtrl::VerifyPos` was removed in MFC 7.1

do-not-merge
Change sent to author
aq-pr-triaged
visual-cpp/svc
mfc-library/subsvc

https://github.com/ronaldoussoren/pyobjc/issues/661#issuecomment-3475220092 > Thank you ! > > I notice from that commit, shouldn't this line also be updated for consistency ? > > https://github.com/ronaldoussoren/pyobjc/blob/ec575ded3f8993de1146ad774c532f3348aaf158/pyobjc-core/setup.cfg#L48 I'm guessing this wasn't changed because...

**What version of protobuf and what language are you using?** Version: grpcio 1.71.0 Language: Python **What operating system (Linux, Windows, ...) and version?** N/A **What runtime / compiler are you...

help wanted
untriaged

Checked against the implementation to see when `SupportsGetItem` wasn't enough. Will also reduce changes from #14038 CC @darabos since you added most of these in #13458 . Feel free to...

## Current Behavior (if applicable) See the following query in Python: ## Desired Behavior How it looks like without f-strings (not perfect, but good enough, applygin the same style to...

enhancement
lsp-server

Version: dprint 0.50.2 The following works as excepted: ```jsonc { // https://dprint.dev/config/#extending-a-different-configuration-file "extends": "https://raw.githubusercontent.com/BesLogic/shared-configs/92ff30a/.dprint.jsonc", "newLineKind": "lf", "typescript": { // TODO: Temporary configs to reduce changes from our previous prettier configs....