Samael

Results 284 comments of Samael

It looks like it's just a case of updating _game.c_ with a mapping to the music you want: https://github.com/phoboslab/wipeout-rewrite/blob/90702ce17115484b6cfc1155dd4617b5fa3762cd/src/wipeout/game.c#L178C1-L190C4 then updating the `#define NUM_MUSIC_TRACKS 11` line in _game.h_ to match...

ok thanks for the link. I was not aware of the Picker API. Any chance of the new work being JDK 11+ and having full JPMS support via _module-info.java_

No problem. May be worth keeping the branch for reference. I'd like to know more about how the intended approach to JPMS would work and can potentially have a go...

Is this related to #867 where anything *.d is being treated as a D file?

the fact that dmd still doesn't work on aarch64 means that I may need to start using OpenD as it has a [opend-latest-osx-arm64.tar.xz](https://github.com/opendlang/opend/releases/download/CI/opend-latest-osx-arm64.tar.xz) release build. It's not currently in the...

No problem. I've not come across this personally. It was reported via Sentry. Just posted as it seemed like something worth checking on at some point. Thanks for testing it....

Interestingly I am also getting reports of no class found for `com.intellij.json.JsonLanguage` which is also a little odd. This was from IntelliJ IDEA Community Edition.

yeah, I just searched `JsonSchemaProviderFactory` in sentry for the last 30 days and got no results so closing now

they actually added that proposal!? I'm not keen on named arguments, I don't feel they add any benefit as the IDE (Intellij anyway) shows the name of the arg in...