Bastien Chevreux
Bastien Chevreux
My apologies for the late response. It's a typo in the file name of the documentation. The correct invocation indeed uses the "-1.sls.gz" file ending. I.e., `./mira-install-sls-rrna.sh rfam_rrna-21-1.sls.gz` Do **NOT**...
Addendum: workaround Looking further into the issue, I just found out about `@MonotonicNonNull`and `@RequiresNonNull`. So, I should have declared `private final @MonotonicNonNull Class mmCommandClass;` instead of `@NonNull`. Or leave the...
I'd like to see [e96358d](https://github.com/jarro2783/cxxopts/pull/452/commits/e96358dc3bb40643b1820b213115a55a8edbe1ee) being taken over into master if nothing speaks against it. Reason: Apple clang 17 running with `-std=c++20 -Werror -Wdeprecated` will show this as error. Taking...
Please rename issue to: "CLI: `cline config s ollama-api-options-ctx-num` and `lm-studio-max-tokens` need documentation" Had asked a question in another context on Reddit where juanpflores gave a solution to this issue,...
I'd like to bump this issue. Reason: the easy workarounds all are not easy anymore and Python 3.13 is quickly taking over. - on Ubuntu 24 LTS, `pip install` does...