Irmin Okic

Results 19 comments of Irmin Okic

As usual, it is probably not a good idea to use the vagrant-go internal API for integration inside a go application. Are there any plans on publishing a lib or...

As a detail, the box I am using was build from the main branch of: https://github.com/ruzickap/ansible-role-virtio-win With the addition of the following tasks: ``` tasks: - name: Download WinFSP win_get_url:...

Hi! Thanks a lot for starting this! I've been trying to find time to try it out. I assume that the maven snapshots didn't land in a maven repository (yet)....

Had the same problem in a bit more complex scenario. The RPi4 on the host is Debian Bookworm, but I was running box86 (and box64) inside of a container running...

@gitmanbloggus As I wrote, it's not RPi Bookworm, running inside a container in my case. It should be possible to build from source and get it running without the bug....

I thought that it is the same issue just under another context. I get two lines printed and then it hangs indefinitely. The workaround was the same, revert and build...

Looks good on Java 17 and Spring-Boot 3.2.5! Had no problem with guacamole-common (only module I'm using), most migration effort was from Spring Security. Thanks again! Hope this makes it...

This is also impacting Theia IDE using this extension. Glue code that is pulled in from a maven dependency is not being registered.

I guess @dusty-nv is doing something right here: https://github.com/dusty-nv/jetson-containers/tree/master/packages/llm/ollama Docker Hub: https://hub.docker.com/r/dustynv/ollama His container is still on 6.8, but it is past the 5.7 referenced here. Would it be possible...

@driversti Thanks for the suggestion. I went with upgrading the dustynv/ollama image instead with: ``` FROM dustynv/ollama:0.6.8-r36.4 ENV OLLAMA_VERSION=0.9.0 RUN curl -fsSL https://ollama.com/install.sh | sh ``` This leads to having...