Dan Kortschak

Results 357 comments of Dan Kortschak

That text is only there in placeholder text in my case, so this is not a huge issue. For others, a work around is to replace that with `\verb|\|\verb|end{document}|`. Ugly,...

conda is not working well in all cases: ``` $ conda create -n clinical -c bioconda gemini python=2.7 Collecting package metadata (current_repodata.json): done Solving environment: failed with repodata from current_repodata.json,...

This is for student training machines which have a variety of software installed so I'm avoiding potential for machine breakage. I've gone with a docker image.

Thanks. I'll look into it.

Shift-select is a thing; you can select the top file and shift-select the bottom file and you have now selected all the intervening files. This is a significant time saver.

It would have saved me ~half an hour today.

Here is an initial sketch of the component architecture. ``` digraph optimize { Problem->Minimize [label=parameter] x->Minimize [label=parameter] Settings->Minimize [label=parameter] Method:s->Minimize [label=parameter] Minimize:s->Result [label=returns] Func->Problem [label=fieldOf] Grad->Problem [label=fieldOf] Hess->Problem [label=fieldOf] Status->Problem...

I'm seeing the same behaviour after upgrade to v0.12.0. AFK watcher is working fine, window watcher has empty buckets. The comment linked at #334 above does not appear to be...

Is this a bug for links like https://github.com/hbctraining/In-depth-NGS-Data-Analysis-Course/blob/master/sessionI/lectures in https://github.com/hbctraining/In-depth-NGS-Data-Analysis-Course/blob/master/sessionI/README.md?

> What exactly would you like to see, e.g., on which web page should be stated what? At the moment it's indexed, but having it in the introduction preamble in...