Amy
Amy
on windows 10, and yes, this is still an issue
From reading SpaceDust's C# code and looking at the relevant cfg files, it looks to me like the reason it's happening with BDB's ModuleSpaceDustTelescopes and not with SpaceDust's is because...
I'm getting a "Legacy debug adapter is deprecated. Please comment on [issue 3096](https://github.com/golang/vscode-go/issues/3096) if this impacts your workflows." message when I debug locally. The configuration I'm running has: ` "type":...
I agree that it would be useful for a variety of applications to be able to transform images (e.g. with rotation, or flipping them, or the like). For instance, if...
FWIW I don't see any good way to rotate SVGs outside of Fyne and then pass them to Fyne, but maybe I missed something. I spent some time thinking about...