Malte Dostal

Results 15 comments of Malte Dostal

I'm not sure if I'm missing something, but the colors saved with "cmd+S" are automatically saved to "pastel" palette and there is no way to change that nor to move...

That's exactly what I thought when playing the game and I've been meaning to look into it and give it a go but haven't found the time to implement it...

@MaximilianGaedig I've imagined it more like - g = go - c = c - p(y) = python - j = java - js = javascript So that when you...

First-letter-collisions would be fairly easy to handle I think as the program would only have to wait ever so shortly after the letter for a second letter to be pressed...

> Did macOS Monterey bring any performance improvements for SwiftUI apps? 🤔 Haven't thought of testing it on the beta yet but on the first public beta, Java applications ran...

> Did macOS Monterey bring any performance improvements for SwiftUI apps? 🤔 @angristan Not sure about the potential performance, but the app plainly doesn't work on my Monterey beta. Forever...

This is a pure Java project; the error you're getting is out of scope and has to do with your environment variables. Try setting your `DISPLAY` env var to `:0.0`...

Setting the preferred image type to `VOLATILE` produces an even weirder result now.

> Setting the preferred image type to `VOLATILE` produces an even weirder result now. > This still happens with `SaltySystem.prefferedImageType = SaltySystem.ImageType.VOLATILE` in 0.14.19

As because of this bug, `SaltySystem.prefferedImageType` has become irrelevant for development, I am no longer sure where it is even respected and where the library just produces 'SaltyBufferedImages' per default.