Justin Ossevoort

Results 4 issues of Justin Ossevoort

When you write a simple consumer and feed it an entire file of multiple lines over stdin the behavior is not as expected: ```rust fn main() { async_std::task::block_on(async { let...

Currently I can't seem to find any way to create a new LinkAddr or modify a LinkAddr. The only way I'm able to get a LinkAddr is through `getifaddrs()`. But...

This issue I've seen multiple times in both `master` branch CI tests and while working on #358. Examples: - https://travis-ci.org/Azure/azure_preview_modules/jobs/648225075#L716 - https://travis-ci.org/Azure/azure_preview_modules/jobs/648225084#L1026 - https://travis-ci.org/Azure/azure_preview_modules/jobs/648311452#L1268 - https://travis-ci.org/Azure/azure_preview_modules/jobs/648311454#L798 Excerpt: "/home/travis/virtualenv/python2.7.15/lib/python2.7/site-packages/msrestazure/azure_exceptions.py", line 89,...

I encountered this error while working on #358: https://travis-ci.org/Azure/azure_preview_modules/jobs/648311448#L781 Excerpt: > Operation could not be completed as it results in exceeding approved Total Regional Cores quota. Additional details - Deployment...