gyorokpeter

Results 35 comments of gyorokpeter

https://github.com/bobbylight/RSyntaxTextArea/wiki/Keyboard-Shortcut-List This shows it as Ctrl+/, however it doesn't seem to do anything.

Can you provide a reproduction using built-in data generation? I'm not seeing any errors for these (although they are slow): ``` a:([]c:`${1400000?" "}each til 10) a:([]c:{1400000?" "}each til 10) ```

In the meantime we found this example: https://github.com/kubernetes-client/java/blob/master/examples/examples-release-20/src/main/java/io/kubernetes/client/examples/WatchExample.java It would still be useful to update the docs to better explain how to migrate from the old to the new style...

Yes, 20.0.0. In the meantime I found that normal modify/add/delete events are being picked up correctly, but sometimes this error still pops up. The code looks quite similar to https://github.com/kubernetes-client/java/blob/master/examples/examples-release-20/src/main/java/io/kubernetes/client/examples/WatchExample.java...