zvdy

Results 9 issues of zvdy

Small change to the `docker/chromium/builder/start.sh` file. The change ensures that the output of the script is redirected to standard output instead of standard error due to the `-x` flag. *...

**Frontend Mobile UI issues** There are a few UI issues when interacting with the web using mobile devices, padding is off and overlapping happens. **To Reproduce** 1. Use an iPhone...

This pull request includes a minor correction to the `README.md` file. The change fixes a typographical error in the word "amendments". Documentation update: * [`README.md`](diffhunk://#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5L46-R46): Corrected the spelling of "ammendments"...

# Feature Implement a more efficient way to execute and run tasks that is not sequential, relying in goroutines when a `TasksDir` is set. 1. Improve the process of benchmarking...

# Eval task Deploys a simple `webapp` pod pointing to a nonexistent path, causing health-check failure ```yaml livenessProbe: httpGet: path: /nonexistent-path # Path doesn't exist port: 80 initialDelaySeconds: 5 periodSeconds:...

## Description This PR implements native streaming support for both OpenAI and Grok clients using the OpenAI SDK's streaming API. The implementation is based upon openai-go [examples](https://github.com/openai/openai-go/blob/main/examples/chat-completion-accumulating/main.go) Previously, these clients...

While testing, I came up to a scenario where the model executes Running: kubectl get pod parserp-pod -w Creating an infinite loop, Here is a forced scenario simulating it ```sh...

# TLDR There is a lot of back and forth during issue reporting as the issues are sometimes complex and require context, we would udilize github [issue templates](https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository) in order...

## Summary This PR implements a static filter system to determine if kubectl commands modify Kubernetes resources, replacing the previous LLM-based approach. This addresses the inconsistencies and potential hallucinations noted...