pardont

Results 8 issues of pardont

1. install openvino: pip install openvino 2. create a file 'main.py', content is: > from openvino.inference_engine import IECore _ie = IECore() print(_ie.available_devices[0]) output is: CPU 3. nuitka compile: > python...

bug

is there any plan to implement it?

missing feature/s

![image](https://user-images.githubusercontent.com/2252587/103886845-139eae80-511d-11eb-9907-b7c7006e421a.png)

Is it possible to get the C# binding library to run on Linux? more and more c# server app run on linux now.

Feature Request

It seems the viewcell's BindingContext not remove when gridview.ItemsSource reset. I have one page contains one gridview show plu info, some category button to switch gridview's ItemsSource, and a timer...

bug
help wanted

我用IndexFlatL2测试了一下,速度好慢啊,会是什么原因呢?