ConnorYoh
ConnorYoh
# Description of Changes Please provide a summary of the changes, including: - What was changed - Why the change was made - Any challenges encountered Closes #(issue_number) --- ##...
### Installation Method None ### The Problem The issue was raised with Alpine GitHub project. see below: https://github.com/alpinelinux/docker-alpine/issues/442 Docker images aren't building. The issue is with py-opencv in Alpine v3.21....
### Feature Description Create a development docker container to work with VS code. Developers can use the dev container to start contributing to Stirling-pdf without installing any dependencies other than...
### Feature Description Cucumber dependencies aren't written in the list of dependencies in the developer guide. This results in test.sh failing without a clear error as to why. ### Why...
### Installation Method None ### The Problem In multitool: - Select all button should show after page select is enabled - Deselect all button should show after page select is...
### Feature Description Add undo/redo functionality to manual redaction ### Why is this feature valuable? _No response_ ### Suggested Implementation _No response_ ### Additional Information _No response_ ### No Duplicate...
Dockerfile ``` FROM alpine:3.21.2 RUN apk add py3-pip RUN apk add py3-opencv RUN pip install --break-system-packages --no-cache-dir --upgrade unoconv ``` Output ``` 2.024 File "/usr/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run 2.024...
# Stirling PDF File History Specification ## Overview Stirling PDF implements a comprehensive file history tracking system that embeds metadata directly into PDF documents using the PDF keywords field. This...
# Description of Changes Please provide a summary of the changes, including: ## Add PDF File Association Support for Tauri App ### 🎯 **Features Added** - PDF file association configuration...
I'm not sure `No files uploaded` is actually used anywhere. If you've got no files uploaded, it just gives you the Upload button. It still reads okay though without so...