15klli

Results 6 issues of 15klli

## 什么问题 Redmi K30U Android12 刷入模块后卡米 ## 详细情况 (请尽可能**详细地**说明你遇到了什么问题,以及必要的复现步骤) Magisk 版本: 24.3 太极 Magisk 模块版本:v7.05 太极APP版本:9.0。1 开启的 Xposed 模块:无 Xposed模块版本:无 开启的其他 Magisk 模块:音量救砖 19.020,shiamiko v0.5.0 其他 Magisk 模块版本: 手机型号:Redmi k30Ultra...

bug

### Short description when I input `dto.getId()` and click `ctrl+alt+v`, the code beteween `@NotNull Integer id = dto.getId()` > ```java @Data public class Dto{ @NotNull private Integer id; } ```...

* version: 10.0 * code ```python retryBool = True @pytest.mark.flaky(condition=retryBool,reruns=2) def test_demo(): retryBool = False assert False ``` I found that if I set the mark like the above code,...

enhancement

这个问题怎么办?Windows版和树莓派版都出现这个问题 ![image](https://cloud.githubusercontent.com/assets/17797189/26787711/949b8cd2-4a3d-11e7-92bf-a194a069dc9d.png)

楼主,您好!我在play()方法中的添加了`print "success"`,发现换歌后的歌曲网址是一样的(如图),而且我把网址提取出来,用命令行中输入`omxplayer http://xxxx`没有播放任何歌曲,不知道是为什么,期待您的答复! 注:omxplayer 能正常播放本地歌曲 ~~~ mp3_url = song["mp3_url"] try: subprocess.Popen("pkill omxplayer", shell=True) time.sleep(1) subprocess.Popen("omxplayer " + mp3_url, shell=True, stdout=subprocess.PIPE) self.con.notifyAll() print "success" print "mp3"+mp3_url self.con.wait(int(song.get('playTime')) / 1000) except: pass...

![1496606643 1](https://cloud.githubusercontent.com/assets/17797189/26764951/0a999888-49a4-11e7-88f8-e6a270d10cb2.jpg) ![wechat image_20170605040712](https://cloud.githubusercontent.com/assets/17797189/26765014/2ec949a0-49a5-11e7-8c7e-50e0f9c62223.jpg) 楼主好!首先说一下我是个菜鸟,麻烦您了!我的是树莓派2,用的是 Python 2.7.x 运行 run.py 但是运行、扫描登录成功后【如图1】,按照您的教程, 我在微信上给我自己的微信进行回复,但是没有收到任何的回复【如图2】。请问是什么问题呢? 注: 1. 我的树莓里没有装网易云音乐这个软件(也不知道要不要装) 2. 我的树莓还没有外放设备(应该也不会影响回复问题吧) 3. 我是通过SSH登录操作树莓的。