scribblemaniac
scribblemaniac
### Issue Summary The selection can be modified using the arrow keys without using the move tool, breaking some of the assumptions of canvaspainter. ### Actual Results When a selection...
### Issue Summary When some tools are actively being used (mostly notably while drawing a path with the polyline tool), triggering some view events, such as zooming in or out,...
I haven't used scallion in a long time, but back when I did I made these changes and I thought I should submit them now. The shebang fix is pretty...
Consider the following small example php file: ```php ``` When running `phpcs --standard=SlevomatCodingStandard --sniffs=SlevomatCodingStandard.ControlStructures.DisallowYodaComparison` on this file, it results in an out-of-memory exception. Increasing the memory limit well beyond what...
**IMPORTANT**: PRs without the template will be CLOSED ### Description of your *pull request* and other information This PR adds support for downloading livestream events after the event has passed,...
This PR makes several improvements to using mvt with Docker: - Create two new Dockerfiles: `Dockerfile.ios` and `Dockerfile.android` which only contain the tools necessary for working with their respective device...
This PR updates the script to work with Python 3.12 and fixes several issues (see commits for details). It also replaces the setup.py with a static pyproject.toml which is standardized...
### Issue Summary When transforming a selection, for example with the move tool, on a non-keyframe position, it modifies the previous keyframe no matter what the drawing preference is. ###...
This PR most importantly fixes the SRT download option, which was producing invalid output files with a `.` decimal separator rather than the correct `,` separator (fixes #118). Additionally this...