HaoboGu

Results 56 issues of HaoboGu

### Subject of the issue I use create-pull-request to create pr after build the bindings on different platforms. On windows, the built bindings uses CRLF, but when they are committed...

When BadgerDB tries to open a corrupted dababase, sometime it would just panic(seems that this panic only occurs on Windows): ``` panic: runtime error: index out of range [3] with...

I am trying to parse an arbitrary part of java code, including class, method or a block. I encountered an error when I tried to parse the body of constructor:...

Improvement
Grammar

如果您在使用Cosy的过程中,遇到了任何问题请按照如下的步骤排查问题: 1. 检查我们的[FAQ](https://github.com/alibaba-cloud-toolkit/cosy/blob/main/docs/zh-cn/guide/faq.md),大部分已知问题的解决方案都在其中 2. 如果FAQ不能解决问题,请open issue,并且提供如下信息帮助我们排查 - cosy所有的日志文件 - Mac和linux用户:~/.cosy/logs - Windows用户:C盘/用户/[用户名]/.cosy/logs) - IDEA的日志文件 - IDE顶部菜单栏 - help - Show Log in Finder - `idea.log文件` 3. 或者加入我们的钉钉群,内有专人帮助您排查问题 ![image](https://github.com/alibaba-cloud-toolkit/cosy/assets/9382205/e64e6761-091d-46ed-819f-92b346f3d787)

`embedded-storage` is a widely used storage trait in Rust embedded world. Is it possible to implement this trait for `nvs`? If that, `nvs` could be compatible with a lot of...

help wanted

In filex nor flash driver, `current_driver->initialized` is set to `FX_TRUE` after FX_DRIVER_INIT, but this state is not set to `FX_FALSE` in FX_DRIVER_UNINIT, here is the code: https://github.com/STMicroelectronics/x-cube-azrtos-h7/blob/437ec3bb3455a26c535de52f0fc7f553c739acb7/Middlewares/ST/filex/common/drivers/fx_stm32_levelx_nor_driver.c#L135C1-L139C1 Is it a...

### Describe the problem Electron has APIs for device accessing, like webhid/webusb/webserial. I cannot find any equivalent in tauri. Electron also provides a way to skip the popup to grant...

type: feature request

The implementation of the `gen_hid_descriptor` macro seems lack `logical_max` field, is that right? How can i do to add `logical_max` field? code here: https://github.com/twitchyliquid64/usbd-hid/blob/master/macros/src/spec.rs#L129

Hello, I'm testing this crate for usbd usages. Everything is fine when I create less than 3 `HIDClass`, but if I create 4 `HIDClass`, the usb device just doesn't work:...

I'm using Filex with LevelX nor flash driver. I found that when writing a lot of data, _lx_nor_flash_logical_sector_find costs a lot of time(about 50ms each write), making LevelX write quite...

bug