fishfish

Results 9 issues of fishfish

### Enhancement Type Improve an existing feature ### Describe the enhancement I have an online server_mod_list.txt file instead of a local server_mod_list.txt file. I hope to be able to update...

enhancement

建议加入设置播放器路径与播放的功能。(虽然说我这里用播放器的绝对路径基本上都是以“you-get: [error] oops, something went wrong.”结束……) > PS C:\Users\zzlwd> you-get -p "D:\PotPlayer\PotPlayerMini64.exe" "http://www.iqiyi.com/v_19rrgzy5ls.html" --debug [DEBUG] get_response: http://www.iqiyi.com/v_19rrgzy5ls.html [DEBUG] get_content: http://mixer.video.iqiyi.com/jp/mixin/videos/221865100 [DEBUG] get_content: http://www.iqiyi.com/v_19rrgzy5ls.html [DEBUG] get_content: http://cache.m.iqiyi.com/tmts/221865100/0cebe6abfb8bda607f51aa48c66dfb2a/?t=1525076970725&sc=83149e4642018e0fe69169b21d1a6d2f&src=76f90cbd92f94a2e925d83e8ccd22cb7 site: 爱奇艺 (Iqiyi) title:...

enhancement

插件似乎已经被屏蔽或者无法正常运行了 ![snipaste_2018-06-07 19_19_25](https://user-images.githubusercontent.com/7829265/41096647-d6093a5a-6a87-11e8-817a-1bd87f9ac002.png) ![snipaste_2018-06-07 19_19_38](https://user-images.githubusercontent.com/7829265/41096644-d59344da-6a87-11e8-9c91-f8d09340db23.png) ![snipaste_2018-06-07 19_20_02](https://user-images.githubusercontent.com/7829265/41096643-d51e5d1e-6a87-11e8-9176-21d26d37f1d1.png)

### What I did: - Write a file - Debug and run the program - At the beginning the program works fine - But when I move the mouse to...

I am currently using BL616, but the compiled binary does not run properly after being flashed using BouffaloLabDevCube. I think it might be because the binaries generated by rust need...

在[该处](https://github.com/rustsbi/xuantie/blob/main/src/paging.rs#L85)出现错误: An error occurs [here](https://github.com/rustsbi/xuantie/blob/main/src/paging.rs#L85): ``` evaluation of constant value failed attempt to shift left by `59_i32`, which would overflow ``` 错误涉及到该文件的第84、86、88、90行 The error involves lines 84, 86, 88, and...

I tried using the following function to check the state when a `QPushButton` is clicked: ```python neko = "" def buttonCat(button: QPushButton, group: QButtonGroup): global neko print(f"You clicked button {button.text()}")...

在尝试获取外设的时候提示错误 ``` `Peripherals` is not an iterator the following trait bounds were not satisfied: `Peripherals: Iterator` which is required by `&mut Peripherals: Iterator` ``` 下面是我使用的代码 ```rust #![no_std] #![no_main] use panic_halt...

## Your Question 这是我的数据库定义: Here's my database definition: ```go // 平台表 (platforms) type Platform struct { ID uint `gorm:"primaryKey" json:"id"` // 平台 ID ... } // 模型表 (models) type Model...

type:question