Geoffrey De Smet
Geoffrey De Smet
Here's the code I used: ConfigurationBuilder builder = new ConfigurationBuilder(); builder.addUrls(ClasspathHelper.forClassLoader()); Reflections reflections = new Reflections(builder); And I get this ugly warning in my log: 11:23:59,868 WARN [org.reflections.Reflections](default task-9) could...
I am getting this exception when building the jbake maven plugin through gradle with this plugin: ``` Execution failed for task ':jbake-maven-plugin:generateMavenPluginDescriptor'. > class com.thoughtworks.qdox.model.impl.DefaultJavaPackage can not implement com.thoughtworks.qdox.model.JavaPackage, because...
### Description The getting started quickstart's pom.xml file: https://raw.githubusercontent.com/quarkusio/quarkus-quickstarts/main/getting-started/pom.xml starts with ``` ``` No XSD, so no code completion in IDE nor validation. ### Implementation ideas Change it into ```...
Using the "resources" element in the plugin configuration, we can grab images from 2 directories. We use this to include shared images and a book-specific images. This works perfectly for...
Ability to import a json file as the loaded problem/solution and export the loaded problem/solution as a json file. Motivation: very useful during the POC process.
Aligns to our documentation & videos. - [ ] vehicle-routing (UI only) - [ ] maintenance-scheduling - [ ] food-packaging
By having a list of all hard, medium, soft constraints - not a detailed spec, but a high-level description, an inventory - it easier to see the value of each...
- [ ] Switch to HardMediumSoftLongScore. - [ ] Use allowsUnassigned=true - [ ] New medium constraint: Penalize unassigned visits by duration (not by count) - [ ] Unit test...
For sewer maintenance, train tracks maintenance, trash collection door-to-door, mailman delivery, parking meter checking, etc.
Let's do a design meeting to create a ui-tools module?