-
Mapping values is a very common operation; right now it requires:
```
Map m = new HashMap();
m.put(1L, 2L);
Map m2 = Seq.toMap(Seq.seq(m).map(e -> Tuple.tuple(e.v1, e.v2 * 2)));
```
In t…
-
I am using ovs as a customer edge.
I try to add a virtual port using
```
ovs-vsctl add-port br1 veth1
ovs-vsctl set-interface veth1 type=internal
```
After I make some flow entities, and config ipv6…
-
It would greatly simplify operations and usability of the logistics hub if we could purchase and send resources directly using Funds within the Kerbin SOI.
As an example, right now if I want to trans…
-
Seeing as JOOL releases rather frequently and even minor versions often bring something new to API or enhancements to the existing methods, it would be nice to have a summary section for each (minor) …
-
If the network gets disconnect in middle of installation of emulator from the source, leaves the compile files on the directory /home/pi/RetroPie-Setup/temp/build/\* which cause the error of "name_of…
-
See discussion in end of #216 .
4-to-6 lookup in stateful NAT64 with empty pool4 will fail for point-to-point interfaces because the point-to-point address is used instead of the local interface addr…
-
Restrict the AVP versions from Astronomer to `1.0.4` as these use the old EVE. Add the `Reboot` versions of AVP that are compatible with the new EVE. These are made by another author though, so I'll a…
-
``` c
/home/rm/Jool/mod/stateless/../common/send_packet.c: In function ‘sendpkt_send’:
/home/rm/Jool/mod/stateless/../common/send_packet.c:90:21: warning: passing argument 1 of ‘dst_output’ from incom…
-
It's particularly noticeable with Jool and its moons right at the start of the game with saturation turned up to max. Jool appears to flicker due to the flares stomping on one another. Maybe I can f…
-
I was doing a fresh install of RetroPie on an existing RPi setup (Ubuntu MATE 16.04), which involved needing to build practically everything from source. I ran into some problems with the script that…