XhstormR

Results 27 issues of XhstormR

### Information 1. **Apktool Version (`apktool -version`)** - v2.5.0 2. **Operating System (Mac, Linux, Windows)** - Windows 3. **APK From? (Playstore, ROM, Other)** - Other: GitHub release ### Stacktrace/Logcat ```...

According to the [Gradle Kotlin Documentation](https://docs.gradle.org/current/userguide/kotlin_dsl.html#kotdsl:precompiled_plugins), we can write some scripts separately. But this plugin cannot be used in precompiled scripts. Here is what i do: buildSrc/build.gradle.kts ```kotlin plugins {...

bug

请问子类继承 AhoCorasickDoubleArrayTrie,能否重写某些方法,实现匹配时忽略一些特定字符,例如标点符号? ```kotlin val acdat = CustomizeAhoCorasickDoubleArrayTrie() acdat.build(mapOf("hello" to "hello")) val wordList = acdat.parseText("hel,l.o") // omit , . char, matched ```

```kotlin version = "1.0-SNAPSHOT" plugins { idea kotlin("js") version "1.4.21" id("org.jlleitschuh.gradle.ktlint") version "9.4.1" } kotlin { js { browser { testTask { useKarma { useChromeHeadless() } } } } }...

I have an API interface where the methods are kotlin suspend methods: ```kotlin @FeignClient(path = "/api/masker", contextId = "MaskerApi", name = Const.SERVICE, configuration = [FeignConfig::class]) interface MaskerApi { @PostMapping("/mask") suspend...

无法正常访问 *.bnbstatic.com 测试URL: https://bin.bnbstatic.com/static/runtime/react-redux.7.2.1.min.js ![image](https://user-images.githubusercontent.com/10527522/151797792-3e772a01-ffe0-4037-b515-43ac37bf67ed.png) ![image](https://user-images.githubusercontent.com/10527522/151799293-f18d5418-6218-49df-8038-1e0d8713e2d6.png)

I have an interface for declaring the API, this is one of the methods: ```kotlin @GetMapping fun getPhraseList( @Parameter(hidden = true) assembler: PagedResourcesAssembler, @Parameter(hidden = true) @PageableDefault(sort = [Const.DEFAULT_SORT]) pageable:...

enhancement
icebox

I have an API interface where the methods are kotlin suspend methods: ```kotlin @FeignClient(path = "/api/masker", contextId = "MaskerApi", name = Const.SERVICE, configuration = [FeignConfig::class]) interface MaskerApi { @PostMapping("/mask") suspend...

icebox

It's been a long time since a new version was released.