Kirk Marple
Kirk Marple
First off, thanks for making the new release, it cleaned up a lot of my messy data access code. I think I've found a few edge cases where this still...
### Magick.NET version Magick.NET-Q8-AnyCPU, 12.0.0 ### Environment (Operating system, version and so on) Win 11, .NET 6, C# ### Description When trying to fix [this](https://github.com/dlemstra/Magick.NET/issues/1224) issue, I needed to get...
I'm seeing a strange issue when uploading 1K+ files via Uppy to our Tus server. (Using tusdotnet nuget 2.6.0.) There's four files, and it seems reproducible, which don't finish. I...
Ran across this recently, and just wanted to post this for awareness. In ReadMetadata, if the timeScale comes back as zero (because of bad header data), this can cause a...
### Initial checklist - [X] I understand this is a bug report and questions should be posted in the [Community Forum](https://community.transloadit.com/) - [X] I searched [issues](https://github.com/transloadit/uppy/issues?q=is%3Aissue) and couldn’t find anything...
We've been using Tusdotnet for a while, under a normal App Service, and I don't see any posts about if anyone has gotten this working under Azure Functions. Is this...
I've found there are DJI drones which are capturing thermal data in RJPEG, but MetadataExtractor isn't exposing them. EXIFTOOL is finding the information, and the metadata in APP4 is basically...
Running Windows 10, in standard Command Prompt. Using .NET Core 3.1 app, and simply using: Console.WriteLine("text", Color.ForestGreen); Console.WriteLine("text", Color.Red); The first time I run my console app, it prints the...
For our use case, we are ingesting long documents and audio transcripts. The amount of text we're starting with exceeds the 8K limit of the Ada embedding model. So we...
### Describe the bug We have to stay on .NET 6 for now, because of some Azure Durable Entities issues, and I'm unable to upgrade to the latest Schema.NET because...