mlhpdx

Results 9 comments of mlhpdx

Indeed. I wish that Microsoft would convey a strategy for integrating, or at least rationalizing, GH packages and Nuget. I'll look at adding "dual publishing" to the build actions.

I'm not sure what would best fit your needs, but there are a few here on [Github](https://github.com/search?l=C%23&q=seekable+stream&type=Repositories). Of those, it looks like https://github.com/maxpiva/NutzCode.Libraries.Web is the most full featured (perhaps overly...

Since UDP traffic is by definition unreliable, clients should be built to expect packet loss. In a production environment this is a a preferred fallback mode (granted, for some not...

Yep. I was going to get back to this again soon. Still teaching Unit 3 right now, but I'll find some time to make this port a little nicer and...

Personally, I'd rather have credentials managed in Parameter Store than do something bespoke with KMS. Seems like a better tool for keeping secrets. https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-paramstore.html https://aws.amazon.com/blogs/mt/the-right-way-to-store-secrets-using-parameter-store/

FWIW, I find the ability to pattern into an array very helpful. I've added that to my version of ForEach[1]. [1] https://github.com/mlhpdx/cloudformation-macros

It's been way too long, but the package is on Nuget now. https://www.nuget.org/packages/SeekableS3Stream#readme-body-tab

Just FYI, I'm looking at this. The pooled memory stream seems like a win (here and in the seekable-s3-stream code as well).