-
Inference command should be auto-invoked when using the Type4Py extension. Some possibilities:
* Invoke when file is loaded
* Invoke when file is saved
* Invoke when file is edited (very expensiv…
-
For the file `workers.py` from [here](https://github.com/ml-libs/mlserve/blob/master/mlserve/worker.py#L46), when performing type completion at line 46 for the variable `results_list`, the following e…
-
Currently, the extension does not show predictions for `self` attributes in a class. Consider the following example:
```python
class Foo:
def __init__(self, name):
self.name = name
``…