Kelly Schultz

Results 25 comments of Kelly Schultz

I tried fixing this issue on my windows machine by changing this function: ``` function Base.append!(l1::MutableLinkedList{T}, l2::MutableLinkedList{T}) where T l1.node.prev.next = l2.node.next # l1's last's next is now l2's first...

this is also what I encountered in https://github.com/JuliaCollections/DataStructures.jl/issues/739

There's an issue that I can't get quite past on windows in regards to the unit testing. If I run `mvn test`, the tests hang on the `testPTextInputDialog` test, where...

notes after investigating other dependencies - `net.java.dev.swing-layout` was last updated in 2007 - newer versions of `org.jsoup` drop the depedency on `jsr305`, but I can't get it to build correctly...

haven't run the module injector yet, will do that next jsoup became a proper module in 1.17.1 if I'm reading this right: https://github.com/jhy/jsoup/pull/2025, so that one is good at least....

found the section in the release notes for `commons-lang3` about how it is officially a multi-release jar now. Made several updates for this, still need to test on other systems...

tested on windows (minus OpenScreensTest) & macos, both tests & installation of packages

🤬 https://bugs.launchpad.net/snapd/+bug/1979060 will move `readme.html` somewhere else

currently default menus open in a bad place. Need to update to something like `Documents`