-
- [x] I have tried with the latest version of Docker Desktop
- [x] I have tried disabling enabled experimental features
- [ ] I have uploaded Diagnostics
- Diagnostics ID:
### Expected b…
-
## End-to-End (E2E) Testing Guideline
- **Documentation:** Always consult the development documentation for the current stage tag at [this link](https://documentation-dev.wazuh.com/v4.10.0-alpha3/i…
-
**Describe the bug**
I'm trying to run letta in docker connected to an ollama service running on the same host. I'm using an .env file with the following vars:
LETTA_LLM_ENDPOINT=http://192.168.xx.x…
-
### Environment
Debian 12
### Reproduction steps
```bash
1. install omzp::kubectl by putting `zi snippet OMZP::kubectl` in `.zshrc`
2. type `k` and press tab
```
### Expected behavior…
hellt updated
3 months ago
-
Any consideration for Discord webhook integration to announce completion of the script when run? Could be useful when script run is automated and you could publish stats about number of videos pulled …
-
### Problem Statement
Currently, the process of running the dart-docker script after a release involves several manual steps, making it cumbersome and prone to human error. These steps include:
1.…
-
I have trained Yolov8 using the given docker, and i successfully converted it into HEF model.
Now my question is what is the default precision of the converted model i.e. HEF Model. AS per my explora…
-
[Project board link](https://github.com/orgs/k8ssandra/projects/8/views/1?pane=issue&itemId=13937794)
### How to reproduce
Build without using Maven cache. Either delete your Maven cache or remove th…
-
I have a dev container setup for an app consisting of multiple docker containers (=> `.devcontainer.json` points to a `docker-compose.yml`) running on a Windows host using the WSL2 backend.
The vario…
-
### Describe the bug
EmailClient.scala
```
object EmailClient {
def send() = println("email sent!")
}
```
Main.scala
```
//> using scala 3.3.3
//> using file EmailClient.scala
//> using …