Helge Hecht
Helge Hecht
This is my config in vscode, I always get the same message that there are 0 duplicate lines of code out of 0 total lines of code, no matter which...
While setting up nuclio I encountered some mistakes in the documentation. - [x] [Here](https://nuclio.io/docs/latest/setup/k8s/running-in-production-k8s/#the-preferred-deployment-method) `git checkout https://github.com/nuclio/nuclio.git` should be `git clone https://github.com/nuclio/nuclio.git` - [ ] [Here](https://nuclio.io/docs/latest/setup/k8s/running-in-production-k8s/#the-preferred-deployment-method) `helm install \ ...`...
Running my tests of [recetox-xMSannotator](https://github.com/hechth/recetox-xMSannotator/tree/refactoring) using `devtools::test()` works completely fine, but calling `covr::package_coverage()` fails in finding local test data. Could it be that some working directories are changed during the...
The `compound conversion` tool which is part of the chemical toolbox doesn't handle indices etc. for the files which it processes and silently drops lines that are invalid - this...
Hi - have you considered making the package available via conda, for example via [conda-forge](https://conda-forge.org/docs/maintainer/adding_pkgs.html)? That would be great in order to make the package available to a wider community...
I would like to create a docker image containing packages which I installed via GitHub - but I keep running into problems saying that the packages aren't found in the...
**Is your feature request related to a problem? Please describe.** The Name assigned to the spectrum is often not the first entry written - some ordering of the canonical metadata...
The current filters sometimes write to the log as `info`, sometimes as `warning` - current importers don't write to the log at all at the moment. It would be good...
**Describe the bug** Currently, an `inchi` entry that is empty will result in a metadata entry that holds an empty string. Ideally, if spectra are loaded with `harmonize_metadata` as true,...
**Is your feature request related to a problem? Please describe.** Current `MetadataMatch` only stores a boolean whether the entries are equal or within a specified difference - it is not...