Nullptr

Results 11 issues of Nullptr

**什么情况/What happened?** Hook method File.class doesn't work on YAHFA version **Xposed模块列表/Xposed Module List** testmodule **Magisk模块列表/Magisk Module List** Riru Riru - EdXposed Riru - Enhanced mode for Storage Isolation Riru -...

bug

Public library should NOT involve public extension functions ESPECIALLY for language standard library. I must admit that this is really outrageous. I think it's better to warn users for this...

我看了下源码,生成图片是网络请求,请问将来有开源计划吗?

有的app规则比较完善,没必要每次选择内部还是外部浏览器

enhancement

Would it be possible to implement an async version of the driver?

考虑我们有这样的结构,它主要实现了这样的功能: 1. 发送读请求,将 `waker` 保存,让出 CPU。 2. 中断到来,根据 token 取出 `waker`,唤醒 Future。 3. 完成读取。 这套方案存在两个问题: 1. 在非理想情况下,Future 可能被其他事件取消(信号/进程终止等),此时后续的 `complete_read_blocks` 不会被执行,因此需要驱动支持直接取消一个 token,而不需要完成数据复制工作。(不能创建一个新的 buffer 放到全局区,把 complete 操作移到 `handle_irq` 处,因为这会导致额外的复制开销。) 2. `peek_used` 方法只会取出一个待处理的...

I am trying to put different `Device` implementations into something like `Box`. Moreover, I want to have something looks like ```rust struct NetInterface { device: Box, iface: Interface, sockets: SocketSet

### 1Panel Version v1.10.21-lts ### Please describe your needs or suggestions for improvements 1. IPv6 的地区识别很模糊,只能识别到整个中国,不能到具体省份 2. 希望 WAF 的地区访问限制可以精确到省 ### Please describe the solution you suggest _No response_ ###...

Type: Feature Request

**Describe the bug** When connect to live share as a client, tinymist failed to render. Error on Windows: `failed to launch preview: Error: entry file must be absolute path` Error...

enhancement
editor-integration