Ivor Peles
Ivor Peles
Changing the `List` type to a `Sequence` here seems incorrect, it implies the _RuleList is a subtype of the abstract base class `Sequence` and therefore immutable. The sample code @bartv...
Also happening with solid-js
Kind of late, but for anyone else coming across this, typescript-vim's syntax highlighting isn't applied by default to vanilla js files. This bug can manifest as an unrelated issue where...
Ran into this as well, would really like to see this merged. Can further confirm that if you pass in instances mypy is satisfied but my code breaks. Even in...