Results 175 issues of Stéphane Lenclud

[Webkit 1.9](https://developer.android.com/jetpack/androidx/releases/webkit#version_19_2) introduced the [Profile](https://developer.android.com/reference/androidx/webkit/Profile) APIs. I reckon we should be able to use it to isolate sessions from one another. Use [ProfileStore](https://developer.android.com/reference/kotlin/androidx/webkit/ProfileStore) to manage them. We could: - Change...

feature

With app launch set to Yes. To get to the Amazon web site without app launch do a search for amazon. Open amazon in background. Switch to that tab. I...

bug

Here is an early preview of a next gen keyboard I've been working on. I'm hoping it will be released in the coming weeks. At this stage this is a...

When I change the source file it is not generated anew unless I rebuild the project. Is there a way to update generated files without rebuilding the whole project?

Getting the following errors: npm ERR! code EBADPLATFORM npm ERR! notsup Unsupported platform for [email protected]: wanted {"os":"darwin,linux,freebsd,win32","arch":"any"} (current: {"os":"android","arch":"arm64"}) npm ERR! notsup Valid OS: darwin,linux,freebsd,win32 npm ERR! notsup Valid Arch:...

Axis UsageValues extraction should use [HidP_GetScaledUsageValue] instead of [HidP_GetUsageValue]. Actually [HidP_GetUsageValue] should still be used as a fall back solution if [HidP_GetScaledUsageValue] fails with `HIDP_STATUS_BAD_LOG_PHY_VALUES`. See `GetUsageValues` implementation in code....

Consider having an Axis class to make it easier to work with axis by providing a bunch of easy to use methods to access axis id, name, value and value...

enhancement

Check why Xbox Elite Controller max axis value displays -1. It should likely be 65535 instead. Looks like a typical sign cast issue.

bug

Use [WM_DEVICECHANGE](https://docs.microsoft.com/en-us/windows/win32/devio/wm-devicechange) to achieve that. We could also animate changes somehow? Show new devices in green and removed devices in red.

enhancement

We should be able to display device icons in our lists.