oSumAtrIX

Results 174 issues of oSumAtrIX

### Bug description Only this is set: https://github.com/ReVanced/revanced-patcher/blob/ead701bdaf51f30ccefe846471bc2d3b550b7bdb/src/main/kotlin/app/revanced/patcher/patch/BytecodePatchContext.kt#L75 However https://github.com/ReVanced/revanced-patcher/blob/ead701bdaf51f30ccefe846471bc2d3b550b7bdb/src/main/kotlin/app/revanced/patcher/patch/BytecodePatchContext.kt#L172 is not set for example. ### Acknowledgements - [x] I have checked all open and closed bug reports and this...

Bug report

### Feature description Use DelegateLastClassLoader to load patches ### Motivation If patches duplicate classes, the patches' own classes can be used. Separate class loaders may be needed. ### Acknowledgements -...

Feature request

While this is possible: ```kt private val enrichment = TypeEnrichment(id = "EnrichedSchema") { Schema::field { deprecated = true } } ``` There is no way to set `Schema::field` when you...

I do not know if the issue is something Kompendium can solve, but here is an outline of the issue: For the Json serializer a naming strategy can be specified:...