-
## HTML Example
````
```html
Example HTML5 Document
Test
```
````
## Python Example
````
```python
from typing import Optional
from fastapi imp…
-
**Feature**
Consider the following code:
```python
from typing import Optional, List
list_with_none: List[Optional[int]] = [None, 1, 2]
filtered = filter(lambda v: v is not None, list…
-
I've been playing around with the plugin interface, and was hitting a strange error with the following (minimal) example plugin:
```py
from typing import Callable, Optional, Type
from mypy.plug…
-
**Is your feature request related to a problem? Please describe.**
Not a functional problem, but rather PyCharm inspection reports potential issues due to the use of dynamic attribute assignment of m…
-
**Bug Report**
Having a function that takes `Optional[T]` as an input and returns `T` (A type var) works incorrectly if T is an union.
**To Reproduce**
```python
from typing import TypeVar…
-
Hi
its a great project that I found to implement PISDK as python library,
I try to use this library but I got this error message,
What should I do
`D:\piconnect-test>python test1.py
OSIsoft(r) …
-
I keep running into these issues right now and it's incredibly frustrating. If I try to use `Color` objects that have been created by a different Color.js (even if the versions are identical), I keep …
-
I recommend we have a series of input boxes that add an extra one as you type, so the user doesn't have to worry about typing AND and OR etc.
Also if we can have a name -> twitter account optional su…
-
I use two methods to try to run the project
1. I download the project latest source code,and I use pip download all of dependencies,but i meet the error.BTW,the environment is python3.9 and i use Con…
-
When typing "hw 1", the error message returned shows [h/HOMEWORK], which means that HOMEWORK should be a valid field. However, typing "hw 1" does not work in this case, even though the error message s…