Prayag

Results 11 issues of Prayag

sttp on REPL is very verbose. can we minimise it not to log all the information. setup ```bash scala> import scala.concurrent.ExecutionContext.Implicits.global import scala.concurrent.ExecutionContext.Implicits.global scala> import com.softwaremill.sttp._ import com.softwaremill.sttp._ scala> import...

enhancement
todo

I added the `sbt-docker-compose` dependency ```scala addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.34") ``` but can not find the artifact in any of following plugin repos; - https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.tapad - https://repo.typesafe.com/typesafe/ivy-releases/com.tapad error trace...

with following dependencies, ```scala name := "upd-frontend" enablePlugins(ScalaJSPlugin) version := "0.1" scalaVersion := "2.12.6" scalaJSUseMainModuleInitializer := true libraryDependencies += "org.scala-js" %%% "scalajs-dom" % "0.9.5" libraryDependencies += "org.querki" %%% "jquery-facade" %...

I cloned the repository to ~/.emacs.d and added following config to init.el ``` lisp (add-to-list 'load-path "~/.emacs.d/julia-shell-mode") (require 'julia-shell) ``` but I get error ``` lisp Warning (initialization): An error...

Hi @kamkor This might be more **akka knowledge question** than specific to this project. I ran a producer node and 4 consumers node with `cluster-metrics-adaptive-group` router. I suppose the the...

First of all, I want to shout out for contributing this plugin. One feature request I would like to see is when I run upgrade the version, I want the...

help wanted

## Dockerfile ``` #base/archlinux FROM scratch MAINTAINER Travis Cline ADD archlinux-2014.07.03.tar.xz / ``` ``` $ docker build -t "ml-coursera:dockerfile" . Sending build context to Docker daemon 3.072 kB Step 0...

I get `UNRESOLVED DEPENDENCIES` while trying to download the artifact. My sbt looks as below, ```scala name := "ParallelProgramming" version := "1.0" scalaVersion := "2.10.0" libraryDependencies += "org.scala-lang" % "scala-library"...

Is there a way to check if my app is able to talk to dialogflow agent using java SDK. The purpose is just to verify the credentials are working and...

Hi @darthbear I have mongo 2.6.0 , play 2.2.3, spark 1.2.0 setup in my local machine. I get following `NSME` at `akka.util.Helpers$.ConfigOps(Lcom/typesafe/config/Config;)Lcom/typesafe/config/Config` error when I run the application and render...