Leandro Heck
Leandro Heck
> When you say that "docker does not work" does this mean that new containers cannot be started, or that existing containers stop working? When upgrading the driver, the libraries...
This makes sense, this is what I came here to understand. Unfortunately, I did not see the issue myself yet!
I am seeing this message, it may be related here. But I am looking for a workaround. Do you guys know anything that can help me fix this issue? ```bash...
I agree. Thanks for the answer. I am not an OCaml user/dev so I am not really into OCaml. But I do use a software that was written in OCaml....
Ok, thanks anyway @kit-ty-kate
I feel it happens with all versions I ever used. But here I have 2 machines. One is `2.1.2` and another one is `2.0.5`
I see. As I could observe from many times I've done that all the packages were being upgraded to the latest version. How I do this opam update opam install...
I may not have these apps installed. It is a script to install those apps. A new app may have been added to the list. If you run the script...
This is the install script I have ```bash #!/bin/bash # update anything that was already installed, if something is already installed opam update # required packages for building the application...
@rjbou this log window looks a bit different and it looks better indeed. Let me debug a bit deeper to see what else I can add here. @kit-ty-kate not sure,...