jestarray
jestarray
I'm trying to do a magic wand pixel selection on 1 layer and cut and paste to a new layer. This is the minimum reproducible version because my real script...
https://github.com/aseprite/aseprite/assets/34615798/ce986c7d-aaba-45fb-a850-30ab0bf3b827 ### Aseprite and System version * Aseprite version: version number, installer/portable/Steam/beta/dev/commit-hash - v1.3 master branch - commit: `73fe8099d96479364f92ff6317a5687498d43d36` * System: Arch Linux lua script: ```lua -- these aren't the...
 as you can see, the calls to `test` in `main()` show light text of the function parameter names in vscode. I don't know how to get this working...
https://github.com/aseprite/aseprite/assets/34615798/ebdbd46b-db49-4185-a2c7-e5d0e5a6b209 Right click open with in pcmanfm-qt says the file is invalid but it works on other file managers just fine. Not sure if this is a problem with aseprite...
add compiled binaries to releases :face_holding_back_tears:
### Have you read a contributing guide? - [X] I have read CONTRIBUTING.md - [X] I have searched the existing issues and didn't find any that were similar - [X]...
closes https://github.com/imgui-rs/imgui-rs/issues/810
https://github.com/imgui-rs/imgui-rs/blob/8140b3f0a8662927432a139e19767618f0e328f2/imgui-sys/src/bindings.rs#L3834
### Description of the new feature or improvement `cd` to the last active pane on quit. Preferably it should be in the menu when you hit f10, right next to...
I ran c2rust on a project(raylib) that included `#stb_image_resize2.h` and I got: ``` thread 'main' panicked at c2rust-transpile/src/c_ast/conversion.rs:963:38: Unknown statement attribute: loop ``` https://github.com/nothings/stb/blob/master/stb_image_resize2.h