Gleb Gorelov

Results 50 comments of Gleb Gorelov

Probable, JMX bean is required to drop cache.

Instead of exception, log WARN/ERROR to indicate that there is no settings defined

Hi, Thank you for reporting the problem. Could you please add more details? At least, what is line 77, since in java source it's an empty line. A demo project...

@dubenko please add a detailed description of the bug, e.g. what is considered as "wrong".

As I remember, we decided to fix it using styles

Reproducible on Jmix 2.2.3 Before project is started: Studio tries to remove attribute At build time, an exception is thrown: ``` Execution failed for task ':compileJava'. > javassist.NotFoundException: com.glebfox.locstr.datatype.LocalizedStringConverter ```

See `io.jmix.core.metamodel.datatype.impl.AdaptiveNumberDatatype#requestedType`

Relates to https://github.com/jmix-framework/jmix/issues/2093 and [internal issue](https://youtrack.haulmont.com/issue/JFCS-57/Slozhnosti-s-sortirovkoi-po-kastomnomu-stolbtsu)

Vaadin has a [Debouncer](https://github.com/vaadin/web-components/blob/main/packages/component-base/src/debounce.js) for JS code that is used to collapse multiple callbacks into one invocation after a timer. For example: ``` this.__debounceSetValue = Debouncer.debounce(this.__debounceSetValue, timeOut.after(timeout), () => {...

Jmix 2.3, FireFox 128.0 and 129.0 can't reproduce.