Mark Mandel
Mark Mandel
The ability to highlight an s-expression and extract a new function out from it in the same module, much like you can with Ruby/JS/Java etc.
Within Google Cloud's console, there's a really handy feature called "Object Browser" - which lets you see every resource definition within one or more clusters.  It's very useful for...
Just went through a case where I was debugging an issue while updating this tool. Was hard to work out which binary version I had on what machine, so would...
# Objective With the recent work with Player Tracking, as well as it’s cross over into High Density Game Server support / re-allocation of Allocated `GameServers`, it seems that to...
**Is your feature request related to a problem? Please describe.** This is driven by the fact that legacy game servers utilise the connection address + port as information of a...
**What happened**: In `agones::create_quilkin_pod` the Pod went into CrashLoopBackoff, but the test passed since K8s will consider the Pod as "Running". **What you expected to happen**: The test should fail....
> Just for my own edification (and we should probably document this too) - if you don't provide a config file, how do you tell the Quilkin Proxy its new...
Auto generate the schema here: https://googleforgames.github.io/quilkin/main/book/proxy-configuration.html > LGTM, though we should probably make this auto-generated _Originally posted by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/576#pullrequestreview-1086407074_
**What happened**: I have a Quilkin Agones xDS server, and connected Quilkin proxies. 1. I created and allocated `GameServer` in Agones with the `quilkin.dev/tokens:` annotation. 2. I then `kubectl edit`...
**Is your feature request related to a problem? Please describe.** Context: https://github.com/googleforgames/quilkin/blob/0ba88ed2703cc85bb1bcbd3849cef9e0628c404f/image/Dockerfile#L23 Running Quilkin in xds provider mode requires you to replace the entire ENTRYPOINT, rather than altering arguments, since...