Michael Milton
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...
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...
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**:  **After**:  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...
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...