Zach Langner

Results 9 comments of Zach Langner

That is true but that doesn't mean the API layer of docnet can't. You could do [what PDFiumSharp does](https://github.com/ArgusMagnus/PDFiumSharp/blob/master/PDFiumSharp/Types/FPDF_FILEACCESS.cs) and offer methods that take streams but resolve them into byte...

Thanks for the suggestion @madelson. I see you are also the creator behind that package. Upon initial review it looks like it will fit my needs. I'm going to have...

No. What I've started doing is use ILogger for logging and not the Hangfire Console. Using ILogger, it's fairly simple to tell if logging happened or not and you get...

Nick it looks like this didn't make it into the 2.0 milestone unless I'm missing it.

I think you might be. FWIW [Redis now has a page about the RedLock algorithm](https://redis.io/docs/manual/patterns/distributed-locks/) that includes numerous implementations of it. I don't remember when exactly, but at some point...

Thank you for the quick reply! I should have time to try it again without `Datadog.Trace.Trimming` later today. This particular application doesn't do anything requiring automatic instrumentation so only having...

You're correct @kevingosse, by only using `Datadog.Trace` it does compile using NatvieAOT but the behavior is the same as not including it. I still get logs but there are no...

I had a need for this recently and simply installing the export server onto the Puppeteer provided image seemed to be the easiest way to get this up and running....

Looking at the image size for the docker file I shared, it reports it's only 1181.76 MB in AWS ECR.