Ethan Reesor
                                            Ethan Reesor
                                        
                                    I'm building a large 'castle' that is significantly underground. Keep in mind, all of this is incomplete. I cut the space for it out of a tall mountain. What you...
The issue is definitely related to transporting power over logistics. The weird thing is that I am doing that in another location, and it is working fine (both are chunk...
The regular interface shows quantities. There's only one or two significant figures and they're crazy hard to read, but it seems like the data is there. On Wed, Oct 5,...
Control works. Shift does not. Control just shows the millibucket count as a naked number. Shift shows Type: \nValue: 0mB
The line in question is [107 in the github sources](https://github.com/RS485/LogisticsPipes/blob/b7a0b9bb2a3ebe2837460aea74b815d77fb0396b/common/logisticspipes/request/RequestTreeNode.java#L107): ``` Java Collections.sort(validSources, new workWeightedSorter(1.0)); ```
This issue affects JRE 1.7 and up ([details](http://stackoverflow.com/a/8417446/762175)). A workaround is to add `-Djava.util.Arrays.useLegacyMergeSort=true` to the java options when launching.
I opened a PR to implement an option to enable this behavior
@mvdkleijn What's the status of this? This would be pretty simple to implement by adding a property to Call but there are already 150 outstanding PRs, many of which are...
@deefdragon That was my plan. First add test explorer support (which I’ve done), then incrementally refactor the original test support to use the new system. But I was contributing in...
Is there a way to enable this by default for all debugging sessions? 90% of my debugging is done via tests - I'd really like to be able to enable...