Marcel

Results 156 comments of Marcel

Could you please provide your vimrc settings that u tried? mine is like this: let g:indentLine_enabled = 0 let g:indentLine_char = '|' let g:indentLine_color_term = 128 let g:indentLine_leadingSpaceEnabled = 1...

I also get the same error as @siddharth99 on debian testing with kernel 4.16

Do you have an example project? Works fine for me on java.net JDK 17. What JDK (oracle, adoptOpen ...) do you use?

> I use OpenJDK 17 LTS version. However it has been a month since i tried so maybe something was fixed? Hm, interesting. I use the same. Though I do...

I've got `ava.lang.IllegalAccessError: class dorkbox.javaFx.JavaFxAccess (in unnamed module @0x3f40dcec) cannot access class com.sun.javafx.tk.Toolkit (in module javafx.graphics) because module javafx.graphics does not export com.sun.javafx.tk to unnamed module @0x3f40dcec` but only when...

It seems to work so far for me, but anyway I have something like this on the terminal with Gnome 41.1: OS is Debian ( bookworm/sid) SystemTray version is 4.1...

Same here. Just created the operator and simple minimal cluster by the Readme. The use case I am testing is uploading a 50M binary file to a dummy table. That...

@Deepanshudang Increasing the resource helped, but it took me a while to find the right settings. Any documentation on this, how to set the value? We have the case that...

Is there any workaround this? I know this from destroying a VM and added a trigger that simply manipulates the XML and removes relevant entreis. But currently, I get this...

Looks like this problem came in with the latest 0.7.0 version. Up to 0.6.3 my Vagrant script works fine.