Jonas Haag

Results 209 issues of Jonas Haag

**Describe the bug** When trying to use the IXAPIPE model: ``` [Worker: RequestDispatcher: Thread-49] INFO IxaPosModels - loading POS annotator models/ixapi[83/1912] /de-lemma-perceptron-conll09.bin java.io.IOException: Deprecated encoder keys in metadata. Use fsa.dict.encoder=SUFFIX...

**Describe the bug** The README says that MITIE supports German NER but when I send something with ``` curl localhost:8080/api/ner/findNames/MITIE --data-binary ... ``` I get ``` initializing MITIE Skipping... Stage...

saves disk space and allows unlimited zooming

Using a redirect is faster than streaming it through the Quetz instance.

IIUC the mirroring code correctly, downloading and caching works as follows (assuming you're using a GCP backend): - If file not in pkgstore, download from upstream (eg. conda-forge) and place...

We'd like to automatically generate an `environment.yml` during an `install`, with the same format as exported by `env export`. We want this so that we can create a fully solved...

feature request

Mamba does not support specifying `md5/sha256=`: ``` $ mamba install 'pkg=...[md5=...]' CondaValueError: invalid package specification: pkg=...[md5=...] $ micromamba install 'pkg=...[md5=...]' # Will just ignore the md5= restriction. ```

feature request

This adds a nightly test with latest Conda and creates an issue if the test suite fails. This is a way to detect incompatibilities with the upcoming Conda release. There...

It would be nice to have a way in Micromamba to update an env from an `environment.yml`. In Mamba this works by `mamba env update -n X -f environment.yml`.

``` conda create -n xxx 'conda-forge/noarch::git' ... PackagesNotFoundError: The following packages are not available from current channels: - conda-forge/noarch::git ... ``` ``` mamba create -n xxx 'conda-forge/noarch::git' ... added /...

bug