Guilherme Guerra
Guilherme Guerra
@garfolino já conseguiu resolver?
Another way to resolve this problem is changing [utils.sh](https://github.com/asdf-vm/asdf-ruby/blob/424792aeeec98d3e335b187c5641e5eeba3fd6d5/lib/utils.sh#L47) to `https://github.com/znz/ruby-build.git` and use the command to install `ASDF_RUBY_BUILD_VERSION=install-openssl_1-when-openssl_is_3 asdf install ruby ` More details you can check [here](https://github.com/rbenv/ruby-build/pull/1974)
Here a reference to inspire this implementation: https://gohugo.io/content-management/comments/
Sorry the delay, it's correct now?
It would be great see this feature
Same here. Mac OS Ventura 13.6 ollama 0.1.27 homebrew
If you are using homebrew, don't forget to stop the ollama service. - `brew services stop ollama` - `rm -rf ~/.ollama` - `brew services start ollama` - `ollama pull `
I'm trying to use telegram with bitlbee and I'm getting the same problem, all my contacts are named with "idXXXXXX"
@swarnendubiswas are you able to run the language tool server? Did you try run this command: `java -cp languagetool-server.jar org.languagetool.server.HTTPServer --port 8081 --allow-origin`