Honza Sterba
Honza Sterba
When fetched item is not a login, Bitwarden adapter raises NoMethodError because the returned JSON does not have the login.password value. Add a nicer error message for that case.
Sometimes a projects has a lot of secrets (more than 10). And its cumbersome to write $(kama secrets fetch ...) with a lot of field names. I want to be...
If a host does not have the image the tagging fails, I feel like it should be done only on primary host. The log seems self-explanatory. ``` INFO [e693dc5b] Running...
weird combination of LI and P tags can cause the converter to crash fixes #809
Steps to reproduce: ```ruby html = File.read("example.html") doc, = Kramdown::Parser::Html.parse(html) Kramdown::Converter::Kramdown.convert(doc) ``` will submit a PR with a fix
Hi, spent some time with chatgpt trying to convert EuroBERT model variants for typesense but failed miserably. Anyone able to help get these models into the typesense Huggginface repo? Thanks!