Gachoud Philippe
Gachoud Philippe
Seems to happen to me on windows but not on linux... wierd and inside intellij, not with mvn on cmdline Java : 16 JVM vendor name : Oracle Corporation JVM...
Not having that issue into Intellij when I set the project's JDK to 1.5.0_291 seems to have to do with JVM version
Personally got that issue with any JDK > 1.8 mocking a static method and including mockito-inline's 3.12.4. My mockito-core is 3.12.4 ``` 2021-09-24 08:40:50.435 | ERROR | t.TestContextManager:248 Caught exception...
Personnaly still have a girl1.2 not instalable dependency issue `myHost$ apti /tmp/remarkable_1.87_all.deb Reading package lists... Done Building dependency tree Reading state information... Done Note, selecting 'remarkable' instead of '/tmp/remarkable_1.87_all.deb' Some...
> > Any workaround? > > You can use the snap. could you point out a link and more about what you mean about "snap"?
I would add a shortcut on the main window for that too, as well as the 'set status' with its options
Managed with `assertThat(xmlCal.toGregorianCalendar().toZonedDateTime()) .isCloseTo(expectedGregorianCalendar.toZonedDateTime(), byLessThan(3, ChronoUnit.SECONDS));`