-
Current shuffle implementation consumes the stream before shuffling. A reasonable compromise would be to group by some largeish number before before shuffling that collection, followed by flattening t…
-
This new type will contain an abstract collect() method and lots of default methods that delegate to `collect()` to avoid duplication.
-
Branched off #175. See comments [3](https://github.com/NICMx/Jool/issues/175#issuecomment-162601374), [4](https://github.com/NICMx/Jool/issues/175#issuecomment-162710705) and [5](https://github.com/NI…
-
Hi, I need help to understand why some ROMSET (AMIDAR, ASTEROIDS as examples) working on Windows MAME emulator do not work on Retropie PI, can you help on this?
Can CLRMAMEPRO help on this?
Thanks and…
-
Hi I just want to report an issue I had with the compilation and insertion of Jool v. 3.3.2
I've been making some tests in Suse version 11 with kernel 3.0:
nat64@localhost:~> lsb_release -a
LSB Vers…
-
I botched the upgrade to v3.4.0 on one of my BRs, getting the kernel module and the user-space utility out of sync. Therefore Jool ended up in an unconfigured state. The unfortunate thing is that the …
-
```
$ sudo jool -bat 192.0.2.1#19221 2001:db8::1#2181
Invalid input data or parameter (System error -7)
$ # ?
$
$ dmesg -t | tail -1
NAT64 Jool ERROR (add_static_route): The transport address (192.0.2…
-
In IE 11 in Windows 7, the search options drop-down at the top of the list pages shows as a separate button but the options themselves don't show.
The multi-option chooser at the bottom of the articl…
-
Not sure if that's the right place to post this bug, but in the latest release of retro pie, the mouse automatically moves into the left upper corner and therefore is unable to use. This bug seems to …
-
The current `Seq.zip()` method "inner zips" two streams, such that the size of the resulting stream is the minimum of the size of each zipped stream.
Sometimes, it is useful, however, to fully zip al…