Matt Fenwick

Results 25 comments of Matt Fenwick

Of course, all these are assuming that exact compatibility with the main Clojure version is desired. If not, sorry for bothering you!

Hi @vickychijwani -- thanks for taking the time to respond! The faux "special forms" are defined [in core.clj](https://github.com/clojure/clojure/blob/master/src/clj/clojure/core.clj#L35). So there are some related special forms -- `fn*`, `let*`, `loop*` --...

Happy to help out on this if I can get a couple pointers to start moving in the right direction!

I may be missing something, but to me those schemas seem to be correct since they say `cidr` is a string: ``` "cidr": { "description": "CIDR is a string representing...

@twpayne great suggestion, I've been thinking about this! Maybe we'll come up something better, but to get started here's a couple ideas, we can iterate on this if necessary: 1....

see https://github.com/kubernetes/kubernetes/pull/100676/files

~see https://kind.sigs.k8s.io/docs/user/quick-start#ipv6-clusters~ see https://kind.sigs.k8s.io/docs/user/configuration/#ip-family

Hi @ydp thanks for taking a look! If there are a lot of people using cyclonus, perhaps we could get these images into a public gcr repo under the kubernetes...

> Is connection from pod x/a, to service that has podselector pod=a, considered loopback? Good question, I couldn't find a definitive answer to this one. So I punted, adding the...