-
@mrniko
**Issue:**
Below code returns an empty map when there are no messages. Ideally Mono should be emitting an **_empty signal_**. Not an empty map.
```
Mono groupMono = stream.readGro…
-
### Version information
* fluent-ffmpeg version: 2.1.2
* ffmpeg version: 4.0
* OS: macOS High Sierra
### Code to reproduce
#### Back-end
```js
let video = ytdl(`http://youtube.com/watch…
-
After spectating a player, objects appears/disappears when looking from certain angles. it mainly occurs near SF arms dealer spawn and LVFD. https://imgur.com/a/3szeum4
my only known solution is to…
-
> In this issue we are talking about looped network topologies rather than HOCs like `map/filter/reduce`
# Usecase
In "99 bottles" example we have to use explicit lock instead of deferred conne…
-
GTHN 2.7.0-beta2 running on Java 21 with Java 17-21 ZIP installation with added Dynamic Surroundings and Just Enough Calculation mods.
I'm attaching the [fml-client-latest.log](https://github.com/u…
-
Besides asynchronous context support in Rest, add ReactiveStreams `Publisher` and JDK 9 `Flow.Publisher` as a generic return type, or parameter type in `Response`.
Quarkus/Resteasy has implemented …
-
Hi @nietras
This is a really cool library. Full disclosure, I only have a few years of programming experience, so there might be a way to do this I just haven't identified.
As far as I can tell,…
-
Currently there is only intrusive adapter macros (MSGPACK_DEFINE_ARRAY and MSGPACK_DEFINE_MAP), but no non-intrusive.
A possible (incomplete) implementation is:
```cpp
#define MY_DEFINE_MAP_EACH_PR…
-
Hi all.
I got a pdf generated by ghostscript on debian buster. I tried to parsing its page contents:
```rust
let mut doc = Document::load("./test04.pdf")?;
let page_content_ids: Vec = doc
…
-
### Use case
In our business logic, we sometimes need to inline Java objects as JSON in SQL queries. Having a built-in function for that in JOOQ would be useful.
### Possible solution
Currently, on…