Aarni Koskela

Results 257 issues of Aarni Koskela

While working on #271/#272/#273, I noticed mypy/pyright typechecks were being run for all matrix combinations, which doesn't really make sense IMO. This splits the typecheck parts out of the `test`...

This PR switches from `setup.py` to modern PEP 517 packaging using Hatchling as the build backend. * The version number is now maintained in `dj_database_url/__init__.py` (where [Hatchling picks it up...

15ac40b0a78484575cb41f7a1e1ab6cdceea9e3a had added a `Optional[dict[str, Any]]` annotation (notice the non-capital `d`), which inadvertently caused this project to not be compatible with Python 3.8, where `dict` the type is not subscriptable,...

15ac40b0a78484575cb41f7a1e1ab6cdceea9e3a had added a `Optional[dict[str, Any]]` annotation (notice the non-capital `d`), which inadvertently caused this project to not be compatible with Python 3.8, where `dict` the type is not subscriptable...

None of these arguments are referenced by the ruleset, but the set of arguments is used for caching endpoint resolution results via https://github.com/boto/botocore/blob/7ddc232fff4297fc19f89a70ce95014beb2d77bf/botocore/endpoint_provider.py#L707-L708. This means that the entire endpoint ruleset...

### Describe the bug While profiling our app, I noticed quite a bit of time being spent signing URLs with Boto3/Botocore, so I decided to dig a little deeper, and...

bug
p2
potential-regression

> We're planning to take a library-wide sweep through these separately. For now, I'm following the existing patterns, but it is on the backlog. – [original](https://github.com/bitsandbytes-foundation/bitsandbytes/pull/1401#discussion_r1824657799) I've used `ast-grep` spells...

Enhancement
Medium Priority
Contributions Welcome
Low Risk

There are no prebuilt wheels for Python 3.14 (released 7 Oct 2025) for `snowflake-connector-python` on PyPI, necessitating building the package from source (which can't be done on e.g. the common...

enhancement
status-triage_done

https://www.npmjs.com/package/tailwind-scrollbar/v/4.0.2?activeTab=code shows that tailwind-scrollbar 4.0.2 as downloaded from npm still has a dependency on `prism-react-renderer`, although it should have been removed in https://github.com/adoxography/tailwind-scrollbar/pull/112 (whose merge commit https://github.com/adoxography/tailwind-scrollbar/commit/ea1ba7871b3fe3474af76c03685dcd9a4e1f936c shows it should...

This adds the same device detection to example_tts_turbo as in the other examples. However, it needs the other fixes to tensor loading (#430 for instance) to actually work throughout.