noblehelm

Results 7 comments of noblehelm

This happens due to the order of Proxy instances requested during or after the creation/initialization of a bean, as per the [docs on Dynamic Proxy in the GraalVM website](https://www.graalvm.org/22.0/reference-manual/native-image/DynamicProxy/#manual-configuration). In...

Should every action produce a history to enable undo/redo? Even actions like using the Navigate Tool?

@exceptionfactory I must be doing something wrong because even with the pull request I'm still having the same problem: ``` --2023-05-23T19:11:52.801Z -ERROR 1 --- [nio-7300-exec-2] net.schmizz.sshj.DefaultConfig : Could not read...

@exceptionfactory Yeah, Imma dumbnut and forgot that in addition to `gradle build` there is `gradle publishToMavenLocal`, so that's why it wasn't picking up the new dependency. It works now! And...

Might be a bug with the grayscale() function (should it return a GrayImage or ImageBuffer instead of DynamicImage?). In the meantime, try using the .to_luma() function to see if it...

This seems to be similar to issue #93. The recent 1.1.0 version kinda fixed it for me - **if I start Burrito before GW2, then the mouse works correctly**, otherwise...

Just tested with the original 1.0.0 version and I have the same behaviour: - if I start Burrito **first**, the mouse don't wander into 2nd or 3rd monitor - if...