Lachlan Stuart

Results 19 issues of Lachlan Stuart

**Is your feature request related to a problem? Please describe.** The volume levels on my Windows host computer always seem to be much louder than applications on my macOS client...

enhancement

`--root` and `-p` are documented to be the same option: > $ codecov --help > > ... > --root, -p > Project root, if not current directory > ... But...

Related issue: https://github.com/vuejs/composition-api/issues/91 The `babel-sugar-setup-ref` plugin only works inside the `setup()` function. This is problematic because when common logic is extracted into composable units in other functions, code can break...

### Polars version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of...

bug
python

The Lithops annotation pipeline currently [reprocesses all databases](https://github.com/metaspace2020/metaspace/blob/master/metaspace/engine/sm/engine/annotation_lithops/annotation_job.py#L310-L312). This can cause significant repeated work. Copy across the logic that's in the Spark implementation: * If the processing settings (the `ds_config`...

blocked

Sentry is already set up for webapp and graphql. Add the [Python integration](https://docs.sentry.io/platforms/python/) for - [ ] Add [Bottle integration](https://docs.sentry.io/platforms/python/guides/bottle/) to the REST API - [ ] Somehow integrate with...

ready for action

Polarity information is usually present in imzML files, either in the ``, e.g. ``` ``` or per-spectrum, e.g. ``` ``` If the polarity is present and conflicts with the user's...

enhancement

- [x] Copy across current recalibration & alignment code - [x] Either try to improve & package MSIWarp for integration, or copy across the necessary parts - [ ] Save...

roadmap
shelved
blocked

Figure out how the Annotations page should look to support other use-cases & upcoming features

Split out of #797 With the current v2/ML-scoring implementation, two pieces of relevant information are missing from the webapp Diagnostics section: #### Contribution of each metric to the final score...