Götz
Götz
> This issue has been automatically marked as stale because it has been open 30 days with no activity. Remove stale label or comment or this issue will be closed...
This would be great to have! Makes total sense, specially after having used this feature with `kshenoy/vim-signature`.
FWIW @SebastienGllmt, adalite.io seems to work pretty well with Ledger Nano devices and even Trezor bridge. Maybe Yoroi is doing something different?
Releases are specially helpful for distribution packagers, as they usually don't take code from master branches, but from actual releases.
As a **workaround** you can add a small intermediate step: ```yml - name: Determine versions shell: bash -leo pipefail {0} id: get_versions run: | python="$(grep -v '#' .tool-versions | grep...
@Sohalt that is a good idea. Also being able to read the password from an environment variable would be nice to have. FWIW, the password can also be in the...
As a workaround, the npm binaries path can be added to the global PATH variable before executing this action. ```ruby path = ENV.fetch('PATH') npm_bin = %x[npm bin].strip ENV.store('PATH', "#{npm_bin}:#{path}") ```...
Hi @hmanzur, can this be approved to be merged?
Having audio models support in Ollama would be great, not many nice tools support this, AFAIK only [LocalAI](https://localai.io) currently does. I would like to see OpenAI's [Whisper](https://github.com/openai/whisper), which is open...
Having audio models support in Ollama would be great, as currently not many nice tools support this, AFAIK only [LocalAI](https://localai.io) does. Additionally to Qwen2-Audio, I would like to see support...