Michael McLafferty

Results 13 comments of Michael McLafferty

I am also looking for best practices on this... My current challenge is how to handle this during a server-side render(SSR). In the case of the REST API returning a...

Had the same issue here. After deleting my log file, it no longer had the issue. My previous run was attached to a debugger which I killed the process which...

Same issue here, busted in react 18. The drop never works in development builds, but production builds it works fine. flushSync did not fix it for me either.

I did get it to somewhat work - Adding the prop group="grouped" seemed to make things behave. Sometimes it feels like I have to drag upwards to get it to...

Hey, thanks for the response. I now suspect it is one image actually coming over in two buffers via DataTransfer events. The reason I suspect this is that the first...

I got it working... partially at least. I modified DataTransferredEventArgs to take a MemoryStream for the MemoryData. I also remove the MemoryInfo, because I changed it to buffer all the...

Welp, just spent the day trying to do what others did. Maui app that runs in the tray until user opens it. Ran into two issues: 1) Maui requires a...

Same issue here... Going to try and debug it tomorrow. It says I can set the capabilities, but it fails when I do. Trying to change the DPI from 100...

Am also trying to figure this out. Did you have any luck figuring it out?

I've figured it out. TransferLogic.cs This section of code - ``` // some poorly written scanner drivers return failure on EndXfer so also check for pending count now. // this...