Ben Sherman

Results 297 comments of Ben Sherman

Duplicate of #10, use `reset_index()` as a quick fix.

I am following Paolo's convention here. He builds the asciidoc to html and commits it to the repository, then Github Pages hosts it. I figure we will adopt a different...

I like Phil's idea. I will try to set it up.

Finally! test action is good to go. deploy action should work once you merge, and then you'll need to change the Github Pages settings to use `gh-pages` branch.

Go to Settings > Pages and then you will see the option under **Source**. You can change the branch and I also think you'll need to change the directory to...

I have had this problem as well, and I also think it had something to do with the fact that I was using `errorStrategy = 'ignore'`. My theory is that...

I don't know these APIs very well but I didn't see any issues with the design.

I'm encountering the same error and stack trace. Tried to determine a label dynamically from a param: ``` label { params.phase1.model == "mlp-tf" ? "gpu" : "cpu" } ```

If there is an ongoing discussion on whether the label directive can/should be made dynamic, then for now it should be added to the list of directives that aren't dynamic:...

See https://github.com/nextflow-io/nextflow/issues/894#issuecomment-429737996 for previous discussion about why this issue is stuck for the time being.