Mark Otway
Mark Otway
I want to be able to upload the built artifacts to be used by another job in the pipeline, and use them as part of another build step, and finally...
Understand you probably haven't added support for this yet as it's a beta, but wanted to flag up the fact that I'm seeing this exception when I call `BatchUpdateAsync`. ```...
I have the following objects: ``` class Image { int ImageId { get; set; } int FolderId { get; set; } string SomeField { get; set; } } class ImageMetaData...
When creating keyword operations, if there are > 3 entries with `state == -1` (i.e., failed) for the keyword and the same image file, don't keep adding more, but give...
Rather than running VACUUM every startup - which can be time-consuming - write a flag/config setting whenever we perform a delete, and then at next startup, if that flag is...
With the right docker config, it might just work....
Various ways to do it: 1. Upload into a folder (right-click folder, choose 'upload' and browse for files) 2. Upload into a folder (right-click folder, 'Paste' image from clipboard) 3....
https://github.com/dotnet/efcore/issues/28444
Allow filtering by time of day: Early Morning (0200 - 0500) Sunrise (0400 - 0900) Morning (0800 - 1200) Afternoon (1200 - 1700) Early Evening (1600 - 2000) Evening (1900...