David Capello
David Capello
It's super strange what VSCode did there, is like it copied the author and date of the previous commit to amend your commit. I'll try to reproduce something like this...
At least using "Commit (Amend)" in these cases (where you have to adjust your latest commit changes) works as expected: (the author doesn't change)  Do you remember if that...
> I used the option, Commit > Commit Staged (Amend). Did you close VSCode from yesterday? If that is not the case, it would great if you can send me...
I've just added the TinyEXIF module in: https://github.com/aseprite/TinyEXIF/commit/2283d8094e42e6b6cef00d1d31ecadfe0d9e1f29 https://github.com/dacap/aseprite/commit/c83dd16a43fd52ead709f0c9e78e7d7acb54dac1 These changes are already in `main` branch so you can continue this PR from there.
It works great, I've just tested with these images: https://github.com/ianare/exif-samples/tree/master/jpg/orientation
Do not implement this until #518 is merged.
I think a new `onchecked` option for `newCommand` might be possible just like `onenabled`: https://github.com/aseprite/aseprite/blob/afbd28b3b41f95620baabc2128c98faa554bf483/src/app/script/plugin_class.cpp#L151
Yeah, that would allow to indicate which command is the one that is selected. Just like `TiledMode` command that handles the 4 options available in _View > Tiled Mode_: https://github.com/aseprite/aseprite/blob/afbd28b3b41f95620baabc2128c98faa554bf483/src/app/commands/cmd_tiled_mode.cpp#L61-L65
@ryandesign I'd highly recommend you to avoid creating new issues on Skia if you are not testing their latest version in `main` branch. I'd say that if we have a...
Probably this is related to some incompatible version between Visual Studio Community, and the one used to compile Skia on GitHub runners (Visual Studio Enterprise 2022, v17.13.35825.156). What specific Visual...