REghZy

Results 54 comments of REghZy

Are you using an old version of windows 10? it says in the readme file, the plugin uses features officially supported for win11, but it also works on recent win10...

I think it's caused when lambdas are somehow used in an old java class version (e.g 1.6). If i replace list#forEach(lambda) with a for() loop, then it works fine

Not sure if you added this, but in the main form (with all the image previews), having the "Rename to..." button show in the context menu (when you right click...

I hope to do it some day... but i'm just not very inspired to do it :( i'd have to make my own text editor, or use the built in...

Also as for the contrast, i could be wrong but i feel with VSCode it's just an illusion because the text is white and the background is dark (darker than...

> Curious question for you, why would you use XAML? Because of the WPF aspects? I am C# web-dev and back-end processes so not super familiar with XAML

After clicking the button a bit more, it looks like the center of the button (where the text is), doesn't register being clicking. But if you click near the border...

I seem to have fixed it by modifying the `UniqueIdQuery` and `Query` classes, by changing how it treats returned usernames: ``` if (this.useCache) { String username = SpongeUsernameCache.getLastKnownUsername(this.uniqueId); if (username...

Could it be due to the fact that, during the constructor of GuiOreDictItemSink, it copies the module's oreList field, instead of storing the oreList as a field in GuiOreDictItemSink? (it...

It would be more convenient to write a script, rather than have to go through the New Task UI to create a single action. And also, if you want to...