David Bliss

Results 18 issues of David Bliss

# Problem We have an fs2 job that runs in one AWS account and must upload files to a separate AWS account. To make sure the ownership/permissions of the files...

In my last attempt, the `is_bound` flag was stored on the RelmGridItem. This was a mistake, as the binding of the thumbnail to the edge_length belongs on the RelmGridItem widget....

### Description I regularly use the `ente` cli tool to export my photos from the Ente service. However, I notice that when the `ente` cli tool exports iOS live photos,...

--cli

The landmarks for a face are returned as a `Vec` which does not tell users of the API what any particular landmark is. Could the API return an enum for...

I'm experimenting with using rust-faces in a [Linux photo gallery app](https://flathub.org/apps/app.fotema.Fotema) I develop but I was unable to compile against the latest release. Looks like the problem is some differences...

The GHA builds for Fotema are failing with an error that looks like the build is using all the diskspace. I've had a go using some methods for "reclaiming" diskspace...

help wanted

Fotema has a background task runner (bootstrap.rs) which queues and starts the various tasks run at startup. Since face detection was added, this task runner has been refactored to allow...

Some background tasks, like thumbnail generation and face detection use a lot of CPU time, and by extension a lot of battery. Fotema should be able to suspend these tasks...

Fotema has a pretty generic icon that does not comply with [GNOME HIG icon standards](https://developer.gnome.org/hig/guidelines/app-icons.html). This causes Fotema to fail the icon review step on Flathub which prevents Fotema from...

When Fotema detects a face it creates two files, one PNG file that is an extracted image of the exact reported bounds of the detected face, and a second PNG...