Oscar Ivan Silvestre

Results 72 comments of Oscar Ivan Silvestre

Then I guess my phone *is* slow. Too slow to render an image correctly smoothly. https://user-images.githubusercontent.com/10338031/165357692-22d8866d-44fe-4cbe-800a-0d79065dd90e.mp4 Edit: uploaded a video for evidence. Should note that there is no discernible lag...

Settings issue, there's no thread safety in migration, the Daemon is regenerating new settings while UX reads it.

OTD uses MacOS's own APIs for sending left clicks, as seen from [here](https://github.com/OpenTabletDriver/OpenTabletDriver/blob/437f1c25fcc2b24f7846e00615851667a75c044d/OpenTabletDriver.Native/OSX/Input/CGMouseButton.cs#L5) for declaring what to send and [here](https://github.com/OpenTabletDriver/OpenTabletDriver/blob/437f1c25fcc2b24f7846e00615851667a75c044d/OpenTabletDriver.Desktop/Interop/Input/MacOSVirtualMouse.cs#L154) for how it's sent. There are no further variations for...

If somebody knows how to retrieve "current focused window" on Linux and MacOS then we'll gladly add it. For Linux there's also two ways it must be queried, X11 and...

Test this build if the issue still exist https://github.com/OpenTabletDriver/OpenTabletDriver/actions/runs/2192231712

This is expected, it's HID-compliant pen, assuming that the only tablet connected right now is Xencelabs Pen Tablet Medium.

Can still be used on the in-assembly configuration provider. Though to fix slow omnisharp we need to update to .NET 6 for incremental generation feature (to skip code generation when...

Things are already logged before settings is loaded.

Env vars is fine, will update at some point.

The git tag helps with identifying the source code that the package compiled with. The extra information proposed here helps with identifying issues not necessarily within the code, but to...