-
Running tests on py36 and py37 using tox fails.
It look like many of the failures are because `csvw` and `pycldf` are using typing, esp. [https://docs.python.org/3.8/library/typing.html#typing.Orde…
-
### Description of the Issue
This [Notepad++ forum thread](https://community.notepad-plus-plus.org/topic/25149/problems-when-switching-back-into-notepad-to-make-it-the-active-window) is about that wh…
-
Hi
I would like to type a decorator which takes as input a class and returns the same class with added attributes, i.e., a subclass.
Example:
```py
import typing
_T = typing.TypeVar("_T")
…
-
### Related problem
In my config I wanted to do:
```nu
source-env $"($env.HOME)/.config/nushell/defaults/env.nu"
```
To make it multiplatform easily
I got the error:
```
Value is not a…
-
### Describe your motivation
I'm building an app which performs bookings; the user can open the app in multiple tabs and launch a booking wizard in every tab. Each wizard instance may have a differ…
-
On Python 3.7.0 and mypy 0.620, I'm getting some error messages I don't understand. The Mypy documentation and [PEP 484](https://www.python.org/dev/peps/pep-0484/) didn't clear it up for me. Maybe it'…
-
A test case is worth a thousand words so let's just demo that.
This code:
```
import overrides
import typing_extensions
Lit = typing_extensions.Literal["foo", "bar"]
class MyBaseClass(over…
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
The shortcut Ctrl+Space is used to switch input methods.
In File Explorer, typing the first letter of a file name triggers a quick search. For a file named "abc def.png", type "abc d" would locate i…
-
### Paper
Xin-Chun Li, De-Chuan Zhan. FedRS: Federated Learning with Restricted Softmax for Label Distribution Non-IID Data (KDD'21)
### Link
https://dl.acm.org/doi/10.1145/3447548.3467254
…