Simone Dal Poz
Simone Dal Poz
I think it is worth mentioning that **do..while** loops can be achieved by prepending the body of the loop to the condition ```rust let x=1; // while loop while {x...
### Describe the bug I am using the flux provider by initializing it with the output of a module ``` provider "flux" { kubernetes = { host = data.aws_eks_cluster.cluster.endpoint cluster_ca_certificate...
### What happened? Ollama starts correctly but if I shell into the container I cannot see any of the downloaded/customized/running models. Possible solutions: - #200 - Improve observability of the...