Wes McNamee
Wes McNamee
I suppose have 2 nuget packages would solve this as well. TinyIoc.Dll and TinyIoc (CS file)
My suggestion is writing a customization class that TinyIoC can use to perform this type of work and others. See Autofixture for ideas or http://blog.ploeh.dk/2009/09/22/CustomizingAType'sBuilderWithAutoFixture/ http://blog.ploeh.dk/2010/10/19/Convention-basedCustomizationswithAutoFixture/ or https://github.com/ghostsquad/SharpZendeskApi/blob/master/SharpZendeskApi/ContractResolution/CustomizableSerializationContractResolver.cs (soon to...
I made a comment in the other issue, but it looks like it was closed. My code is littered with `asdf plugin add || true` and error handling suffers because...
It would be great if this client supporting a Logger interface as a dependency. Something like https://godoc.org/github.com/go-kit/kit/log ```go type Logger interface { Log(keyvals ...interface{}) error } ``` That way you...
unstale
> I think that if there is a support for custom paths, it's best to respect the standard JPATH envvar + maybe other options (e.g. commandline, project-level config). Although I...
I just ran into this, finding that `replicas: null` is not the same as excluding the `replicas` field in the manifest in kubernetes for a deployment object. If the #...
could you do something like: ``` objectPop(obj, key): { if std.objectHas(obj, k) then [k]: obj[k] else [k]:: obj[k] for k in std.objectFieldsAll(obj) if k != key } ``` ?
Probably not stale. 30 days is aggressive. It sometimes takes me months to circle back to a OSS PR.
``` [kube-janitor-7cc797f987-5pgjz] 2020-05-04 01:14:49,930 DEBUG: Starting new HTTPS connection (1): 172.20.0.1 [kube-janitor-7cc797f987-5pgjz] 2020-05-04 01:14:49,941 DEBUG: https://172.20.0.1:443 "GET /api/v1/namespaces HTTP/1.1" 200 None [kube-janitor-7cc797f987-5pgjz] 2020-05-04 01:14:49,943 DEBUG: Skipping Namespace kube-system [kube-janitor-7cc797f987-5pgjz] 2020-05-04...