eric-millin
eric-millin
**Is your feature request related to a problem? Please describe.** On start, if Vespa cannot resolve the host name, it will exit immediately. This makes it very frustrating to run...
[ItemItemsItemContentRequestBuilder::Get](https://github.com/microsoftgraph/msgraph-sdk-go/blob/afc20dd537558b1ac0dbd770f09472e86ea3a1e1/drives/item_items_item_content_request_builder.go#L51) currently reads an entire file into memory and returns it as a `[]byte` slice. This is a problem when dealing with lots of large files. It would be helpful...
Not a huge deal, but something to think about for v2. The Batch API is confusing when dealing with `BatchItem` and `BatchResponse`. `Response` is overloaded as it refers to both...