Linus Närkling

Results 10 comments of Linus Närkling

Maybe it could be an annotation on the sealed class that "flags" it for overriding the table completely? That way it would be backwards compatiable and the old behavior can...

Oh it's also not possible to re-size the window using the top-edge of the window.

I noticed having this problem too, but discovered Visual Studio has an in-built setting that is similar to what this extension does. Under Tools -> Options, there is an "Editor...

> I have implemented the AI Inpainting according to a layer mask. > > Try it here: https://www.photopea.com/#iy9fmiZ_g.psd . Press Window - More - Dall-E, enable "Inpaint" and click "Generate"....

Span mode does not work with dark-mode switching for me. - I am in light mode - I switch to dark mode - Dark mode activates like it should -...

@Spiritreader I switched to the beta branch, and it did indeed fix the problem. Thank you!

> I've made it work by manually handling the ref in a callback, and then calling `updatePostion` which is returned from the `useOverlayPosition` hook. I'm using `usePopover()` which doesn't return...

I understand this might be a big undertaking to fix and I respect that it might take time. This issue is important to me and I would appreciate some assurance...

I just struggled with this. For quick future reference for others, delete this file and restart VS: `%AppData%/VSColorOutput/vscoloroutput.json`

I'm not able to provide a reproduce repo right now, but I just want to mention for any future stumblers that we started having this problem with NextJS and Node...