Rickiewars

Results 20 comments of Rickiewars

I still got this issue on Manjaro KDE in draw.io version 18.0.6

How do you mean that exactly? Open an issue on the Electron git repository refering to this repository and this issue?

I've tried to find a similar issue on the github issue-tracker of Electron but failed to find one. I've opened a new issue on their Github Issue-tracker mentioning this bug....

I've also got this problem. It occours both wen it is a smaller window but mostly when I've maximized the window. Here follows an example of the issue on a...

What is the progress of this feature? Is there already a way to offload work to a separate thread and return it's result later? (without blocking the current thread)

The mentioned pr has been merged I see. Is the feature ready to use? If so, is there already some documentation available for the feature?

The quilt equivalent to the FabricMetadataUrl would be: `https://meta.quiltmc.org/v3/versions/installer` Also `fabric-installer.jar` would need to be changed to `quilt-installer.jar` I would also want a template for quilt because quilt seems to...

I've gone ahead and tried to implement my own version of the quiltdl function. Unfortunately, I haven't been able to test this because I keep getting 404 errors. (Normally, I...

Instead of trying to getting my build to work to test my quiltdl.go file, I've decided to take the advice of @CristianEduardMihai and take the easy way by creating just...

You can do this like this: ```json [ { "path": "app/", "color": "none", }, { "path": "app", "color": "red", }, ] ``` The order matters! Quick explaination: - `app/` only...