Anton Kulaga

Results 150 issues of Anton Kulaga

things like: ``` rust let name = "Anton".to_string(); print!("hello {}",name); ``` are akward and verbose. What about [scala-like string interpolation](http://docs.scala-lang.org/overviews/core/string-interpolation.html) that will work everywhere (not only in print statements) ```...

T-lang

[lighten/darken functions](http://lesscss.org/functions/#color-operations-darken) will be very useful for those who have to port a lot of styles from LESS

I sometimes use local files with spark, however I have to use ammonite which is less convenient than betterfiles because File unlike ammonite Path is not serializible, it would be...

bug

It would be nice to have environment.yaml so it would be easy to create conda/micromamba with all dependencies needed

In a longterm it would be nice to see scala-native instead of C code.

What is really missing is an example of snugdock usage with pyrosetta

I am often getting "IOException: block[ 0 ] already removed " errors for zvi files, here is a example file that causes it https://drive.google.com/file/d/1U-d2MApVq3GROoEyWTPSA_Uz03AVA2lU/view?usp=sharing I use bioformats through pims (so...

I would like to be able to read TSV with headers, where each raw will become Map. So, I will be able to say raw["myheader"] instead of memorizing which number...

enhancement
Spec Change
feature request

I think that it should be clarified in the specification that: 1) File? myfile = "does_not_exist" should return null instead of crashing workflow 2) read_tsv(emptyFile) should return Array[Array[String]] as it...

clarification

Very often I need to slice an array. For instance, in RNA-Seq experiments I have tsv files with first column as a condtion and all subsequent as GSM ids for...

enhancement
Spec Change
feature request