Loïc Simon
Loïc Simon
Fixes #12364 When matching a tuple to a sequence pattern, this change narrows the type of tuple items inside the matched case: ```py def test(a: bool, b: bool) -> None:...
closes #12359 **What this PR does / why we need it**: Fixes #12359 **If applicable**: - [ ] this PR contains documentation - [ ] this PR contains unit tests...
# 🐛 Bug report The function [`getWeekDays`](https://github.com/chakra-ui/zag/blob/main/packages/utilities/date-utils/src/get-week-days.ts) exported in `@zag-js/date-utils` does not respect `startOfWeekProp` argument in some locales (ex. `"fr"`). ## 💥 Steps to reproduce ```js import { CalendarDate }...
Add the ability for `_pyrepl._module_completer.ModuleCompleter` to suggest attributes, in addition to modules. If the module to import from is not imported yet, ask the user if they want to import...
This PR handles an edge-case when suggesting module imports in PyREPL (see [this comment](https://github.com/python/cpython/pull/138268#issuecomment-3240137336)): If a module is already imported, the import machinery will only get submodules from it, even...