-
`pMapIterable` currently yields `mapper` results in the order they were obtained from the input `iterable`. In other words, `pMapIterable` [always waits for, and returns, the first promise in the queu…
-
### Description
First of all, thank you for this library - it's great.
Secondly, this might not be an issue and could just be something I'm missing. So, I'm using the Vercel AI SDK with Next.js …
-
private static Map groupDishTagsByType() {
return menu.stream().collect(groupingBy(Dish::getType, **flatMapping**(dish -> dishTags.get( dish.getName() ).stream(), toSet())));
}
-> flatM…
-
C:\work\zweb-doc\node_modules\docpress-base\index.js:134
if (!file.contents) return
^
TypeError: Cannot read property 'contents' of undefined
at scripts.map (C…
-
### Description
We generate MPD file (MPEG-Dash) using ffmpeg and then use the generated mpd and stream files to stream the video (and audio). We are using byte range segments (not time range segment…
-
HEVC Dolby Vision Profile 5 files can be tone mapped by the server, but for those files to play on android, they need to be played as transcoded, which direct streaming disabled.
They play fine in …
-
* terrascan version: 1.17.0
* Operating System: macOs 13.0.1
### Description
If I have the following terraform code and run the scans using `terrascan scan -i terraform -t all -f main.tf ` and …
-
### Checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars.
### Reprodu…
-
## Description
We use the operator to manage the lifecycle of both batch and Spark streaming applications. Streaming apps in particular are long lived and if using dynamic allocation may scale up a…
-
This is to make it possible to use nested fields for OTel attributes, which are mapped as passthrough fields:
https://github.com/elastic/elasticsearch/blob/6f3fab974998e0aedcd8eefbf20544890fcdd068/…