fix: escape curly braces in prompt templates to resolve KeyError during formatting
81b97ed
Running
tcommited on
fix: resolve ambiguous column error and improve AI suggestions UX
94e598e
tcommited on
feat: add manual classification with AI topic suggestions in question entry v2
57f91c8
tcommited on
Fix database locking issue during HF sync\n\n- Removed shutil.move() that was temporarily replacing the active database file\n- Now upload the backup file directly without affecting the active database\n- This prevents 'attempt to write a readonly database' errors during sync operations\n- Ensures database remains accessible for writes during backup process
e4073b4
tQwen-Codercommited on
fix: switch to bullseye base to resolve wkhtmltox dependencies
7d3748e
tcommited on
fix: switch to bullseye base to resolve wkhtmltox dependencies
6fb2610
tcommited on
Fix Dockerfile: Install proper dependencies for wkhtmltox\n\n- Added xfonts-base and xfonts-75dpi which are required by wkhtmltox\n- Used apt-get install -f to fix dependency issues during installation\n- This should resolve the dependency problems preventing wkhtmltox from installing
0536a99
tQwen-Codercommited on
Fix Dockerfile: Add wget to install wkhtmltopdf\n\n- Added wget to the list of packages to install\n- This enables downloading the wkhtmltopdf package from GitHub\n- Fixes the 'wget: not found' error during build
ff7cab4
tQwen-Codercommited on
Fix Dockerfile: Correct package name for libjpeg\n\n- Changed libjpeg-turbo8 to libjpeg62-turbo which is available in Ubuntu repos\n- This resolves the build failure when installing wkhtmltopdf dependencies
841ee05
tQwen-Codercommited on
updated cropv2
ba733e5
tcommited on
Fix wkhtmltopdf dependency issue\n\n- Added wkhtmltopdf installation to Dockerfile to resolve imgkit dependency\n- Installed required libraries for wkhtmltopdf to function properly\n- This fixes the 'which wkhtmltoimage' error in neetprep module