Dayyan Lord
Dayyan Lord
Here's what I tried: ```scala postWithDoc("/file") { o => o.summary("Submit a new file.") .formParam[File]("file") .bodyParam[Metadata](name = "Metadata", description = "Metadata on the binary.") } { request: Request => response.ok.toFuture }...
Sorry for the delay. This is how I process in a nutshell: ```scala postWithDoc("/file") { o => o.summary("submit a new file") .produces("application/json") // examples don't work. .formParam[File](name = "file", description...
Make sure you have xcode command line utils installed. ``` bash xcode-select —install ```
I am having the same problem, `gem install` looks in `/snap/ruby/109/lib/ruby/include`: ``` $ gem install mysql2:0.3.21 Building native extensions. This could take a while... ERROR: Error installing mysql2: ERROR: Failed...
@choallin Sorry, I have not. I ended up compiling Ruby copying the same commands the [Dockerfile](https://github.com/docker-library/ruby/blob/802421922ef50cfa05c89a3c619992acf4329986/2.4/alpine3.8/Dockerfile#L13-L108) uses.