Socolin

Results 121 comments of Socolin

I think, now, I'm getting what is happening. What I was expecting with `AppendRotationDegrees` and a rotation center was something like this https://github.com/user-attachments/assets/b8a34a3f-7a49-42c0-b021-8052ab05204c My understanding was that pixels were 1x1...

I found another bug with the rotation, kind of the same as the original issue: When I apply 90/270 rotation on this 4x4 ![image](https://github.com/user-attachments/assets/170fbcb8-de4a-4e64-82e1-0260489a6b76) with ```cs .Transform(new AffineTransformBuilder().AppendRotationDegrees(270, new Vector2(3.5f,...

> Rather than bombard me with a wall of text can you please acknowledge my explanation as to why your expectations were incorrect above Sorry if you saw my repro...

As far as I can tell the math are all right with the transform. I'm very visual so I draw a bunch of schema to understand this, I'm including them...

Also while reading the code I'm also have a question regarding `GetBoundingRectangle` (I did no test so it's purely speculative at this point) if after a rotation one of the...

I took a look, and it looks good. I'm sorry I'm really having a hard time understanding all this. I think the main confusion for me is that almost all...

You can try the version available https://github.com/Socolin/ApplicationInsightsRiderPlugin/actions/runs/11881644152 The plugin update is blocked on Jetbrains side because some API I'm using in the plugin are now marked as Internal and I...

I'll take a look. Do you have any logs related to this ?

Check in the idea.log (look in the help menu or there is an ction Show logs in files I think)

So I checked and it's strange, I don't have it when I run from ./gradlew :runIde but I have the error when I package it add it to the install...