废话跳动
废话跳动
很感谢你的反馈,我应该抽不出空闲时间来修复了,欢迎提PR来修复这些问题,十分感谢!
You need to modify the version to the latest one (0.9.1). Version 1.0 not released yet.
> can you upload one more sample with Gradle 7.2, There are a lot of issues raised when I do development. Webview listener class is also missing in the library....
I'm busy recently. Welcome to make a PR to fix it.
>  请问可以提供一下以下信息吗? - 具体的复现步骤 - 所使用的过滤规则数据
> 通过addr2line看错误新的话是显示ad_block_client.cc里面1511行空指针的问题  我加了判断后就没有拦截效果了  感谢反馈!这里确实存在问题。对了,你可以把空指针判断放在while循环外面,代码意思会更清晰点。
Hi. I use `=IMAGE` to embed an ext image, but failed. Here is my code: ```java Worksheet ws = wb.newWorksheet("AllCallChains"); ws.formula(0, 0, "=IMAGE(\"https://some-image-host.com/sample-image.png\")"); ``` and the result xlsx file looks:...
> Care to provide a reproducer? With the code above, we're not able to reproduce the issue. > Here's the Redis `MONITOR` output: > > ``` > 1762176059.468226 [0 127.0.0.1:51203]...
@mp911de Hello. The issue description was wrong, I already edited this issue just now. And here is the reproducer, see it's `Main` class to reproduce: https://github.com/Edsuns/spring-data-redis-issue3201
> 如题,这种会是什么问题呢? 拦截计数主要是网络请求拦截,HTML元素不在这个计数统计内,你看到计数大于0则说明有请求被拦截了,但不代表HTML元素有成功拦截。