Shaun Jackman

Results 142 issues of Shaun Jackman

ASCII bar charts like the following example could be super useful: ``` Stats mean: 5975 median: 5975 sd: 1400 n: 304391601 min: 340 max: 11491 ___▁▁▁▂▂▃▄▄▅▅▆▆▇▇█████████▇▇▆▆▅▄▄▃▃▂▂▁▁____ ``` Two use cases...

feature-request

It'd be useful to me for `nest --explode` to support multiple fields. For example Actual output ```console ❯❯❯ mlr nest --explode --values --across-records -f x,y

feature-request

### Provide a detailed description of the proposed feature The current bottling distribution is Ubuntu 16.04. I propose updating the bottling distribution to a more recent version of Ubuntu. See...

features

- [email protected] 5.15.57 (new formula) - glibc 2.35 - Add `--disable-crypt` to prevent the conflict with libxcrypt ----- - [x] Have you followed the [guidelines for contributing](https://github.com/Homebrew/homebrew-core/blob/HEAD/CONTRIBUTING.md)? - [x] Have...

automerge-skip
linux-only
CI-skip-recursive-dependents
CI-skip-dependents

Good chance it's something wrong that I've done here. Why is `rawgit.com` redirecting to `raw.githubusercontent.com` in this case? ``` ❯❯❯ curl https://rawgit.com/ruby/ruby/commit/b3dbeb6e90f316584f70e33f6bfb9d83fa5f30d3.patch Moved Permanently. Redirecting to https://raw.githubusercontent.com/ruby/ruby/commit/b3dbeb6e90f316584f70e33f6bfb9d83fa5f30d3.patch ❯❯❯ curl https://cdn.rawgit.com/ruby/ruby/commit/b3dbeb6e90f316584f70e33f6bfb9d83fa5f30d3.patch...

bug

I have a pair of FASTQ files so that the paired-end reads no longer line up. I pair them up and drop the orphaned reads like so: ``` sh cat...

I'd like to prepare an image manifest JSON myself, and push it to a specified `name:tag`. For example: ```bash oras push sjackman/hello-world:latest --manifest=image.manifest.json ``` All of the individual layers have...

Does ORAS support pushing an image index `application/vnd.oci.image.index.v1+json` that contains multiple `application/vnd.oci.image.manifest.v1+json`? See https://github.com/opencontainers/image-spec/blob/master/media-types.md#oci-image-media-types and https://github.com/opencontainers/image-spec/blob/master/image-index.md

help wanted

Plant mitochondrion have three rRNA genes: - 5S `rrn5` - 18S `rrn18` - 26S `rrn26`

enhancement

RNAmmer is able to annotate rRNA genes containing gaps of Ns. Is this a feature that you would want to implement in Barrnap? See below for an example: ``` fasta...

enhancement