Kevin Wooten

Results 229 comments of Kevin Wooten
trafficstars

Note that this only fixes the `Invalid keyword` errors that arise after minification. Minification also renames parameters of functions so some method of manually specifying the parameter is still required....

@pichillilorenzo This library looks to be excellent (we've only just started with it) and should do wonders for those of us using Jackson to serialize JSON. Jackson is great at...

While validating my results I inadvertently discovered the issue. Our `xctestrun` file has two testable bundles, Unit & UI. It seems `pxctest` attempts to handle this by running them in...

@jsumners Bunyan hasn't been updated in so long that whenever you last used it, your experience is probably still valid 😏 In all seriousness I got here exactly the same...

We've all heard and used the term DRY... yet helm charts, even in 3.x, require consumers to repeat themselves time and again. The lack of this feature is very frustrating...

@bacongobbler Seemingly, _almost_... I have a chart that includes `postgresql` and `redis` sub-charts. I want to share our `existingSecret` property with them. Using the following in `values.yaml`... ```yaml existingSecret: &sharedExistingSecret...

@jgoeres I've thought about a similar wrapper... an uber-helm... to control helm 😬 @bacongobbler Is there any thoughts on a direction to solve this. I'd rather spend my time contributing...

I should say I am using a heavily modified `SynchronizedResolver` that uses a serial `DispatchQueue` as a lock and only requires a `Resolver`.

I wish I had time to build a nice overview or something similar to KotlinPoet's docs over at Square. Unfortunately, I don't see it happening any time soon. But, KotlinPoet...

As a person who's used both for task oriented containers... might I suggest you stick with Docker Hub. It's free, it's easy and running task oriented containers is much simpler...