Meng Jun

Results 4 issues of Meng Jun

I can read data from my device, but can not write command `0x0d, 0xe7, 0x01, 0x8a, 0xe0` to device. The device's vid is `0x3151`, pid is `0x50ab`, usagePage is `65285`....

## BUG for bottom-sheet ### if more content in component bottom-sheet , it will overflow: ![image](https://user-images.githubusercontent.com/23349958/47421300-df947880-d7b2-11e8-895b-dbb637c60aab.png) ### we can add these attributes in the element. ``` .mu-bottom-sheet: { max-height: 70%;...

enhancement

I installed `imgcat` with `scoop` and run it to display `avatar.png` . `imgcat` throw error with below: ```bash (base) PS C:\Users\mago\Downloads> imgcat avatar.png 2024/03/19 10:55:42 failed to get the terminal...

在 Linux 4.14-rc3 之后的源代码中,关于 进程状态的描述添加了 `P (parked)` 和 `I (idle)` 的状态 ```bash static const char * const task_state_array[] = { /* states in TASK_REPORT: */ "R (running)", /* 0x00 */...