Tom Eugelink

Results 21 issues of Tom Eugelink

**Describe the bug** In Recur.java at line 696 there is a loop to quickly move to the start of the period. If the distance to the start is too long,...

Referring to issue #396 Changing the summary of a specific event in a recurring event, will create an exception event both with the same UID. Using componentGroup.calculateRecurrenceSet(period) in version 3.0.15+...

in review

Running the adb command to set the permission results in a 'no permission specified' error. Google seems to agree with the command itself, so I suspect a wrong id?

I use asciidoctlet in JFXtras and am very pleased with it. Recently Maven central required all jars to be accompanied with a source jar and javadoc jar. Beside the component...

## Expected Behavior The JFXtras CalendarTimePickerTest.slide test simulates the dragging of a slider to the right: ``` moveTo("#hourSlider > .thumb"); press(MouseButton.PRIMARY); moveBy(100, 0); release(MouseButton.PRIMARY); ``` This should move the slider...

Comment out the setRotate and things are peachy, leaving it in not so much. Resizing also works in the wrong direction. Try 45 degrees or adding it to the regular...

I recently upgraded one of my applications to MigLayout 5.0 and the users complain that the fields didn't fit on the screen anymore. Attached are screenshots of the same screen...

I really like the fluent API that Rapa uses, but a downloadable jar would be highly required (I don't think I can access file:///home/hari/jsg/code-repo/maven-repository ;-) but even better would be...

**Describe the bug** Under WLS you need to (unexpectingly?) use the Window's gitui.exe. It eventually comes up, but takes 20+ seconds to do so. **To Reproduce** 1. Start a WSL...

bug
help wanted
windows
dormant

I would like to confirm that the behaviour we are seeing is expected. We have the following setup: ```java @Entity public class ActivityGroup { @OneToMany(cascade = CascadeType.ALL, mappedBy = "activityGroup")...

on hold