Nils Homer

Results 307 comments of Nils Homer
trafficstars

@tfenne I want to confirm before doing anything about this. I am totally open for discussion so I'll just make some assertions: 1. the option parser should throw an exception...

Interestingly, currently short names can be more than one character and long names can be only one character. Yikes!

Fixed with a lot of other similar things in https://github.com/fulcrumgenomics/dagr/pull/188

The current thinking is as follows. Re-implement the `HTML` renderer found here: https://github.com/planet42/Laika/blob/master/core/src/main/scala/laika/render/HTML.scala Adapt the `HTML` test class here: https://github.com/planet42/Laika/blob/master/core/src/test/scala/laika/render/HTMLRendererSpec.scala The idea would be to produce a plain-text renderer, suitable...

@tfenne I think it would be nice to review the `TaskManager` in person to talk about how the execution works, and then start working on this discussion. In reality, I...

RE (3): I am actually using this in production so lets be careful to find a way around what I am using it for. It's related to wanting Pipelines to...

I have to think about the timestamp solution a little bit more, as we'd have to ensure that non-`UnitTask`s do not cause problems when finding the next `UnitTask` to run....

It probably belongs in [homebrew-science](https://github.com/Homebrew/homebrew-scienc). See the [contributing guide](https://github.com/Homebrew/homebrew-science/blob/master/.github/CONTRIBUTING.md). ``` class Dagr < Formula desc "Scala based DSL/framework for writing/executing bioinformatics pipelines" homepage "https://github.com/fulcrumgenomics/dagr" url "https://github.com/fulcrumgenomics/dagr/archive/0.1.0.tar.gz" sha256 "20bc84beb59ca4460ef244ca3408faa716e03693e9a92ae39ab23489bb4178d6" head do...

I'd consider it. Can you detail what the implications are (pros and cons)?