-
Hey again @sunhan1997
I'm still trying to test the code and it doesn't work because of incompatibilities with various libraries.
This is what I've installed so far because of errors I got trying …
-
Hello,
I have this message appeared while running Azure ML pipeline run in Jupyter notebook.
The full error messages is following:
Traceback (most recent call last):
File "prep_data.py", line…
-
- E0014: bad-configuration-section
- C2503: bad-file-encoding
- E0013: bad-plugin-value
- E2502: bidirectional-unicode
- R6003: consider-alternative-union-syntax
- W0160: consider-ter…
-
Which new features, something like native JSX/TSX support or Decorators does TKO offer?
-
backcall 0.2.0
certifi 2022.5.18.1
colorama 0.4.4
cycler 0.11.0
Cython 0.29.30
decorator 5.1.1
easydict 1.9
fonttools …
-
## About the course
Mypy is Python's official type checking system, which integrates seamlessly into Python. It has been slowly maturing over the past few years, and at this point it has become a s…
-
**Bug Report**
Descriptor protocol does not work on metaclasses - defining `__get__` method in a metaclass does not make classes using that metaclass work as descriptors.
**To Reproduce**
1. Pu…
-
First, thanks for creating such an amazing product and making it open source!
I was wondering if there is any Intellisense (via [Excel-DNA](https://excel-dna.net/2016/11/24/excel-udf-intellisense-…
-
i've been using a simple decorator to get nicer ergonomics on view/route function signatures and type validation. I'd like to go ahead and add something like this to chalice, with the notion that it c…
-
### Bug description
Writing a custom `@property`-like descriptor causes pylint to issue various false postives. Example code:
```python
"Demonstrate class property problems"
from typing imp…