Eric J. Smith
Eric J. Smith
@Terebi42 for the in memory cache, it's an option on whether or not you want to serialize things when adding them to the cache.
Yeah, that's a possibility. Would you want to submit a PR for this feature?
The object is serialized and deserialized. We need to know what datatype to deserialize to. We could always wrap the data in an envelope with type information embedded into it,...
Yeah, I could possibly do something with InMemoryConfiguration, except my programmatic config relies on other config sources. So I would need to build my configuration multiple times. It's not horrible,...
I mean that I am using config values to derive other config values and in this particular case I am trying to set the service environment setting to something more...
By the way, those methods `ReadFromConfiguration` and `ReadFromEnvironment` could just be extension methods and anyone else could create other variations as well. The bottom line is that it is very...
I need to have a signed version as well.
This is a method that subtracts a TimeSpan and is just ensuring that the resulting TimeSpan doesn't go below zero?
Yeah, I am looking for something that keeps branches up to date with their base automatically. If this action is expected to only be used after a PR has been...
I think you could have rules about what an active vs stale branch is. Don't auto update a branch that hasn't had non-automated merge updates for X days. Also, we...