-
Notifications
You must be signed in to change notification settings - Fork 687
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add "svg-compressed" to create a simple classic QR Code with compressed file size. Allow execution from a development environment. #342
base: main
Are you sure you want to change the base?
Commits on Sep 10, 2023
-
j committed
Sep 10, 2023 Configuration menu - View commit details
-
Copy full SHA for d26b688 - Browse repository at this point
Copy the full SHA d26b688View commit details -
Add "svg-compressed" to create a simple classic QR Code with compress…
…ed file size.
j committedSep 10, 2023 Configuration menu - View commit details
-
Copy full SHA for a9833a9 - Browse repository at this point
Copy the full SHA a9833a9View commit details
Commits on Sep 15, 2023
-
Where possible, splice carve-out paths onto existing paths, for furth…
…er savings by removing M cmds.
j committedSep 15, 2023 Configuration menu - View commit details
-
Copy full SHA for 15d6059 - Browse repository at this point
Copy the full SHA 15d6059View commit details
Commits on Sep 16, 2023
-
Speed improvement. Fix issue where the start of a subpath could never…
… be spliced in.
j committedSep 16, 2023 Configuration menu - View commit details
-
Copy full SHA for 4d202fb - Browse repository at this point
Copy the full SHA 4d202fbView commit details -
Create a linked-list, with dictionary pointers to splice points, in o…
…rder to avoid the O(n^2)-ish perf hit for splicing a python list repeatedly. Only store spliceable turns, and assert that we dealt with all of them correctly.
j committedSep 16, 2023 Configuration menu - View commit details
-
Copy full SHA for ff2c195 - Browse repository at this point
Copy the full SHA ff2c195View commit details
Commits on Oct 13, 2023
-
Allow running the script without a package setup install.
j committedOct 13, 2023 Configuration menu - View commit details
-
Copy full SHA for 5771911 - Browse repository at this point
Copy the full SHA 5771911View commit details
Commits on Jun 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5f26f44 - Browse repository at this point
Copy the full SHA 5f26f44View commit details
Commits on Sep 28, 2024
-
j committed
Sep 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 1b2589b - Browse repository at this point
Copy the full SHA 1b2589bView commit details -
Allow execution from a development environment.
j committedSep 28, 2024 Configuration menu - View commit details
-
Copy full SHA for fdc5ef8 - Browse repository at this point
Copy the full SHA fdc5ef8View commit details -
Comply with use of "ruff", which unfortunately makes some of the code…
… less readable, but oh well.
j committedSep 28, 2024 Configuration menu - View commit details
-
Copy full SHA for ca049df - Browse repository at this point
Copy the full SHA ca049dfView commit details -
Add support for ancient python v3.9 for some reason.
j committedSep 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 624c936 - Browse repository at this point
Copy the full SHA 624c936View commit details -
j committed
Sep 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 2603686 - Browse repository at this point
Copy the full SHA 2603686View commit details