Bernhard Schulz
Bernhard Schulz
Hello! Is it possible to add a DoNotBackup flag or store the database file in /tmp ? Thank you, schube
**Describe the bug** The wiki, which should be available at https://github.com/ical4j/ical4j/wiki is gone. **To Reproduce** Open https://github.com/ical4j/ical4j/wiki You are then redirected to https://github.com/ical4j/ical4j **Expected behavior** See the wiki :-)
**Describe the bug** When a progress bar has a text and a value of 0 (or any other small value, for example value of 10 and maxValue is 10000), the...
I try to implement an online shop with DominoUI and if a user adds a product to the cart, I would like to have the product image "fly" & fade...
Currently, the slider does not show its value initially. Currently, you have to select a "SLIDERS WITH THUMB" as in https://demo.dominokit.org/components/sliders?theme=indigo ,drag the slider a little bit and then you...
The slider currently allows only to select one value. I am asking for an enhanced slider - a range slider. There you can select a range, i.e. a lower and...
**Describe the bug** I have a form with `TextBox`es and `RadioGroup`s. All elements are set to read-only (`.setReadOnly(true)`) Now, when a TextBox t gets a value set programmatically with `.setValue("new...
**Describe the bug** Text color of read only form input is different between Safari (12.1) and Chrome (76) on osX 10.14.4 **Expected behavior** The text color in Chrome seems correct...
**Describe the bug** Using `AdvancedPaginationPlugin` the method `updatePages` throws a NPE. My code goes like this: ~~~ getController().getTeilnehmer(requestParams, modelResponse -> { setItems(modelResponse.getModels()); // This throws a NPE getPagination().updatePages(20); // This...
**Is your feature request related to a problem? Please describe.** I am setting `getTableTextHeaderFilterSearchDelay` with DominoUIConfig.CONFIG.setUIConfig(new UIConfig() { @Override public int getTableTextHeaderFilterSearchDelay() { return 500; } }); which is fine...