Steve Kaliski

Results 13 issues of Steve Kaliski

Add support for [`go vet`](https://golang.org/cmd/vet/).

enhancement

Currently this project defaults to the latest stable version of Go, 1.11.x, via the `golang:1.11` docker image. A couple questions come up: 1. How do we handle Go updates in...

enhancement
question

Add support for [`go test`](https://golang.org/cmd/go/#hdr-Test_packages).

enhancement

Add support for [`go get`](https://golang.org/cmd/go/#hdr-Download_and_install_packages_and_dependencies).

enhancement

What other types of inputs should this package support? Some ideas that come to mind... - `[]float` --> Ex: Predict housing price given inputs - `string` --> Ex: sentiment analysis

enhancement
question

The package only focuses on the presentation/ETL layer (how the response looks). It should also bring "up to date" a request at an older version. Example: `POST /items` at `2018-01-01`...

enhancement
help wanted

Something like... --- # Release 2018-03-14 Various improvements to User resource, bug fixes, and performance improvements. ## Notes - Renamed `user.full_name` to `user.name`.

enhancement

First off, love this project! It seems that the Upload flow is missing two parts in order to support large/async file uploads. 1. Specifying `media_category` in the INIT request 2....

In the pipeline? Thoughts?