Damselfly icon indicating copy to clipboard operation
Damselfly copied to clipboard

Damselfly is a server-based Photograph Management app. The goal of Damselfly is to index an extremely large collection of images, and allow easy search and retrieval of those images, using metadata su...

Results 196 Damselfly issues
Sort by recently updated
recently updated
newest added

I set up Azure Faces with the key and endpoint. When I run AI processing on Damselfly, all Azure requests are responded with 429, which is rate limiting. I am...

bug

When searching for tags from the tag selection menu, if a tag is clicked, 0 images are returned. They will show up if you click the "Refresh Search" button. EDIT:...

bug

https://stackoverflow.com/questions/63626228/how-to-make-image-zoom-in-out-with-mouse-wheel-in-blazor https://github.com/iso8859/BlazorWheelZoom https://github.com/shaigem/BlazorPanzoom

enhancement

Investigate an overridden Authorize tag which can be disabled if roles aren't enabled.

enhancement

System.Text.Json.JsonException: ExpectedStartOfValueNotFound, < Path: $ | LineNumber: 0 | BytePositionInLine: 0.

bug

``` Image src_image; using (FileStream stream = File.OpenRead(src_file_name)) src_image = SixLabors.ImageSharp.Image.Load(stream); src_image.Mutate( x => x.Brightness( 1.00001)); using (FileStream output = File.OpenWrite(dest_file_name_)) dest_image.Save(output, new JpegEncoder()); ```

enhancement

The existing dominant colour is a bit rubbish.

bug

Currently it just crashes. Looks like this is the issue: https://github.com/dotnet/runtime/issues/62149

bug

``` 23:09:04.422-.NET ThreadPool Worker-ERR] Exception restoring scroll position: Cannot set properties of null (setting 'scrollTop') at new Promise () at Object.Init (http://localhost:6363/vScroll/scrollMonitor.js:5:30) at http://localhost:6363/_framework/blazor.webassembly.js:1:3337 at Object.Bo (http://localhost:6363/_framework/dotnet..ivx6roux2k.js:3:56994) TypeError: Cannot set...

bug