Anton Kulaga

Results 150 issues of Anton Kulaga

When I run scala-notebook and try to write some code like print("hello world") I get following error: 2013-11-06 00:55:19,247 WARN [pool-7-thread-1](com.bwater.notebook.server.ScriptFromFile) - Unable to read initscript from ./init.scala java.io.FileNotFoundException: File...

I have the following program: ``` doc

I think the post at https://rmflight.github.io/post/docopt-numeric-options/ is still valid. I have to do as.integer or similar conversion to have proper types. I wish they could be infered by the library

Could you please publish Linux release?

It would be great to see scalajs version of scaldi as in many usecases (like binding scala view classes to html tags) DI is very important there. In general scalajs...

When I load it to my zeppelin notebook (spark 2.4.3 based) ``` %spark.dep //Google spread sheets z.load("com.github.potix2:spark-google-spreadsheets_2.11:0.6.2") z.load("org.apache.commons:commons-lang3:3.8.1") ``` ``` import org.apache.spark.sql.SQLContext val sqlContext = new SQLContext(sc) // Creates a...

I have not found any options to write read groups while a lot of downstream tools require it. That means that I cannot fully drop picard and substitute it with...

Firefox supports a limited subset of ChromeApi ( see https://developer.mozilla.org/en-US/Add-ons/WebExtensions ) that means that it is potentially possible to write Chrome/Firefox extension with shared codebase.

There are two types of chrome extensions: apps and extensions. Right now scala-js-chrome provides only application api and to create ChromeExtension (instead of Chrome application) I had to write manifest...

``` Traceback (most recent call last): File "sample.py", line 3, in import model as m File "/home/antonkulaga/rnn-handwriting-generation/model.py", line 3, in from utils import vectorization File "/home/antonkulaga/rnn-handwriting-generation/utils.py", line 261 print "error...