Junerver Hou

Results 10 issues of Junerver Hou

在布局中使用指定宽度,或是match_parent都会出现这样的问题,使用wrap_content则正常,请问应该如何解决? ![image.png](https://upload-images.jianshu.io/upload_images/2253315-20346989f1ec9df8.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)

Please try to fill all questions below before submitting an issue. - Android studio version: Arctic Fox 2020.3.1 - Android gradle plugin version: 7.0.0 - Logger version: 2.2.0 - Emulator/phone...

启动软件后,无法打开文件,文件选择框无响应 ![image](https://cloud.githubusercontent.com/assets/13448219/22810348/20b20870-ef73-11e6-9380-85012bdd9cf3.png)

[junerver](https://github.com/junerver)/[ComposeWithRedux](https://github.com/junerver/ComposeWithRedux) By using ksp + kotlinpoet, I implemented this proposal :[Make easy to 'register' reducers](https://trello.com/c/WXS3RRKM/15-make-easy-to-register-reducers) I try to fork the project, but I can't run it on my machine, maybe...

Your code is great, concise and works well. If it can output ordered json string then it is perfect

已经在yaml中配置了: ```yaml desc: false folderize: false music: false ``` 但是下载后仍然将下载的作品保存到单独的文件夹,并下载了音乐、文本、封面等文件

故障(bug)
已确认(confirmed)

> D:/dev/Mine/C_Project/MediaInfoLib/Source/MediaInfo/MediaInfo_Inform.cpp:832:21: error: unknown type name 'Text'; did you mean 'text'? if (Text) ^~~~ text D:/dev/Mine/C_Project/MediaInfoLib/Project/CMake/../../Source/MediaInfo/File__Analyse_Automatic.h:1200:6: note: 'text' declared here enum text ^ D:/dev/Mine/C_Project/MediaInfoLib/Source/MediaInfo/MediaInfo_Inform.cpp:832:25: error: expected unqualified-id if (Text) ^...

示例中添加新的柱状图数据时,没有更新最大值限定,导致`require` 代码块抛出异常 或者可以考虑将该字段直接移除 ```kotlin data class BarChartData( val bars: List, val padBy: Float = 10F, val startAtZero: Boolean = true, ) { init { require(padBy in 0F..FLOAT_100) { "padBy must...