Matt

Results 293 comments of Matt

The issue is that the format isn't just those three columns. The format is flexible. Its just _minecraft modding_ that uses the three column format. You could hypothetically have 20...

The mapping system is designed to be independent of others, so it is not currently aware of the structures of classes mappings are registered for. Currently, it will export classes...

The `x` button on the actual window? Isn't the universal UX of that to close the application?

`actions/upload-artifact` must also be updated per: https://github.com/actions/download-artifact/blob/main/docs/MIGRATION.md

Renamed since the issue is actually for compiling in the context of people in nix/aur environments. Existing builds of Recaf run fine in JDK 23/24.

> I used Windows 11 I was mainly referring to people in the discord who had also brought up the issue, along with similar requests in the past. Most people...

20e27a92eface509643a7acc83a85e83a9f43e68 - I upgraded to Gradle 9 and was able to build with JDK 25 _(The project still targets 22, but the host Gradle JVM uses 25)_. The weird error...

[Made a workaround for the `SVG` class](https://github.com/Col-E/Recaf/compare/20e27a92efac...772d70958fb4) complaining about a class we don't even reference. Try again and use `TARGET_VERSION` as an env variable to specify your desired JDK target...

I updated JSVG to 2.0.0 and curiously enough, it doesn't encounter this behavior in 2.0.0. So I downgrade it back to 1.7.3 and it comes back. In both versions, the...

> More general way would be to add regex filter. ![image](https://github.com/user-attachments/assets/ee042459-0945-45b8-8397-53a46035a267) The `str.matches(value)` is a full regex match just like `String#matches` and `str.matchesPartially(value)` will include anything that has a single...