-
![image](https://user-images.githubusercontent.com/16542586/88675774-f7213380-d0f3-11ea-856c-38492789f4de.png)
code:
```py
from typing import TypeVar, List
StrOrList = TypeVar('StrOrList', s…
-
I've ran into this accidentally and was able to get a stable reproduce on Windows with the [attached directory of test cases](https://github.com/mesonbuild/meson/files/3611933/default.options.zip) and…
-
### Reproduction link
[![Edit on StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/edit/react-ccyi1p?file=demo.tsx)
### Steps to reproduce
1. Op…
-
### Describe the bug
Windows has an option in Settings -> Bluetooth & devices -> Mouse -> Additional mouse settings -> Pointer Options called 'Hide pointer while typing' which is on by default and au…
-
### Bug description
```python
import typing
from marshmallow import fields
from marshmallow import validate
class AdminCancelOrders:
order_ids: typing.List[int] = fields.List(fields.…
-
The first step for adding typing support to all of PyObjC is to add typing support for PyObjC-core:
- [ ] Add a .pyi file for ``objc._objc``
- [ ] Add type annotations to files in ``Lib/``.
- [ ]…
-
*Following this [central issue](https://github.com/meilisearch/integration-guides/issues/302)*
### Explanation of the feature
Usage: https://github.com/orgs/meilisearch/discussions/763
New operator…
-
**Bug Report**
See Code and Explanation below
**To Reproduce**
```python
from typing import TypedDict, Optional
class DictA(TypedDict):
my_value: str
class DictB(TypedDict…
-
Something I discovered while stress testing, probably not a relevant use case but here we go:
- Start new session
- open a lot of panes, for example by holding / spamming `Alt-N` until no more pan…
-
### Describe the bug
Following the documentation for [condionals](https://docs.flyte.org/projects/cookbook/en/latest/auto_examples/advanced_composition/merge_sort.html#implementing-merge-sort), tes…