pxl icon indicating copy to clipboard operation
pxl copied to clipboard

Manage photo albums on S3 buckets

Results 31 pxl issues
Sort by recently updated
recently updated
newest added

Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.0.0 to 9.3.0. Release notes Sourced from pillow's releases. 9.3.0 https://pillow.readthedocs.io/en/stable/releasenotes/9.3.0.html Changes Initialize libtiff buffer when saving #6699 [@​radarhere] Limit SAMPLESPERPIXEL to avoid runtime DOS #6700 [@​wiredfool]...

dependencies

I just set a new EC2 instance to test pxl. It's using Ubuntu 22. This is my history: ``` sudo apt install software-properties-common git sudo add-apt-repository ppa:deadsnakes sudo apt update...

Bumps [mkdocs](https://github.com/mkdocs/mkdocs) from 1.0.4 to 1.2.3. Release notes Sourced from mkdocs's releases. 1.2.3 MkDocs 1.2.3 is a bugfix release for MkDocs 1.2. Aside: MkDocs has a new chat room on...

dependencies

Tweak some media queries to fix

Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...

dependencies

Bumps [jinja2](https://github.com/pallets/jinja) from 2.10.1 to 2.11.3. Release notes Sourced from jinja2's releases. 2.11.3 This contains a fix for a speed issue with the urlize filter. urlize is likely to be...

dependencies

We don't set the page titles properly. We need to set them. Candidate pieces of info: - Album name - Photo num (instead of uuid) - Brand - svsticky -...

ui

People might want photos to be taken down if they are in them by accident or find them otherwise harassing. There should be a button which requests takedown of a...

ui
cli

Using https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API This drastically improves initial load times of albums. and also reduces bandwidth on mobile phones. I implemented an POC that progressively enhances a page with this in such...

ui