Hashem

Results 15 issues of Hashem

I noticed some small spelling, grammar, and formatting issues.

When I run `pdm lock` on this test repository on windows with: ```yml dependencies = [ "apache-beam[gcp]>=2.40.0", ] requires-python = ">=3.8, =3.7" -summary = "Apache Beam SDK for Python" -dependencies...

bug

- [☑️ ] I have searched the issue tracker and believe that this is not a duplicate. **Make sure you run commands with `-v` flag before pasting the output.** ##...

upstream bug

All versions newer than 1.45 fail to build in python. ### What did you try? Try to build on piwheels CI environment: https://github.com/piwheels/packages/issues/308 ### What did you see? build failures...

kind/bug
lang/Python
priority/P2

I want to add types to `myscript.py`, so I do `monkeytype run myscript.py` but `monkeytype stub myscript.py` says `No traces found` so I dumped `monkeytype.sqlite3` and see it has traces...

enhancement
low-pri

Per index.rst (https://github.com/cantools/cantools/blob/master/docs/index.rst), `NamedSignalValue` should be defined right after Decimal, but it's missing https://cantools.readthedocs.io/en/latest/#cantools.database.can.signal.Decimal https://github.com/cantools/cantools/blob/master/cantools/database/can/signal.py#L83

Python 3.11 is set to release in 2-3 weeks, but wheels (or sdists) are unavailable for windows-curses. Here's the docs on porting to 3.11 https://docs.python.org/3.11/whatsnew/3.11.html#id6 The release date is on...

`next` on an empty iter raises `StopIteration` ```pycon >>> next(iter([])) Traceback (most recent call last): File "", line 1, in StopIteration ``` And if you do this in a list...

new snippets

https://peps.python.org/pep-0586/#shortening-unions-of-literals The parser is trying to see if the string "r+" refers to some stringified-type and fails to parse it as an expression, but it should just take "r+" as...

bug
codemod

## Bug/Use-case As someone who helps maintain a monorepo with many subprojects and child configs, I want to be able to maintain a centralized configuration of ignored rules (which projects...

documentation
question