Kristoffer Andersson

Results 7 comments of Kristoffer Andersson

Oh sorry, I had missed #328 but it doesn't seems to be solved.

If you require uniqueness, you must anyway check for that, since neither nanoid or uuid is guarenteed to be unique, only very unlikely, so given enough time and users with...

Does this also apply to annotations? That is should it be `sbx_word_predictions_kb_bert.sbx-word-predictions--kb-bert`?

I thought that I have to enable plugins to display more metadata in a ordered way, something like ```python # plugin-root.py __metadata__ = Metadata( name="sbx_ocr_correction_viklofg_sweocr", package="sparv-sbx-ocr-correction-viklofg-sweocr", version="0.2.0", repo="https://github.com/spraakbanken/sparv-ocr-correction", # custom...

The fix in hyper-util is merged to master, but hasn't been released yet, for what I can see. Last release 0.1.3 was released 2024-01-31. PR merged 2024-02-26. So we have...

@mmatera I started fixing issues with this repo here: My plan is to release this as `stopit2` to PyPi. I am interested of including this PR (I recreated it here:...

I can confirm that the PR solves this issue. With [`uv`](https://docs.astral.sh/uv/) you can override this dependency (for developing) by adding the PR repo under `[tool.uv.sources]` as follows: ```toml # pyproject.toml...