Tianhao He

Results 14 comments of Tianhao He

@sanjay1839 I am not working on the sample. I think it's easier to get answer if you have a specific API related question. Not sure if the operations you are...

@klainn, thanks for the feedback. I have forward this to our PM for prioritization.

The API currently doesn't include vms in subfolders. I just checked the API doc and it doesn't mention this behavior. I will file a bug to fix the doc. I...

@nmaludy Thanks for the feedback. We are exploring this option. Definitely agree. The install process will be simplified once the dependencies are pushed to pypi.

Sorry, missed the previous message. Thanks for the feedback @Phxntxm, will try it out.

The reason we can't push these package to pypi is because they contain generated code and the generator is not open sourced yet. AFAIK, only open sourced package can be...

I am not sure the current install process can be simplified by a setup.py. AFAIK, setup.py doesn't support dependency wheels that are not on pypi. The dependency_links option only support...

@khnazaretyan This looks promising. It'd be great if it works. Could you post your test result? I try to test it locally, but it failed with: No local packages or...

@khnazaretyan Appreciated for the detailed info and testing. This looks good! We would like to do more testing on different OS and python versions to validate this before merging the...

@khnazaretyan Really appreciate your effort. We have also tested on Windows 10, ubuntu and Mac. I think we are ready take the change at this point. Could you please create...