Tested to work with builds: -
- ✅
231011-63f708417 - ✅
230923-e59851350 - ✅
230719-73fa7bbe8
Use this workaround until Photoprism implemented bulk-edit feature.
AddOn:
chrome/userChrome.css in your profile directory:Sublime Merge includes a command line tool, smerge, to work with git, subversion, mercurial projects on the command line. This can be used to open projects in Sublime Merge using the command line.
Applications folderSetup
| #!/usr/bin/env python | |
| """ | |
| This script creates a basic Python package skeleton in the given directory. | |
| It also sets up pytest (with coverage). | |
| """ | |
| import os | |
| import re |
| [unix_http_server] | |
| file=/tmp/supervisor.sock ; path to your socket file | |
| [supervisord] | |
| logfile=/var/log/supervisord/supervisord.log ; supervisord log file | |
| logfile_maxbytes=50MB ; maximum size of logfile before rotation | |
| logfile_backups=10 ; number of backed up logfiles | |
| loglevel=error ; info, debug, warn, trace | |
| pidfile=/var/run/supervisord.pid ; pidfile location | |
| nodaemon=false ; run supervisord as a daemon |