Damian Moore

Results 48 issues of Damian Moore

![Screenshot from 2021-05-18 23-44-53](https://user-images.githubusercontent.com/715131/118732958-4b3c0680-b833-11eb-9925-43e399079c2c.png) - New section at bottom of settings modal lists all the users in the system - Adding a new user should show the form that is...

frontend
backend

Issue #115 highlighted an exception happening in `photos/utils/metadata.py` when communicating with `exiftool`. This should be logged and not block the rest of the import process.

bug
backend
python

This warning gets displayed in the logs of the production Docker image. Tensorboard is removed from the image to save space but I've not been able to turn off the...

help wanted
ai
devops

This is similar to the FAQs section and will provide articles to help potential users do what they want. This will be good for content marketing. Use Google Search Console...

website

Files created from within the container such as classification models, DB etc. are created by the user `root`. This can make it hard to tidy up from the host machine...

help wanted
devops

In the mobile app there will be 2 new screens accessible from the left navigation draw: "Uploads" and "Upload logs". These are the mockups of the new screens: ![layout](https://user-images.githubusercontent.com/715131/124584049-b4abbf00-de4b-11eb-9d3c-2062bac69da0.png) If...

backend
mobile app

This problem happens on the "connect to server" view, when the user clicks the server address field. If the user's phone has a small screen then then when the keyboard...

bug
mobile app

Object class hierarchies should be imported from Open Images dataset and displayed in UI. Labels could still only be added to the DB after they have been found in an...

frontend
backend

When edit mode is on I think some extra margin needs to be added to the bottom of generic tag section and panel needs to scroll to approriate position. Maybe...

bug
mobile app

There are a few tools online tools to improve how quickly the page loads and is usable. Seems like a good tool for doing a first pass: https://web.dev/measure This has...

enhancement
frontend