Keiron O'Shea

Results 10 issues of Keiron O'Shea

Couldn't find a way of contacting you directly, but this is brilliant. Thank you.

Was having issues running bowtie2 across multiple distributions, so just implemented the changes suggested in https://github.com/BenLangmead/bowtie2/issues/248. Was able to build using the following distributions: - Ubuntu 19.04: clang 6.0, and...

I love this application, but whenever I want to move my photos over it seemingly crashes when "auto importing". ``` ** (io.elementary.photos:5455): WARNING **: 17:02:49.337: BatchImport.vala:1831: Unable to perform MD5...

I'm getting the following error after running clpeak. ``` Platform: Clover^@ Device: Radeon RX Vega (VEGA10 / DRM 3.23.0 / 4.15.0-23-generic, LLVM 6.0.0)^@ Driver version : 18.0.5^@ (Linux x64) Compute...

Nothing better than freshly baked 110% home made original memes in the morning.

Hey there, I have written the following code to return all documents in my collection. ``` class GetAll(Operator): op = "test def apply(self, queryset, field, value, negate=False): collection = MetaboliteFull._get_collection().find({})...

Hey there, I have written the following MongoDB schema to return required data, notice the use of a projection on adducts.positive.peaks. ``` db.metabolites.find( { "adducts.positive.peaks.accurate_mass": {$gt : 1200, $lt :...

Conda goes brrr.

**Is your feature request related to a problem? Please describe.** We need to start prioritising user documentation. Lots of new features and workflows have been added since 21.01. **Describe the...

documentation
enhancement
help wanted
good first issue

**Describe the bug** We are attempting to use chained parameters in match URLs within a FHIR resource (e.g., `PractitionerRole?practitioner.identifier=myValue`), but HAPI FHIR is returning an error indicating that the query...