cmp0xff

Results 29 issues of cmp0xff

## Check List Please check followings before submitting a new issue. - [x] I have already read [Docs page](https://hexo.io/docs/) & [Troubleshooting page](https://hexo.io/docs/troubleshooting) - [x] I have already searched existing issues...

**I certify that I have first consulted** (check with "x") **我确认我已经查看了** (选择时请使用 "x" 取代方括号中的空格) - [x] [Hexo documentation | Hexo 文档](https://hexo.io/docs/) - [x] [Suka Theme documentation | Suka Theme 文档](https://theme-suka.skk.moe/docs/)...

## PR summary closes #28701: - In https://matplotlib.org/stable/gallery/event_handling/resample.html, it is shown that one can resample lines by inserting the underlying line coordinates. - If we want to do the same...

topic: pyplot API
topic: collections and mappables
Documentation: examples

### Summary - In https://matplotlib.org/stable/gallery/event_handling/resample.html, it is shown that one can resample lines by inserting the underlying line coordinates. - If we want to do the same resampling for `fill_between`,...

Maintenance

Closes https://github.com/fsspec/adlfs/issues/462.

### Pandas version checks - [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of...

Bug
Numeric Operations
Needs Triage

### Summary `ty` cannot infer nested generic classes with default values properly. https://play.ty.dev/4ec45154-7726-41f8-b65c-920188c3c124 ```py from typing import Any, Generic from collections.abc import Sequence from typing_extensions import TypeVar, Self, reveal_type _OrderableT...

generics

### Summary - [`Y041` in `flake8`](https://pypi.org/project/flake8-pyi/22.7.0/) marks `float | int` as redundant - [PEP484](https://peps.python.org/pep-0484/#the-numeric-tower) suggests `float` contains `int` - `mypy`, `pyright` and [`pyrefly`](https://pyrefly.org/sandbox/?project=N4IgZglgNgpgziAXKOBDAdgEwEYHsAeAdAA4CeS4ATrgLYAEALqcROgOZ0Q3G6UN2UYANxiooAfSbEYAHSwwwdMLlwAKAJR0AtAD4lUXKgaI5dMwJgMArpXR0AjHLmCRYycxirla9erkgAGhArBmg4EnJEEABiOgBVUKgIJiUrdABjUNx0OCd5RWVKGiNxdCsabBhKVXxETnQGTV06OAZKEztzQWtbJRkQADlyyva6YHwAX37-ILJBMChSQgZaKApYgAVSecWWjBwCOnTsyDYbIwhswjlYgGUYGDoACwYGYjhEAHpPuYVFwl4bE%2BMHQn0wuHScE%2Bx3Qp3OWVBSl4dFQQlQ0FQ2FgRxOEDOlAu2TouGICPCcjIDCe2S0IkocEudgAvHR%2BgBmQj2ABM03QIAmQVQmQgIgAYtAYBQ0Fg8EQyPygA) show annotated `float` as `float` - However,...

needs-decision

The behaviour changed because of pandas-dev/pandas#63420. We should probably exclude `pd.NaT` when constrcting a `NumpyExtensionArray`. This affects overloads of `pd.array`, as well as `test_construction_sequence` in `tests/arrays/test_numpy_extension_array.py` (unresolved in pandas-dev/pandas-stubs#1625).

ExtensionArray
nightly

Towards #1469. - Fixed inheritance of several classes - Added typing for `DatetimeArray` - Added tests for `pd.array` that gives `DatetimeArray`