maestro-pkt/aws-codepipeline-s3-codedeploy-linux 0
Use this sample when creating a simple pipeline in AWS CodePipeline while following the Simple Pipeline Walkthrough tutorial. http://docs.aws.amazon.com/codepipeline/latest/userguide/getting-started-w.html
Cloudformation templates
maestro-pkt/generator-express-no-stress 0
🚂 A Yeoman generator for Express.js based 12-factor apps and apis
Repo for the famous helloworld application
maestro-pkt/icloud_photos_downloader 0
A command-line tool to download photos from iCloud
Self hosted alternative to Google Photos
Easy menu jQuery plugin for Twitter Bootstrap 3 ported to an AngularJs directive
issue commentLibrePhotos/librephotos
Can't Connect to Backend Server
Did you wait a bit? On my side I have always such error then about 20min later I can connect without problem....
comment created time in 13 days
issue commentLibrePhotos/librephotos
@alexislefebvre you are not the only one with this bug... some others reported it through discord... let see if @derneuere can do some magic here to solve it ;)
comment created time in 13 days
issue closedLibrePhotos/librephotos
RAW-images are transferred with image/jpeg MIME type.
What Operating system and version is LibrePhotos running on:
Debian
What architecture is LibrePhotos running on:
x64
How is LibrePhotos installed:
Docker
How is your picture library mounted on the host (or in the virtual machine):
Local file system (ext4)
Description of issue:
RAW-images are transferred with image/jpeg MIME type, so it's impossible to directly download original file.



closed time in 13 days
DanielSolmannissue commentLibrePhotos/librephotos
RAW-images are transferred with image/jpeg MIME type.
This is correct and expected behavior. You only see a thumbnail of your image for compatibility reasons in the browser and not the file itself. The feature #198 is implemented, but I hadn't had the time to build a new frontend image and push it to docker hub.
comment created time in 13 days
issue commentLibrePhotos/librephotos
Extraction of EXIF data from non-jpg files is failing
How much memory? photo already process ?
11.8 4.4 42071 /usr/local/bin/python /usr/local/bin/gunicorn --worker-class=gevent --timeout 3600 --bind backend:8001 --log-level=info ownphotos.wsgi
13.0 1.0 41637 python image_similarity/main.py
10.5 0.2 42063 python manage.py rqworker default
13% + 10% + 12% = 35% // 4G => ~12G?
13% for image_similarity it's lot i will check
comment created time in 13 days
issue commentLibrePhotos/librephotos
Extraction of EXIF data from non-jpg files is failing
0.0 0.0 41328 /usr/bin/containerd-shim-runc-v2 -namespace moby -id <randomid> -address /run/containerd/containerd.sock
0.0 0.3 41350 redis-server *:6379
0.0 0.0 41381 /usr/bin/containerd-shim-runc-v2 -namespace moby -id <randomid> -address /run/containerd/containerd.sock
0.1 0.0 41405 postgres -c fsync=off -c synchronous_commit=off -c full_page_writes=off -c random_page_cost=1.0
2.2 0.0 41536 postgres: checkpointer
2.2 0.0 41537 postgres: background writer
0.0 0.0 41538 postgres: walwriter
0.0 0.0 41539 postgres: autovacuum launcher
0.0 0.0 41540 postgres: stats collector
0.0 0.0 41541 postgres: logical replication launcher
0.0 0.0 41558 /usr/bin/containerd-shim-runc-v2 -namespace moby -id <randomid> -address /run/containerd/containerd.sock
0.0 0.0 41579 /bin/bash /entrypoint.sh
13.0 1.0 41637 python image_similarity/main.py
0.0 0.0 41638 tee /logs/gunicorn_image_similarity.log
0.0 0.0 41666 /usr/bin/containerd-shim-runc-v2 -namespace moby -id <randomid> -address /run/containerd/containerd.sock
0.0 0.0 41688 bash /entrypoint.sh
0.0 0.0 41775 /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port <my_port> -container-ip <ip> -container-port 80
0.0 0.0 41791 /usr/bin/containerd-shim-runc-v2 -namespace moby -id <randomid> -address /run/containerd/containerd.sock
0.0 0.0 41811 nginx: master process nginx -g daemon off;
0.0 0.0 41889 nginx: worker process
0.4 0.0 41893 node /usr/local/bin/serve build -d -l <my_port>
10.5 0.2 42063 python manage.py rqworker default
0.0 0.0 42064 tee /logs/rqworker.log
0.4 0.0 42065 /usr/local/bin/python /usr/local/bin/gunicorn --worker-class=gevent --timeout 3600 --bind backend:8001 --log-level=info ownphotos.wsgi
0.0 0.0 42066 tee /logs/gunicorn_django.log
11.8 4.4 42071 /usr/local/bin/python /usr/local/bin/gunicorn --worker-class=gevent --timeout 3600 --bind backend:8001 --log-level=info ownphotos.wsgi
0.0 0.0 42137 [kworker/u6:0+events_unbound]
0.0 0.0 42161 [kworker/u6:1-events_power_efficient]
2.4 2.3 42447 postgres: docker librephotos <ip>(60116) idle
0.0 0.0 42484 [kworker/u6:3-events_power_efficient]
0.0 0.0 42488 [kworker/0:0-mm_percpu_wq]
0.0 0.0 42529 [kworker/0:1-cifsiod]
0.0 0.0 42618 [kworker/1:0-cgroup_destroy]
0.0 0.0 42621 [kworker/1:1-mm_percpu_wq]
0.0 0.0 42697 ps -eo pmem,pcpu,pid,args
comment created time in 13 days
issue commentLibrePhotos/librephotos
scanning photos numbers always centered
duplicate #149?
comment created time in 13 days
issue commentLibrePhotos/librephotos
Extraction of EXIF data from non-jpg files is failing
Sorry, i don't know docker. @Someone can't replay about docker upgrade? About memory, can you launch command "ps -eo pmem,pcpu,pid,args" ?
comment created time in 13 days
issue commentLibrePhotos/librephotos
Extraction of EXIF data from non-jpg files is failing
Maybe it's a lame question but how do I update a docker image without destroying my already created db? I've stopped all containers, updated docker-compose.yml and librephotos.env from git, added a newly appeared HEAVYWEIGHT_PROCESS option to my .env and ran docker-compose up -d. Now I have a python process eating around 4GB of RAM and the page is not up after 5 minutes. Anything particular to check in logs?
comment created time in 13 days
issue openedLibrePhotos/librephotos
RAW-images are transferred with image/jpeg MIME type.
What Operating system and version is LibrePhotos running on:
Debian
What architecture is LibrePhotos running on:
x64
How is LibrePhotos installed:
Docker
How is your picture library mounted on the host (or in the virtual machine):
Local file system (ext4)
Description of issue:

created time in 14 days
issue commentLibrePhotos/librephotos
Add "Download selected photos" button to frontend
@derneuere Frontend side on https://github.com/LibrePhotos/librephotos-frontend/pull/11
comment created time in 14 days
issue commentLibrePhotos/librephotos
Extraction of EXIF data from non-jpg files is failing
Oh really? I'll do.
comment created time in 14 days
issue commentLibrePhotos/librephotos
Extraction of EXIF data from non-jpg files is failing
it's an old version of the backend? There is lot of update since this version. Can you upgrade?
comment created time in 14 days
issue commentLibrePhotos/librephotos
Extraction of EXIF data from non-jpg files is failing
I'm seeing this error, too - but after that the scan continued:
DSC_0015.JPG. reason: broken data stream when reading image file
Traceback (most recent call last):
File "/code/api/directory_watcher.py", line 154, in rescan_image
photo._generate_thumbnail()
File "/code/api/models/photo.py", line 159, in _generate_thumbnail
image.thumbnail(ownphotos.settings.THUMBNAIL_SIZE_BIG,
File "/usr/local/lib/python3.8/site-packages/PIL/Image.py", line 2336, in thumbnail
im = self.resize(size, resample, box=box, reducing_gap=reducing_gap)
File "/usr/local/lib/python3.8/site-packages/PIL/Image.py", line 1916, in resize
self.load()
File "/usr/local/lib/python3.8/site-packages/PIL/ImageFile.py", line 284, in load
raise_oserror(err_code)
File "/usr/local/lib/python3.8/site-packages/PIL/ImageFile.py", line 67, in raise_oserror
raise OSError(message + " when reading image file")
OSError: broken data stream when reading image file
and then, after one of the errors AttributeError: 'GifImageFile' object has no attribute '_getexif' no new lines were appearing in the log file for a couple of hours until I started scanning again.
comment created time in 14 days
issue commentLibrePhotos/librephotos
Extraction of EXIF data from non-jpg files is failing
Crash it's because process stop to progress?
comment created time in 14 days
issue commentLibrePhotos/librephotos
Extraction of EXIF data from non-jpg files is failing
Often the scanning crashes after those errors, however I'm not sure how to tell if the errors actually cause the crash.
comment created time in 14 days
issue commentLibrePhotos/librephotos
Extraction of EXIF data from non-jpg files is failing
This message is log after catch error when image not contains exif information. What is the issue?
comment created time in 14 days
issue openedLibrePhotos/librephotos
Extraction of EXIF data from non-jpg files is failing
🐛 Bug Report
- [ ] I am including my log files in zip format.
- [x] I have looked for similar issues among all the former issues including closed ones.
What Operating system and version is LibrePhotos running on:
VM Ubuntu
lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.04.2 LTS
Release: 20.04
Codename: focal
What architecture is LibrePhotos running on:
x64
How is LibrePhotos installed:
Docker
If running via Docker or Kubernetes please list version including docker-compose:
REPOSITORY TAG IMAGE ID CREATED SIZE
reallibrephotos/librephotos dev 2 weeks ago 4.22GB
redis latest 2 weeks ago 105MB
postgres latest 2 weeks ago 314MB
reallibrephotos/librephotos-frontend dev 5 weeks ago 1.32GB
reallibrephotos/librephotos-proxy dev 5 weeks ago 133MB
docker -v
Docker version 20.10.5, build 55c4c88
docker-compose -v
docker-compose version 1.28.5, build c4eb3a1f
Are you running LibrePhotos on a virtual machine if so please list:
bhyve VM
How is you picture library mounted on the host (or in the virtual machine):
Local file system (Type), NFS, or SMB SMB
Description of issue:
When scanning for photos, non-jpeg files (Gif or BMP) produce the following errors in the log file:
exifreader.py : rotate_image : 33 : ERROR : Error when grabbing exif data Traceback (most recent call last): File "/code/api/exifreader.py", line 11, in rotate_image image_exif = image._getexif() AttributeError: 'BmpImageFile' object has no attribute '_getexif'
or
exifreader.py : rotate_image : 33 : ERROR : Error when grabbing exif data Traceback (most recent call last): File "/code/api/exifreader.py", line 11, in rotate_image image_exif = image._getexif() AttributeError: 'GifImageFile' object has no attribute '_getexif'
The scan seems to continue after the errors.
How can we reproduce it:
Scan the directory with gif or bmp files
Additional Information:
- Include a ZIP file containing your
logfiles. - Provide pictures or links to videos that clearly demonstrate the issue.
created time in 15 days
issue commentLibrePhotos/librephotos
Thanks for your answer. The behaviour is the same with one worker.
comment created time in 15 days
issue commentLibrePhotos/librephotos
Can't Connect to Backend Server
Thanks. I have figured it out from the logs however I can't figure out "why" I didn't do anything except restarting the synology🤔
I've tried to rebuild the services by running docker-compose again but same thing, keep getting can't connect the backend server.
comment created time in 15 days
push eventLibrePhotos/librephotos
commit sha 2ddf922e39c83671b07d0d7eba49bdf52c910148
Update requirements.txt
push time in 15 days
issue commentLibrePhotos/librephotos
Docker-free installation process
I tried to set up Caddy and posted LibrePhotos/librephotos-linux#8 but I can't quite get it to work. Not really my skillset.
comment created time in 15 days
delete branch LibrePhotos/librephotos
delete branch : dependabot/pip/pygments-2.7.4
delete time in 15 days
PR merged LibrePhotos/librephotos
Bumps pygments from 2.7.2 to 2.7.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pygments/pygments/releases">pygments's releases</a>.</em></p> <blockquote> <h2>2.7.4</h2> <ul> <li> <p>Updated lexers:</p> <ul> <li> <p>Apache configurations: Improve handling of malformed tags (<a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1656">#1656</a>)</p> </li> <li> <p>CSS: Add support for variables (<a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1633">#1633</a>, <a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1666">#1666</a>)</p> </li> <li> <p>Crystal (<a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1650">#1650</a>, <a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1670">#1670</a>)</p> </li> <li> <p>Coq (<a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1648">#1648</a>)</p> </li> <li> <p>Fortran: Add missing keywords (<a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1635">#1635</a>, <a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1665">#1665</a>)</p> </li> <li> <p>Ini (<a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1624">#1624</a>)</p> </li> <li> <p>JavaScript and variants (<a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1647">#1647</a> -- missing regex flags, <a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1651">#1651</a>)</p> </li> <li> <p>Markdown (<a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1623">#1623</a>, <a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1617">#1617</a>)</p> </li> <li> <p>Shell</p> <ul> <li>Lex trailing whitespace as part of the prompt (<a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1645">#1645</a>)</li> <li>Add missing <code>in</code> keyword (<a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1652">#1652</a>)</li> </ul> </li> <li> <p>SQL - Fix keywords (<a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1668">#1668</a>)</p> </li> <li> <p>Typescript: Fix incorrect punctuation handling (<a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1510">#1510</a>, <a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1511">#1511</a>)</p> </li> </ul> </li> <li> <p>Fix infinite loop in SML lexer (<a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1625">#1625</a>)</p> </li> <li> <p>Fix backtracking string regexes in JavaScript/TypeScript, Modula2 and many other lexers (<a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1637">#1637</a>)</p> </li> <li> <p>Limit recursion with nesting Ruby heredocs (<a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1638">#1638</a>)</p> </li> <li> <p>Fix a few inefficient regexes for guessing lexers</p> </li> <li> <p>Fix the raw token lexer handling of Unicode (<a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1616">#1616</a>)</p> </li> <li> <p>Revert a private API change in the HTML formatter (<a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1655">#1655</a>) -- please note that private APIs remain subject to change!</p> </li> <li> <p>Fix several exponential/cubic-complexity regexes found by Ben Caller/Doyensec (<a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1675">#1675</a>)</p> </li> <li> <p>Fix incorrect MATLAB example (<a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1582">#1582</a>)</p> </li> </ul> <p>Thanks to Google's OSS-Fuzz project for finding many of these bugs.</p> <h2>2.7.3</h2> <ul> <li> <p>Updated lexers:</p> <ul> <li>Ada (<a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1581">#1581</a>)</li> <li>HTML (<a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1615">#1615</a>, <a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1614">#1614</a>)</li> <li>Java (<a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1594">#1594</a>, <a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1586">#1586</a>)</li> <li>JavaScript (<a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1605">#1605</a>, <a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1589">#1589</a>, <a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1588">#1588</a>)</li> <li>JSON (<a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1569">#1569</a> -- this is a complete rewrite)</li> <li>Lean (<a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1601">#1601</a>)</li> <li>LLVM (<a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1612">#1612</a>)</li> <li>Mason (<a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1592">#1592</a>)</li> <li>MySQL (<a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1555">#1555</a>, <a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1551">#1551</a>)</li> <li>Rust (<a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1608">#1608</a>)</li> <li>Turtle (<a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1590">#1590</a>, <a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1553">#1553</a>)</li> </ul> </li> <li> <p>Deprecated JsonBareObjectLexer, which is now identical to JsonLexer (<a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1600">#1600</a>)</p> </li> <li> <p>The <code>ImgFormatter</code> now calculates the exact character width, which fixes some issues with overlapping text (<a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1213">#1213</a>, <a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1611">#1611</a>)</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pygments/pygments/blob/master/CHANGES">pygments's changelog</a>.</em></p> <blockquote> <h2>Version 2.7.4</h2> <p>(released January 12, 2021)</p> <ul> <li> <p>Updated lexers:</p> <ul> <li> <p>Apache configurations: Improve handling of malformed tags (<a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1656">#1656</a>)</p> </li> <li> <p>CSS: Add support for variables (<a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1633">#1633</a>, <a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1666">#1666</a>)</p> </li> <li> <p>Crystal (<a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1650">#1650</a>, <a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1670">#1670</a>)</p> </li> <li> <p>Coq (<a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1648">#1648</a>)</p> </li> <li> <p>Fortran: Add missing keywords (<a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1635">#1635</a>, <a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1665">#1665</a>)</p> </li> <li> <p>Ini (<a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1624">#1624</a>)</p> </li> <li> <p>JavaScript and variants (<a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1647">#1647</a> -- missing regex flags, <a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1651">#1651</a>)</p> </li> <li> <p>Markdown (<a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1623">#1623</a>, <a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1617">#1617</a>)</p> </li> <li> <p>Shell</p> <ul> <li>Lex trailing whitespace as part of the prompt (<a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1645">#1645</a>)</li> <li>Add missing <code>in</code> keyword (<a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1652">#1652</a>)</li> </ul> </li> <li> <p>SQL - Fix keywords (<a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1668">#1668</a>)</p> </li> <li> <p>Typescript: Fix incorrect punctuation handling (<a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1510">#1510</a>, <a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1511">#1511</a>)</p> </li> </ul> </li> <li> <p>Fix infinite loop in SML lexer (<a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1625">#1625</a>)</p> </li> <li> <p>Fix backtracking string regexes in JavaScript/TypeScript, Modula2 and many other lexers (<a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1637">#1637</a>)</p> </li> <li> <p>Limit recursion with nesting Ruby heredocs (<a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1638">#1638</a>)</p> </li> <li> <p>Fix a few inefficient regexes for guessing lexers</p> </li> <li> <p>Fix the raw token lexer handling of Unicode (<a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1616">#1616</a>)</p> </li> <li> <p>Revert a private API change in the HTML formatter (<a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1655">#1655</a>) -- please note that private APIs remain subject to change!</p> </li> <li> <p>Fix several exponential/cubic-complexity regexes found by Ben Caller/Doyensec (<a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1675">#1675</a>)</p> </li> <li> <p>Fix incorrect MATLAB example (<a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1582">#1582</a>)</p> </li> </ul> <p>Thanks to Google's OSS-Fuzz project for finding many of these bugs.</p> <h2>Version 2.7.3</h2> <p>(released December 6, 2020)</p> <ul> <li> <p>Updated lexers:</p> <ul> <li>Ada (<a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1581">#1581</a>)</li> <li>HTML (<a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1615">#1615</a>, <a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1614">#1614</a>)</li> <li>Java (<a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1594">#1594</a>, <a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1586">#1586</a>)</li> <li>JavaScript (<a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1605">#1605</a>, <a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1589">#1589</a>, <a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1588">#1588</a>)</li> <li>JSON (<a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1569">#1569</a> -- this is a complete rewrite)</li> <li>Lean (<a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1601">#1601</a>)</li> <li>LLVM (<a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1612">#1612</a>)</li> <li>Mason (<a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1592">#1592</a>)</li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pygments/pygments/commit/4d555d0fffc914a2a4ac9874416cdaaf8f8c9e74"><code>4d555d0</code></a> Bump version to 2.7.4.</li> <li><a href="https://github.com/pygments/pygments/commit/fc3b05ddf25933e45f670534f79fd1df870e142a"><code>fc3b05d</code></a> Update CHANGES.</li> <li><a href="https://github.com/pygments/pygments/commit/ad21935815ff6402d402b036e204f0333a77031b"><code>ad21935</code></a> Revert "Added dracula theme style (<a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1636">#1636</a>)"</li> <li><a href="https://github.com/pygments/pygments/commit/e411506a23a39f4487ecc36afb616cc4715eb571"><code>e411506</code></a> Prepare for 2.7.4 release.</li> <li><a href="https://github.com/pygments/pygments/commit/275e34d8f0d265bd474f269471b41c635fe559ff"><code>275e34d</code></a> doc: remove Perl 6 ref</li> <li><a href="https://github.com/pygments/pygments/commit/2e7e8c4a7b318f4032493773732754e418279a14"><code>2e7e8c4</code></a> Fix several exponential/cubic complexity regexes found by Ben Caller/Doyensec</li> <li><a href="https://github.com/pygments/pygments/commit/eb39c43b6ef992abadb0d25f0504d0cf2f3ccd86"><code>eb39c43</code></a> xquery: fix pop from empty stack</li> <li><a href="https://github.com/pygments/pygments/commit/2738778c0b9c615bfcae68972fc656d351d676ca"><code>2738778</code></a> fix coding style in test_analyzer_lexer</li> <li><a href="https://github.com/pygments/pygments/commit/02e0f09d796cca5174181e7ae3971cdc010e39b0"><code>02e0f09</code></a> Added 'ERROR STOP' to fortran.py keywords. (<a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1665">#1665</a>)</li> <li><a href="https://github.com/pygments/pygments/commit/c83fe4888868f79415b50f050c047dc7fe11fd3b"><code>c83fe48</code></a> support added for css variables (<a href="https://github-redirect.dependabot.com/pygments/pygments/issues/1633">#1633</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pygments/pygments/compare/2.7.2...2.7.4">compare view</a></li> </ul> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr closed time in 15 days
push eventLibrePhotos/librephotos
commit sha 3ae07de0e042b3ed1fc0a951d53a42623b32d398
Bump pygments from 2.7.2 to 2.7.4 Bumps [pygments](https://github.com/pygments/pygments) from 2.7.2 to 2.7.4. - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](https://github.com/pygments/pygments/compare/2.7.2...2.7.4) Signed-off-by: dependabot[bot] <[email protected]>
commit sha e3cd680bb1a6e727ebcc7333182bb0912c2e67fb
Merge pull request #222 from LibrePhotos/dependabot/pip/pygments-2.7.4 Bump pygments from 2.7.2 to 2.7.4
push time in 15 days
push eventLibrePhotos/librephotos
commit sha af87c12c811086b08691a61eacf1d83b557a3569
Bump gunicorn to 20.1.0
push time in 15 days
issue commentLibrePhotos/librephotos
In this issue it looks like it might be memory related: https://github.com/benoitc/gunicorn/issues/1663 Could you reduce you gunicorn worker to 1 in your config?
comment created time in 15 days
issue commentLibrePhotos/librephotos
Can't Connect to Backend Server
It looks like the backend can't connect to your database. It can't find the service called "db"
comment created time in 15 days
push eventLibrePhotos/librephotos
commit sha adb2c60803991499c3b9c5223e9d2cc0a2058020
Update bug report template
commit sha a8e257b3e867db0d73b8f51f40a903d142403f72
Merge pull request #224 from alexislefebvre/update-bug-report-template Update bug report template
push time in 15 days
PR merged LibrePhotos/librephotos
- the x86 architecture is outdated, most processors are 64 bits now
- fix typo
pr closed time in 15 days