Michael Milton

Results 334 issues of Michael Milton

This is just a documentation suggestion so I'm not following the usual issue format if that's okay. As a new user of this crate as of today, I noticed that...

doc

At the moment, behaviour is inconsistent if the input file exists, but is not a fasta file. I suspect the program should exit with a nonzero exit status in this...

enhancement

I have been stuck for a very long time deploying my web app because of some of the gunicorn features that get disabled when using the meinheld worker with gunicorn....

Closes #2608. This renders like this: **Before**: ![image](https://user-images.githubusercontent.com/5019367/171550503-34f6a266-c462-4e74-81af-5aeb2a51bc1f.png) **After**: ![image](https://user-images.githubusercontent.com/5019367/171550426-5f6ff119-9802-4f34-a079-a69baf0c98cb.png) Note that these are now hyperlinks.

Most of the API docs make numerous references to schema wrapper objects, for example [`altair.Chart.configure_axisX()`](https://altair-viz.github.io/user_guide/generated/toplevel/altair.Chart.html#altair.Chart.__init__), but don't actually explain the method options or link to the appropriate wrapper object. This...

enhancement

If I attempt to set a custom `$TMPDIR`, `fastq-sort` will ignore it and continue putting files into `/tmp`.

Even though the help page indicates that `fastq-sort -N` and `fastq-sort --idn` are the same, `-N` doesn't seem to work: ```bash $ fastq-sort -N fastq-sort: invalid option -- 'N' ```

Closes #14. I've put the justification in that issue.

Do you think you could add another argument to `useDimensions()` that lets you specify the type of measurement function? For example, React Measure lets you choose between `client`, `offset`, and...

If you are deploying to a `gh-pages` branch of the current repo, you should be able to use `secrets.GITHUB_TOKEN` instead of needing a deploy key at all. This would then...