Geoffrey De Smet

Results 68 issues of Geoffrey De Smet

From https://github.com/TimefoldAI/timefold-solver/discussions/531: ``` @PlanningSolution class MySolution { @get:PlanningEntityCollectionProperty var itemList: List = listOf() ... ``` I get the error ``` Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.IllegalStateException: Member (itemList) of class (com.acme.model.MySolution)...

bug
kotlin

enhancement
process/needs triage

enhancement
process/needs triage

enhancement
process/needs triage

The gizmo generated runtime code should not import io.gizmo. ![image](https://github.com/TimefoldAI/timefold-solver/assets/176880/e87baf96-bc54-48f1-9deb-ad8a63a3e3cc) The (MemberAccessor)Factory should generate the bytecode for non-quarkus cases and require gizmo on classpath at runtime. Quarkus does that during...

enhancement

From https://blog.jetbrains.com/kotlin/2023/07/introducing-kotlin-notebook/#notebook-dependencies > Remembering and locating Maven coordinates can be a cumbersome task. To simplify this process, we’ve introduced a smarter and more convenient method for loading popular libraries. Simply...

enhancement
process/needs triage
kotlin

Reqs: - Hashtable index performance/scalability - Intersecting: Person Ann and Beth have a hobby in common, so they can sit at the same table. - Disjoint: Talk A and B...

When Spring Boot release a new minor/major version (think 3.3.0, 3.4.0, etc), we need to: - test our latest release against it (with a CI job) and - Update the...

bug
process/needs triage

Instead it should just log that it couldn't do anything. To reproduce, solve a ListVariable VRP (= quickstart) with an empty Visit list. To see how it should behave -...

bug

Teach people how to define a customer `ListVariableListener`.

enhancement
process/needs triage