Hedley Roos
Hedley Roos
## What you expected to happen? Weave peers must remain connected. ## What happened? We're running five containers that are managed by Docker Swarm. These containers are the only ones...
What happened to it? There are third-party apps that depend on it.
Only try to delete image if it is set
Let's say my egg is called `foo`. When I stand in the directory `foo` and do `python setup.py test` a Django tarball and some eggs are downloaded to that directory....
### Description The code base logs to `logger.error`, even if the exception never bubbles directly to the end-user. An example is `BadRequestProblem` raised in `JSONRequestBodyValidator._validate`. It can be argued that...
Querying the `/generate` API with the llama2 models works as expected. I append `keep_alive=0` to the query string to keep the model in RAM, and from `iotop` I can see...
The code returns a 400 if the form validation fails. Since the notify POST from Payfast usually happens out of band no one is around to see these errors, except...
Etcd keeps old revisions unless instructed to delete them. If we don't delete old revisions then etcd memory usage will keep growing forever due to keepalive updates. Since Patroni does...
Calls like https://github.com/minimaxir/simpleaichat/blob/main/simpleaichat/chatgpt.py#L311 may cause us to wait very long for a response. Things go wrong with networks and OpenAI, and the call will only be terminated when the TCP...