Zach Langner

Results 6 issues of Zach Langner

I'm trying to create a unit test for a hangfire job and want to verify that it writes to the console. However since this works with static extension methods I...

I'm attempting to use PdfPig to open an existing PDF document and embed any fonts that are not currently embedded but can be found among the system's fonts. The algorithm...

enhancement
help wanted

Currently it appears that this library supports byte[] and filepath inputs. It would be much more flexible if it also allowed for Stream input.

enhancement

As described by [RedisLabs](https://redislabs.com/ebook/redis-in-action/part-2-core-concepts-2/chapter-6-application-components-in-redis/6-3-counting-semaphores/6-3-4-preventing-race-conditions) one can implement a counting semaphore using Redis. Is there any plan to add a counting semaphore implementation to this package? I think it would be...

As described by [RedisLabs](https://redislabs.com/ebook/redis-in-action/part-2-core-concepts-2/chapter-6-application-components-in-redis/6-3-counting-semaphores/6-3-4-preventing-race-conditions) one can implement a counting semaphore using Redis. Is there any plan to add a counting semaphore implementation to this package? I think it would be...

➕ enhancement
⚙️ area:API

I'm using .NET8 in a custom image running on AWS Lambda. In its current state I have logs and APM traces going to datadog using Datadog.Trace v2.50.0. This has been...