Matt
Matt
1. I cannot do anything without the sample causing the problem, based on other similar reports in the past I assume this is a specific issue to the sample and...
Closing as 4.X is the only branch we're working on going forward. This is addressed in 3.X and 4.X branches.
https://github.com/NixOS/nixpkgs/issues/220470 Seems like there was a recent similar issue. It has the same `caused by` block at the end.
I can't really help with things on the native side of thing for an OS I don't run, but hopefully somebody else may have some valuable insight.
As Rat said, the launcher just does what a package manager should do. Its for users who are looking for an easy solution that sets itself up and makes updating...
In 4x we only generate missing data per-class when requesting a compilation for the code of that class's decompilation. This reduces the speed concerns as there are many less constraints...
Closing in favor of #707
We're not using JavaParser on 4x, so I need to test for this case to see if it affects 4x. we should make a test case for it while we're...
Remote work pending, but mostly complete: https://github.com/Col-E/Recaf/pull/537
Some investigation: > Investigating if some third party library could be used Most _"Java code completion"_ libraries are implemented over [LSP](https://microsoft.github.io/language-server-protocol/) or are old and target `javac` internal classes that...