-
I was debugging some parallel streams code that uses `Seq` and found this code inside `Seq`.
``` java
// These methods have no effect
// ----------------------------
@Override
defaul…
-
Add optional support for the KAL9000 part. Basically would be required on the Jool ship if that mod is installed. :red_circle:
-
Hi, I performed an upgrade and also a new SD image install - but it appears that the amstrad emulation now just fails and returns to ES screen. happens for all the games.
I've the latest PI.
Anyone…
-
Title is pretty self explanatory.
When using the baryCenter feature you can still find the body in the science archives, and it shows also it's model.
(e.g. if you use jool as a template, you'll see…
-
like so:
``` java
package javaslang;
import javaslang.collection.*;
import javaslang.control.*;
// This is the 'door' to Javaslang.
// Because of name-clashes java.util.* should not be imported…
-
On GPSP when you go into the F10 menu and change your controls it seems that it won't ever remember edits. I was under the impression that it was supposed to save the configs here:
`/opt/retropie/emu…
-
- Most of the converters in the converters module are for JAVASLANG
- These can be moved to the new module
- 3rd party dependencies (e.g. Guava, JOOL, TotallyLazy, Functional Java) can be made provide…
-
Just a short cut for .count() == 0 or .count() > 0, which the Scala collections have.
(Not sure if you explicitly left them out, nor necessarily asserting "just because Scala has it, jOOL should too"…
-
The current implementation of `groupBy()` follows `Stream.collect()` in being a terminal operation. That's nonesense, of course. The operation should return a `Stream` of grouped objects, similar to `…
-
I've got a fork of this repo that I'm working with while trying to get many of the packages working on my ODROID XU3-Lite board. There are a handful of changes I've had to make to the package files in…