Jdbye

Results 45 comments of Jdbye

It's not such an important feature, but it would be useful. For example, in my program, the contents of the listview can be resized/zoomed. This does not really behave nicely...

Same issue as well. No matter what image or model I use, it gives the error "RuntimeError: Sizes of tensors must match except in dimension 1. Expected size 25 but...

I ended up installing LAVIS in python and using BLIP2 through that, which worked just fine. That is what this extension does under the hood - but something must be...

After some more testing, seems using the BrushAnimator with a Canvas has the exact same behavior. I restructured the GIF loading code to enable loading GIFs into any Image to...

Very strange. It only works in the fullscreen image view when there is an animated thumbnail visible already. Otherwise it exhibits the same behavior as before. Maybe the fullscreen image...

I was using 2.2.3 for a while already when this issue started so I don't think it's actually related to updating. I was using either 2.2.1 or 2.2.0 before, since...

> Could it be as simple as setting the richtextbox TabStop property to false?. Just a guess , not had a focus issue with a preview handler but only used...

On my laptop, this behavior with the Explorer window losing focus doesn't happen. Only seems to happen on my desktop for some strange reason. I also seem to remember it...

I solved the issue, though not without drawbacks. `cp.ExStyle |= 0x08000000; // Turn on WS_EX_NOACTIVATE` Adding this line to CreateParams in SharpShell\SharpShell\SharpPreviewHandler\PreviewHandlerHost.cs solves the issue. The drawback is that I...

That may be my mistake as I assumed it would apply to both debug and release and I'm not sure if I actually tested the release build. I am using...