Felix
Felix
### Verify Next.js canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Describe the bug I see the `Each child in a...
The [QuickTestResultList](https://github.com/corona-warn-app/cwa-quick-test-backend/blob/master/src/main/java/app/coronawarn/quicktest/model/quicktest/QuickTestResultList.java#L49) model has an `labId` field which is also [used in examples](https://github.com/corona-warn-app/cwa-quicktest-onboarding/wiki/Anbindung-an-CWA-mit-Verwendung-von-DCCs#upload-des-testergebnisses). However it is missing in the latest [quicktest-openapi definition](https://github.com/corona-warn-app/cwa-quicktest-onboarding/blob/9b1bd54626a8f718231129a60d1c1c88a416b3aa/api/quicktest-openapi.json#L148). That brings up the multiple questions: Is the...
You're stating that [Ultralight is designed to integrate well into existing game engines](https://github.com/ultralight-ux/Ultralight#usage-within-games). However, looking at the GPUContextD3D12, you can only [create a new device by passing a hwnd](https://github.com/ultralight-ux/AppCore/blob/75600b8b6b6d7d024c481db65f32f58670cd118a/src/win/d3d12/GPUContextD3D12.cpp#L135). I...
**The bug** Loading and prompting the transformer model `openbmb/MiniCPM-Llama3-V-2_5` does not work. It tries to load the model (but according to nvtop nothing is allocated on my gpu). No error...
### Environment Include the result of the following commands: - `nginx -V`: `nginx version: nginx/1.25.5` - `uname -a`: `Linux nginx-ingress-nginx-controller-6ccd6bc45-g2t9g 6.11.0-1-default #1 SMP PREEMPT_DYNAMIC Wed Sep 25 07:09:20 UTC 2024...
I recently had "latest" in my dependencies for binding decorators which caused an error on a build for 4.0.0. Found out that you removed the exports makeProvideDecorator etc. I was...