Ryan Loil

Results 9 issues of Ryan Loil

已经找到问题所在,并提供解决方案,就一个小修改。 xadmin.widget.select-transfer.js 第172行修改为: `box.options[i].selected = true;` 然后在第72行前添加: `if (box == this.to_box) { this.to_box[0].options[0].selected = true; };` 修复的bug是必须点击一下右侧选中框才能提交这个问题。 没能找到具体的原因,但是发现修改HTML的option标签的selected属性为true(任意一个就行)就能处理这个问题,索性在显示的时候直接显示第一个为select就绕开它了。

Hello, I found something very interesting. One of my application that are using in my project called [xadmin](https://github.com/sshwsfc/xadmin) using STATIC_URL for it's static files. And when this variable is set...

**功能描述** 建议调整所有os.path.dirname(__file__)的代码为相对路径 **理由** 此部分会导致nonebot在pyinstaller打包后的exe中调用如下目录: C:\\Users\\[USERNAME]\\AppData\\Local\\Temp\\_MEIXXXXXX\\ 而pyinstaller打包的py文件却在它自己的exe里面,导致[BOTNAME]\\plugins等路径无法被找到 **实现方案** 建议调整所有os.path.dirname(__file__)的代码为相对路径 另注: 由于plugin写法,需要在pyinstaller生成的[BOTNAME].spec文件中,在hiddenimports里添加所有在插件里的module 还需要将所有的plugins按照开发目录的原始状态拷贝进dist内,一并发布才行

xadmin.widget.select-transfer.js 第172行修改为: ` box.options[i].selected = true; ` 然后在第73行前添加: `if (box == this.to_box) { this.to_box[0].options[0].selected = true; }` 修复的bug是必须点击一下右侧选中框才能提交这个问题。

修复方法已经找到,注销掉decode() 即注释掉第79行 `content = content.decode()`

Today, my action-job failed and the exception is cannot find element of class name "submit", and all checkbox is missing 5 times. But when I tested it in my own...

The Release version somehow put Minecraft (which is a independent branch, not in the main branch) in to it. This "Minecraft Environment" has several packages which are only supported in...

bug

今天玩xposed才发现,老哥原来是Shamiko的作者,跪拜

please add this line into 如何在Tor浏览器中使用ZeroNet? 对于Tor浏览器 9.0 以后的版本,请按如下设置: - 在地址栏输入: `about:config` 并接受风险警示 - 搜索项目 `no_proxies_on` - 双击并修改为`127.0.0.1`,接受修改 - 重新打开http://127.0.0.1:43110 which is the translation from the new english version in...