Adam Hathcock
Adam Hathcock
use entry.OpenEntryStream and you can point that stream where ever you want...this is what WriteToDirectory uses https://github.com/adamhathcock/sharpcompress/blob/master/src/SharpCompress/Archives/IArchiveEntryExtensions.cs
It must only be partially implemented. I know Zip64 extraction is done by Zip64 creation must still need some work
I'm also of the mindset we need SSM Agent in Docker. I'd like to use it as a Bastion to access VPC internals, not necessarily the deployed applications Docker. I...
This is some sharpcompress supports somewhat (which is used by Jellyfin) but probably needs to be enabled by the base app.
Basically this: http://aspnetmonsters.com/2016/08/2016-08-27-httpclientwrong/ Basically, I have a web server that's talking to a REST API. The web server passes creds on to the API. Managing the RestClient per scope is...
Yeah, making a RestClient per base URL is what I was attempting to do. Thanks!
use a Stream and File.Open with different FileAccess settings. This isn't unique to sharpcompress
Made: SpeckleContainer SpeckleContainerBuilder ISpeckleModule Hides Autofac now and will load things from ISpeckleModule
every host app has two ISpeckleModule: one for Converters and one for Connectors. Connectors should have DUI and stuff Converters are just converter code. This rule isn't clean because things...
Still gotta test and see if initialization is happening.