孙德伟

Results 40 comments of 孙德伟

> The following is not made by me, but it's firmware for a keyboard using the RP2040-Zero. It is created with QMK Vial. Please try writing this UF2 to your...

I have created a custom keyboard using QMK firmware, and in terms of key functions alone, this keyboard already satisfies my usage requirements. However, implementing custom features like LED blinking...

@sago35 To write the firmware, use the following command: ``` tinygo flash -target=waveshare-rp2040-zero -serial usb examples/echo2 ``` On a Mac, it is recognized as: ``` Bus 020 Device 029: ID...

I also need this function very much. At present, the deployment of large models locally is already very mature. Moreover, its performance is much higher than that of online models,...

I forgot to mention that the same code works and functions fine with wails dev, but not after build.

> `./` isn't a valid windows path but agree it shouldn't crash. Have you tried using `.`? Tried using the current directory, also tried specifying a directory that exists, e.g....

Sometimes it works and sometimes it doesn't. I haven't found a pattern yet. After cross-compiling the current program on Linux, it works fine on Windows.

The same code works just fine inside my own project, but when I put it in gf's repository, I have problems testing it.I don't know why yet.

The function declarations for DilateWithParams and ErodeWithParams are inconsistent, which is quite confusing

Is it possible to provide a warning about possible data truncation issues when using int64.