Chris Sinco

Results 25 comments of Chris Sinco

@leinardi what resolution are you expecting for this issue?

Gotcha @leinardi . I believe I provided one approach on how to migrate in the previous comment: https://github.com/google/accompanist/issues/1076#issuecomment-1363805668 It's a little old now, but I don't think Material3 or the...

It's not supported right now, but I've thought about it in the past. My initial thoughts were that I wouldn't want to introduce a code editor per se where one...

Some public bugs filed on Android Studio that relate to the Flutter plugin in the New UI: 1. Buttons like Hot Reload missing from main toolbar by default: https://issuetracker.google.com/294776109 2....

This should definitely support Artboards...

This is even worse now it seems in 23.2, as the border is closer to black in the Swing implementation: ![image](https://github.com/JetBrains/jewel/assets/1253402/4fdabc0a-5757-460e-8ffd-dcf938779dfa) Following with IntelliJ UX team to clarify if it's...

See this comment: https://github.com/flutter/flutter-intellij/pull/7574#issuecomment-2311515115 Basically, there is no selected state icon. The colors used in the SVG have to match the IntelliJ icon color palette as it swaps colors at...

@shireeshaBongarala did Gemini make this change?

You might have to add `#!/usr/bin/env kotlin` to the top of the file. At least that is how I got it to work.

It seems Figma has changed their plugin APIs to not allow copying to clipboard with the current implementation I have. Will look into it.