mbellgardt

Results 2 issues of mbellgardt

**Feature** I would like to request an enhancement in mypy to allow it to infer TypeVar bounds from assert issubclass(...) statements. Currently, mypy uses such assertions for local type refinement...

feature

### Describe the bug In https://svelte.dev/docs/svelte/stores#Store-contract the documentations states: > A store may optionally contain a .set method, which [...] synchronously calls all of the store’s active subscription functions. This...