Michael Milton

Results 334 issues of Michael Milton

**Bug Description** Fated is not listed as a keyword or even in the description on cards with fated. **Problem Description** The card data for card 05MT005 "Saga Seeker" appears as...

type: bug report
topic: ddrag lor
scope: lor

It seems that all the examples in the readme and indeed the [example repo](https://github.com/taion/relay-todomvc) use the old `createFragmentContainer` API, which is no longer recommended: https://relay.dev/blog/2021/03/09/introducing-relay-hooks. It would be great to...

CWL 1.0 lets you do something like: ```yaml outputs: an_output_name: type: stdout stdout: a_stdout_file ``` Which is much more concise than ```yaml outputs: an_output_name: type: File streamable: true outputBinding: glob:...

help wanted
help welcome

Many fields in CWL can be specified either as a dictionary, or as an array. For example, steps in a workflow could be ```yaml bwa: in: {} out: {} run:...

In [this example](https://github.com/pharmbio/sciluigi/wiki/Using#example-1), I notice that you use both `in_` parameters (`in_foo = None`), and normal luigi parameters (`replacement = sciluigi.Parameter()`). What is the actual difference here? When do I...

I just had a situation where I wanted to convert from a covariance matrix to a correlation matrix. It would be neat if we could do that with one function...

The docs for the [correlation methods](https://docs.rs/ndarray-stats/0.5.0/ndarray_stats/trait.CorrelationExt.html#tymethod.cov) say: > Let (r, o) be the shape of M: > * r is the number of random variables; > * o is the...

Hi, I'm interested in using the GUI. How can this be installed and run? Do I have to train the model myself or is there a pre-trained model somewhere I...

Closes #241. One concern I have after looking at the code is how much duplication there is wrt the examples. This one example seems to have been in `src/lib.rs`, `README.md`,...