Rostyslav Lesovyi
Rostyslav Lesovyi
From the Go server documentation (`stored_requests/backends/http_fetcher/fetcher.go`): ```go // Stored requests // GET {endpoint}?request-ids=["req1","req2"]&imp-ids=["imp1","imp2","imp3"] ``` Below is an example of the actual request from the PBS to endpoint: ``` http://127.0.0.1/?request-ids=["0689a263-318d-448b-a3d4-b02e8a709d9d"]&imp-ids=["prebid-demo-banner-320-50"] ```...
Currently library fails if class has at any static fields (which should not affect data class at all). For ex. ```dart @dataClass class Contact extends _$Contact { static const unknownName...
ConstraintLayout doesn't clear its mLastMeasure* cached fields on forceLayout() but clears those in requestLayout(): ` public void requestLayout() { super.requestLayout(); this.mDirtyHierarchy = true; this.mLastMeasureWidth = -1; this.mLastMeasureHeight = -1; this.mLastMeasureWidthSize...
**Crate versions** `bevy` version: `0.13` `bevy_hanabi` version: `0.11.0` (reproduces on `main` branch as well) **Describe the bug** In short nothing renders after adding `RibbonModifier`. I might misunderstood how to use...
I've installed Jellyfin few days ago and have problem with subtitles - I cant disable them. When playing most videos there are no subtitles by default on my PC in...
## Bevy version - `Bevy 0.15.0` ## \[Optional\] Relevant system information ``` - cargo 1.83.0 (5ffbef321 2024-10-29) - MacOS Sonoma 14.1.1 (23B81) - SystemInfo { os: "MacOS 14.1.1 ", kernel:...
## Bevy version - 0.15.0 ## \[Optional\] Relevant system information If you cannot get Bevy to build or run on your machine, please include: ``` - cargo 1.83.0 (5ffbef321 2024-10-29)...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the problem Common pattern for whitelabel solutions is to have different flavors...