Duncan Smart

Results 10 comments of Duncan Smart

What I find myself doing all the time in a library such as Entity Framework is trying to understand the complex type hierarchy. ILSpy shows the hierarchy of derived types...

I found (or rather GitHub Copilot did) that `hs.eventtap.event.properties.scrollWheelEventIsContinuous` lets you know if the incoming event is coming from a trackpad so that I can conditionally reverse the scroll direction...

Tested the zipped ARM build here on Windows on ARM in a Parallels VM on an M3 Mac and works perfectly! Thanks👍

Great idea with the overlay window. However, the scrolling only affects one window when the sliders window is not showing, even though the unison checkboxes are selected for both monitors....

Also, I set the Window background to `Argb(100, 255, 0, 0)` and inflated iconRect (`iconRect.Inflate(0, 20)`) so i can see the behaviour: You can occasionally see the MouseLeave logic is...

- ✅ The icon mouse wheel option is very stable now - 🤔 No improvement on the unison option.

Looks like the code assumes this part will be present: ![image](https://github.com/user-attachments/assets/2d14b95f-da9a-47a3-b9ba-c87d17eafbb0)

Agreed. If the `progress` Action just provided `rowsCopied` it would be ideal - leave it to the user how to represent the progress themselves: if they already had the row...

Make the name optional. If no name is supplied just call it "_Draft n_" where n is an incrementing number. Alternatively create a name based on the URL, e.g. "_GET...

Thanks @davidwengier - trying this out results in: with stack traces that all look like the following: ``` StreamJsonRpc.RemoteInvocationException: Razor source generator did not produce a host output for project...