mkpaz
mkpaz
## Problem Statement As much I love time tracking function I simply can't use Finish Day feature. It just won't fit my workflow. I'm setting up tasks for the day...
This option tells `jlink` only include specified locales into JRT image (details [here](https://www.oracle.com/java/technologies/javase/jdk11-suported-locales.html#modules)). Could you please add something like `jdepsExtraArgs` to the `create-runtime-image` goal too. There may be more `jlink`...
Clearing SearchableComboBox items almost always leads to IndexOutOfBoundsException. ``` Exception in thread "JavaFX Application Thread" java.util.NoSuchElementException: java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0 at java.base/java.util.AbstractList$Itr.next(AbstractList.java:377) at java.base/java.util.AbstractList.indexOf(AbstractList.java:188) at...
Please, consider adding `module-info.java` or `Automatic-Module-Name` to `MANIFEST.MF` at least.
Hi. First, please let me say that you're doing a tremendous job. Kudos, and thank you! Now, my suggestion: define an inner border radius config. Right now for many components'...
It's not a question, neither a bug nor a feature request, but rather undesired/questionable behaviour. Typora has exactly the same issue, please see full explanation here - https://github.com/typora/typora-issues/issues/2278. In short,...
### Is the bug present when using the default Obsidian theme? No ### Is the bug present when snippets and plugins are disabled? Yes ### Minimal theme version 6.1.9 ###...
I send HEP packets that contains a SIP message with ISUP attachment like this: ``` 436f6e74656e742d446973706f736974696f6e3a207369676e616c3b68616e646c696e673d72657175697265640d0a0d0a
`XYChart.addSeries()` accepts a list of `java.util.Date`, but `Annotation*` constructor only accepts a double. I tried to convert Date to millis, but annotation is always rendered before the actual date. There's...