Results 193 comments of Jeremy Whitlock

I just ran into this again trying to build `minikube` against a custom build of Kubernetes: ``` if [ ! -e /Users/notyou/workspaces/personal/minikube/src/k8s.io/minikube/_gopath/src/k8s.io ]; then mkdir -p /Users/notyou/workspaces/personal/minikube/src/k8s.io/minikube/_gopath/src/k8s.io && ln -s...

By the way, I'm not looking to leave `kube-solo` for `minikube`, I am trying to run a local developer build of Kubernetes. If you have a better way to do...

If you've got an example, that would be cool. If not, I'll figure it out.

I've run into something similar. Basically, by adding `graphlib` to my `bower.json`, my standalone builds went from 431Kb to 1.9Mb. I'm in the process of tracking this down and I'll...

If you remove `options.jsonRefs.resolveCircular`, it looks a good bit more reasonable: `6.77s user 0.19s system 104% cpu 6.665 total` `options.jsonRefs.resolveCircular` shouldn't be necessary, but it also shouldn't be breaking things...

I wonder what the detail is in resolution detail/scope between `json-refs` _(`sway`)_ and `oas-kit`. I hope we're comparing apples to apples.

`sway` isn't without it's warts and I'd love to fix them, like #160. Thanks again for taking the time.

The current refactoring to support 3.x will not have `json-schema-faker`, it's too bulky and not as easy to slim down as we need.

It's possible but I like JavaScript. My compromise _(for now)_ is providing the TypeScript type definitions with the sources so that if you use TypeScript in a dependent project, you...

Do you mind adding a unit test? Ideally one that fails prior to your change and then passes after. Also, when preparing your commit run `gulp` to not only run...