patrickguenther

Results 9 issues of patrickguenther

I would like to collect a stream of objects into a map, while dealing with duplicate keys analogous to the Java collector `Collectors::toMap(Function, Function, BinaryOperator)`. Is there a canonical way...

\ **User Id: (slg139643)** **Version:** 0.9.6.6 beta release-357 **Steps to Reproduce:** I don't know. I somehow moved my backpack window outside the game window's border. I can only see my...

https://github.com/vavr-io/vavr/issues/2711

The problem seems to be in knockout-sortable.js line 124: ```javascript moveItem(itemVM, removeOperation.collection, addOperation.collection, addOperation.event.clone, addOperation.event); ``` The fourth parameter seems to be the DOM-node of the hovering element when pulling...

At work, I use vavr for defining rest APIs and I generate OpenAPI specs from Java sources, which is amazing. We used to declare lists as IndexedSeq because that resolves...

Sorry for the large PR, but it turns out EventHandler with the SCIP_Event data union has a lot of possible types.

Hello everyone, I'm currently working on a PR, to expose SCIP's event handlers via the java API. I'm making good progress and am currently working on an example for running...

It's not a large leak but could become a nuisance for long running applications that solve many optimization problems. The leak was discovered by accident, while debugging an entirely different...

When optimizing multiple models one after another in the same jvm process, I noticed the time taken for optimization increases massively after the time limit parameter's time has passed. On...