watho

Results 11 comments of watho

Yes, over 50. That's not an option. Thx for the quick answer.

Somehow i missed this option and created my own rownumber column. Looking at the code the --index flag correspondents to the flag `always_show_order` on [CompareFlags](https://paulfitz.github.io/daff-doc/types/coopy/CompareFlags.html), right? I will try this.

Are there any plans to support avi and mp4 files in the future? I have over 2000 songs i am like to avoid converting all to a new format which...

It seems to me that this vlc-unity is windows only at the moment. Linux support is only on the roadmap. I did not find any other solutions despite some commercial...

Its a known problem. The following text is from the details pane of the addon ``` Attention for TB 78.11/TB 78.12/Thunderbird 64 bit: There have been timing problems in TB...

I just encountered that 3.0.4 should have solved the issue. For the me and @jugglesmiles the problem still persists.

Hi, try to remove your own AppBar with the drawer button. It is created automatically for you. A custom AppBar is per default on the right side for e.g. a...

Same problem here. I tried resolving it by adding a custom validator to the underlying binder. My custom formfactory looks like ```java import java.util.List; import org.vaadin.crudui.crud.CrudOperation; import org.vaadin.crudui.form.impl.form.factory.DefaultCrudFormFactory; import com.vaadin.flow.component.HasValueAndElement;...

Could you please tell me if your package.json contains a line ` "multiselect-combo-box": "2.4.2"' ` Probably with another version. Thx

I can say, that 4.0.0-rc2 on Vaadin 23.0.8 works. I had the same error. Switching from pnpm to npm and deleting the node_modules folder fixed it for me.