Matt
Matt
I've been looking to make a regex that tells me how many groups (matching) there are in another given regex and found a pattern that looks like this:  ```java...
I'm currently looking into Android support on my project, Recaf ([rewrite work where this would apply to](https://github.com/Col-E/recaf-3x-rewrite-temp)), and am evaluating a number of potential paths. One such path would be...
For a sample: https://github.com/Col-E/Recaf/issues/373 Essentially, if the input isn't parsable ensure the reason why is clearly described in a thrown exception. Allows the library user to handle invalid files easily...
## Documentation - [ ] A lot of it ## Assembler - [x] Core syntax & compilation - [x] Expression syntax & support ## Assembler - Optional - [ ]...
Currently this is a windows only library. It would be really handy for it to support multiple systems.
- [x] https://avaje.io/inject/ - [ ] https://docs.micronaut.io/latest/guide/#ioc - [x] https://eclipse-ee4j.github.io/glassfish-hk2/ - [x] https://github.com/jbock-java/simple-component - [ ] https://github.com/officefloor/OfficeFloor - [x] https://github.com/inverno-io/inverno-core - [ ] https://github.com/quarkusio/quarkus/tree/main/independent-projects/arc
There is no guarantee that our transformer is the last in the chain atm. So we may not be given the most up-to-date bytecode from another transformer. From xxDark >...
From xxDark > `populateExisting` will not work as expected in environments like launchwrapper and all this stuff, better approach would be to ignore VM generated classes for lambdas, proxies, etc...
The excel spreadsheet isn't previewable online _(and thus for any mobile viewers)_. It would be easier to track the current status as a series of issues, single issue with a...
- Welcome - [ ] First time configuration based on what the user intends to do #702 - In-application help - [x] In-application tutorials with basic code samples #709 -...