JianpingCAI

Results 6 comments of JianpingCAI

I got the same Error except that the map is shown. ![image](https://user-images.githubusercontent.com/2861303/77306924-541a7080-6d33-11ea-8f4f-6bc0d2823f53.png) The link under **Login** is "http://localhost:13954/api/users/login?redirectUri=http://localhost:4200/", though I have set the 'Redirect URIs' as 'https://mydeploymentname.azurewebsites.net/signin-oidc'.

> Hi, > I got an error while running the program, > OpenCV(3.4.1) Error: Assertion failed (dims 0) in cv::Mat::locateROI, file C:\vcpkg\vcpkg\buildtrees\opencv\src\3.4.1-273ea13f6d\modules\core\src\matrix.cpp, line 760 > > Thanks, Sorry, my bad....

I've found that it crashes if my .net maui app starts with a device in horizontal screen mode, but it does not crash in vertical screen mode. The issue can...

> I've found that it crashes if my .net maui app starts with a device in horizontal screen mode, but it does not crash in vertical screen mode. The issue...

I have encountered the same error (same versions), for the association table creation, ```python from sqlalchemy import ( create_engine, Column, Integer, String, ForeignKey, Table, Sequence, ) from sqlalchemy.ext.declarative import declarative_base...

Hi Zhuwen, Thanks a lot for your reply, and for updating the train code. So the small holes issue is expected, right? Sincerely, Jianping