Results 175 issues of Stéphane Lenclud

There are quite a few device property types that we don't yet support. That should be fixed. #20 is part of that.

We will need to add support for string array/list properties. That will be needed to implement #19.

Would be nice to be able to visualise our devices hierarchy from the root parents down to their youngest children. We could either do that in a new demo device...

Would be nice to have an all devices tab in the demo showing every devices on the system and not just HID devices.

HID Demo release Squirrel release has been broken since we migrated to SDK style projects. See how our [release script was called](https://github.com/Slion/SharpLibHid/blob/92657685606053c4c3e6e9f8aea521c6d3a3318f/Project/HidDemo.csproj#L324) during project build before.

Notably an issue on Windows 11. Though I'm guessing that applies to other devices with physical keyboard. The virtual keyboard should remain hidden when physical keyboard is active. ![image](https://github.com/Helium314/openboard/assets/6508892/335526da-630b-4cfb-8a34-f9d15ddc6855)

bug

Pico W + Debug Probe + Windows 11 + Pico Visual Studio from Pico Setup The probe is updated to the latest firmware. Looks like that issue is specific to...

### Describe the feature/enhancement you need I need to persist WebView2 states when the application is restarted. ### The scenario/use case where you would use this feature For instance a...

feature request

Do you guys have examples showing how to display stdio on Pico Display Pack 2.0 in C/C++?