Prayag

Results 12 comments of Prayag

@SandroGrzicic I'm facing the same issue while compiling `.proto` files with following command, ``` bash > run --proto_path=src/main/resources/ --scala_out=src/main/scala/code/model/ ``` from `sbt-project$ ./sbt`. ## References [Usage examples](https://github.com/SandroGrzicic/ScalaBuff/wiki/Usage-examples)

I see, its not published to any of sbt repos. Instead to maven repo. https://repo1.maven.org/maven2/com/tapad/ https://repo1.maven.org/maven2/se/marcuslonnberg/sbt-docker_2.12_1.0/ I probably have to update my internal `~/.sbt/repositories`, ``` 1 [repositories] 2 local 3...

@Jetbo do you mean use `transactor.use` only once in whole application lifecycle? I thought `HikariTransactor.newHikariTransactor` would give one of the available connection while using `.use {}`, and clean up the...

I liked [Finch: A Life Without Exceptions](https://gist.github.com/vkostyukov/6192a5280e485661d3d5f88dd5899f54). I was thinking the same when I was first looking for REST libraries in scala, but none of them do that. Then what...

It did not work for me as well with tensorflow 1.0.+ but is working for me with "tensorflow 0.12.1", ```bash ## uninstall latest versions pip uninstall tensorflow Uninstalling tensorflow-1.1.0: Would...

Same `NoSuchFieldError: __state` error with `mesos 0.20.1`, `zookeeper-3.4.6`, while running this example. ``` bash $ java -cp target/mesos-getting-started-0.1-SNAPSHOT.jar -Djava.library.path=$MESOS_HOME/build/src/.libs mesosphere.mesos_scala.Main "/bin/echo prayagupd" 2014-12-15 15:37:46,259:26339(0x7fef0c7de700):ZOO_INFO@log_env@712: Client environment:zookeeper.version=zookeeper C client 3.4.5 2014-12-15...

I'm having the same issue accessing gutenberg, ``` For information about GNU Emacs and the GNU system, type C-h C-a. Making completion list... Contacting host: www.gutenberg.org:443 Opening TLS connection to...

@hiaw you mean in `speed-text.el`, it doesn't work that way either for me. ``` el (defvar speed-type--gb-url-format "https://www.gutenberg.org/cache/epub/%d/pg%d.txt") ``` https://github.com/hagleitn/speed-type/blob/master/speed-type.el#L124

setting following properties in .vimrc worked for me (mac terminal), ``` let g:solarized_termcolors= 16 let g:solarized_termtrans = 16 let g:solarized_bold = 1 let g:solarized_underline = 1 let g:solarized_italic = 1...

I am having similar issue on MacOS, I don't have `custom-theme-load-path` defined. And emacs version is 24+. ``` $ emacs --version GNU Emacs 24.5.1 Copyright (C) 2015 Free Software Foundation,...