lsy

Results 9 issues of lsy

Since we upgrade go to v1.18, it also brings multi-workspace feature. It will create two new files: `go.work` `go.work.sum` after init go workspace. Maybe we should add those two files?

discuss

### Type of change: - [ ] Bugfix - [x] New feature provided - [ ] Improve performance - [ ] Backport patches ### What this PR does / why...

enhancement
area/controller

### Issue description Hi, guys. Currently, e2t-test still has a randomly fail problem. I tried to set the breakpoint to debug, but the error is not reproduced. Is there an...

question
area/test

### Type of change: - [ ] Bugfix - [x] New feature provided - [ ] Improve performance - [ ] Backport patches ### What this PR does / why...

area/controller

Gateway API has some constraints about Route Attachment. Such as: - Gateway [AllowedRoutes](https://gateway-api.sigs.k8s.io/references/spec/#gateway.networking.k8s.io/v1beta1.AllowedRoutes) defines which Routes may be attached - CommomRouteSpec [ParentReference](https://gateway-api.sigs.k8s.io/references/spec/#gateway.networking.k8s.io/v1beta1.ParentReference) defines which Gateway it want to attachment. This...

feature
area/controller
triage/accepted

### What is the problem you're trying to solve When we execute `nerdctl compose down`. nerdctl does not check is three any other containers still in the network and just...

area/compose
kind/feature

Signed-off-by: Siyi Liao close: https://github.com/containerd/nerdctl/issues/1344

**Describe the solution you'd like** Litellm is a widely used tool in the AI community that allows deploying a proxy and providing access via HTTP API. Additionally, the Litellm API...

C-feature-request
E-easy

### What happened? ## Description When using LiteLLM proxy as a gateway with the `v1/messages?beta=true` endpoint in streaming mode, I've encountered an issue where `litellm.anthropic_messages` returns dict objects and [endpoints.py...

bug