Anton Kulaga

Results 150 issues of Anton Kulaga

Please, consider updating the official site, as it created the impression that the project is dead (latest news several years ago, outdated genomes are used by default). And please give...

The main advantage of Enum Opts over the string is that you have a full list of all available values. I believe that this should be included in help (currently...

After I open projects created by gen-idea in idea 14 it tells me that it is old format and conversion is needed

I see that sbt-idea generates idea 13 project. After conversion to idea 14 project a lot of stuff is messed up. So, for instance, project with sbt-plugins that are opened...

Having an unmanaged source folder shared between several projects is a common practice for most of cross scalajs-scala libraries. ![shared wrong](https://cloud.githubusercontent.com/assets/842436/2686857/d6a11fb6-c223-11e3-9e5f-8106d1aa4dfe.png) By default I get some strange errors in IDEA...

When I create a multiproject in sbt ( https://gist.github.com/antonkulaga/5506349 ) and than do gen-idea on it (I use version 1.4.0) I get "scala: Output path /home/antonkulaga/denigma/gene-app/modules/gene-actors/project/target/idea-test-classes is shared between: Module...

It is hard to understand how all those macroses in Operators work, it would be nice to have an example in Documentation explaining one of them and giving recommendations how...

In my libraries (like [scala-js-binding](scala-js-binding.com) ) I often nead to subscribe to Rx-ses of collections of items and also react to the changes inside of items themselves. So, I really,...

As I have done a bunch of libs/facades I would be happy to be able to easily inlude examples in scalatex.readme project without creating a separate project for scalajs examples....

In many csv-s there are several delimiters (like tabs or spaces), but current CSV parsers takes only delimiter.head.