XhstormR

Results 61 comments of XhstormR

It looks because of the HTML string, resulting in no closed XML tag: ![剪贴板04](https://user-images.githubusercontent.com/10527522/122778502-a3a56e80-d2df-11eb-87a7-7b8420ca6756.jpg) Maybe we can use ``.

Related to https://github.com/iBotPeaches/Apktool/issues/1685

试了下直接返回 nodePos 可以匹配成功,但是 Hit 结果中的 begin 不对了,匹配成功的字符串比 keyword 长度要长。 看了下代码匹配成功后保留的信息只有当前 position 和 keyword index,通过 keyword index 从 `int[] l` 获取长度,然后与 position 相减取得 begin,没有额外信息,无法知道真正的起始点在哪。。 ``` W.or.ld [2:7]=World or.ld ```

2021 年了,还是没更新。

I want to ignore some method on api interface too.

I tried the second method, but I have a Controller class that inherits this interface and it doesn't work. I finally customized a class that inherits SpringMvcContract: ```kotlin class FeignIgnoreParameterContract(...

When I make a successful call to make an http request, but it fails when converting the http call result json into an object. When I remove the `suspend` modifier...