Qinfeng Chen
Qinfeng Chen
It doesn't seem that the plugin pulls down the docker image and builds if the docker image does not exist.
Per Dan's comment on [conjure cli](https://github.com/palantir/conjure/pull/21#issuecomment-398558884) >I think the naming looks good here. Long term, I think it would be kinda cool if people could just brew install conjure and...
## What happened? Improvement from https://github.com/palantir/gradle-docker/pull/239 has an implicit assumption that every sls service being declared in the product dependency must have docker images with matching group and service name....
**Is your feature request related to a problem? Please describe.** There is a wiki that shows examples of how to convert a ffmpeg command string to FFmpegBuilder instance. So it...
Is it possible to combine tslint and tslint.report calls?so there is alway only one pipe call to do tslint or tslint + report. Current settings: ``` gulp.src("input.ts") .pipe(tslint()) .pipe(tslint.report("prose", {...
i am seeing a lot of these warnings when building conjure-typescript locally. ``` WARNING in ./node_modules/yargs/index.js 12:39-46 Critical dependency: require function is used in a way in which dependencies cannot...
here is the stacktrace log when running `init.sh check`: ``` Exception in thread "main" java.lang.RuntimeException: Unable to start Jetty server at .start(Service.java:411) at.startServer(Service.java:37) at .main(Service.java:30) Caused by: java.net.BindException: Address already...