Geoffrey De Smet

Results 86 issues of Geoffrey De Smet

Given a planning value, from all unassigned entities, find me the best entity to assign to it.

process/needs triage

Gizmo should not be needed as a runtime dependency if the quarkus generated the anti-reflection code at build time. So this fail fast is failing too much: ``` java -jar...

Presume you have the following ConstraintProviders: - AnimalConstraintProvider with 40 constraints. - CatConstraintProvider with 200 declared constraints, extends AnimalConstraintProvider for 240 effective constraints. - DogConstraintProvider with 300 declared constraints, extends...

process/needs triage

``` forEach(MyRule) .join(Lesson, equal(MyRule.teacher, Lesson.teacher)) .filter(lesson.room == myRule.room) .penalize((myRule, lesson) -> myRule.isHard() ? Score.ofHard(1) : Score.ofSoft(1)) ```

process/needs triage

Spring and Quarkus are far more important for getting started users than half of the top level TOC items. Finding the application.properties right now is challenging. They are deeply hidden...

component/docs

We need to keep an eye on the performance of SolutonManager.explain() . Let's have a test that calls it a 100(00) times for a number of random datasets (small/medium/big?) so...

process/needs triage

Refactor the directory structure to this: ![image](https://github.com/TimefoldAI/timefold-quickstarts/assets/176880/227960b4-2126-458b-9fd6-cb3986bd130d) The README should still show a screenshot of each use case, but some use cases have an implementation in Java, kotlin and/or python.

Presume we build a website with a static website generator (jekyll, jbake, hugo, ...) The output website is in directory `output`. How do we check if there are no new...

To reproduce: ``` sdk java use 11.2.3-tem (or whatever is the latest today) cd school-timetabling mvn quarkus:dev ``` Result: ``` File "org.jpype.pkg.JPypePackage.java", line -1, in org.jpype.pkg.JPypePackage.getObject Exception: Java Exception The...

bug
process/needs triage
python

- [ ] Overview: mention Python - https://docs.timefold.ai/timefold-solver/latest/quickstart/overview ![image](https://github.com/TimefoldAI/timefold-solver/assets/176880/d29a7041-f8bb-4df1-85b8-8c7151aad4ec)

process/needs triage
python