Corey Ricketts
Corey Ricketts
How do you configure proxy for Bolt Java SDK? Able to set url using below but getting auth error ``` SlackConfig config = new SlackConfig(); config.setProxyUrl("http://myproxy"); Slack slack = Slack.getInstance(config);...
We resolve all dependencies via our Nexus (which proxies maven central). When I spawn a new template from our nexus repo using sbt new the maven properties do not resolve...
When I try to run g8Test on a project with a test folder I get :[error] (test:g8) java.io.FileNotFoundException: /giter8-play/target/sbt-test/Default-Play-template/scripted/test (Is a directory). Any idea/workaround to resolve?
Right now a ### NoDocs ### line must be above every route where no documentation is desired. Any easy way to make this default? So no docs unless a doc...
The blobstore page has always had a problem on our instance. We reached out to support, ran the following and they just show 0.00 Bytes (0) I found a reference...
Any easy way to retain the namespacing of imported schema? For instance I have a shared common entity schema (CMENT namespace) containing Address. When I convert the common entity schema...
Any idea why ``` Tests.Argument(cucumberFramework, "--dry-run", "true") Tests.Argument(cucumberFramework, "--monochrome", "true") ``` results in java.lang.IllegalArgumentException: Not a file or directory: ~/Documents/Projects/cucumber/cucumber-testing-suite/true