Geoffrey De Smet

Results 68 issues of Geoffrey De Smet

In *.java and *.xml files indentation (= leading spaces) have 0 effect on the output (xml has 1 unusual exception). In *.md files, they have effect out the output, but...

enhancement

- [ ] Refactor to use jspecify optional dependencies I've been doing some research and Kotlin should pick upon these. Apparently we can define our own NotNull annotation and then...

stale-but-might-be-useful

Using this style: ``` .vis-time-axis .vis-grid.vis-saturday, .vis-time-axis .vis-grid.vis-sunday { background: #D3D7CFFF; } ``` shows a bit too much gray on the first of any month: ![Selection_887](https://user-images.githubusercontent.com/176880/139430564-373ec867-1d0c-4dc5-95b7-1518f1d3c3d8.png) vis-timeline 7.4.9 on Chrome.

bug
help wanted
good first issue

I see this bug both in our own project, but also vis-timeline's own example. See the read borders around "clean house" and "cook": ![image](https://user-images.githubusercontent.com/176880/137095980-fcb5c7e2-fa97-45e7-8e74-b52ee56cf60a.png) To reproduce, use this vis fiddle:...

bug
help wanted

According to this tweet from the ElasticSearch team, replacing JNI with Panama increases performance: https://twitter.com/delabassee/status/1476091183302680576 It might be interesting to research if this can help to speed up JPype too....

For example, the jupyter notebook contains "forEach" and "lessThan".

The OptaPy docs have some residual issues copied from the Java docs; for example, in “The @planning_id decorator registers getId as the planning ID for Room”, the correct Python name...

Drop the requirement to install JDK - in which case the use the JDK version - and instead bundle the JDK as part of OptaPy. Think JBang, etc. This is...

To motivate people to try it out, show the result (first). Preferable even before the coding instructions, in a section "what you will build". See chapter 2 quick starts tutorials...

I have a team.html page which list all our contributors. That needs to get generated through an `ftl` template that reads from `data/users.yml`. There is no other html page like...

enhancement