Mark Mandel
Mark Mandel
We have a mix of ids as `snake_case` and `kebab-case`. Looking at: https://www.terraform-best-practices.com/naming#general-conventions > Use _ (underscore) instead of - (dash) everywhere (in resource names, data source names, variable names,...
Just realised we were missing these thing, so we should do them at some point.
**Describe the bug** `COPY` commands have been working normally for years with our lts2019 windows container build on [Agones](https://github.com/googleforgames/agones), but started failing today with an error message of: ``` Dockerfile.windows:18...
Behind the scenes we do the following on a VM: Have a crontab that has (truncated): ```cron # m h dom mon dow command 0 1 * * * /home/markmandel/build/cleanup/cleanup-appengine.sh...
**Is your feature request related to a problem? Please describe.** There is lots of confusion on the best path for how to make changes to simple game server in a...
I was holding off on setting up the 0.9.0 release, since there were several critical bug fixes in the pipeline. Looks like that's all sorted now, so just checking if...
**What type of PR is this?** > Uncomment only one ` /kind ` line, press enter to put that in a new line, and remove leading whitespace from that line:...
**Is your feature request related to a problem? Please describe.** We should have a reference document for our protobuf files, generated from our .proto files. **Describe the solution you'd like**...
Just making a note that `serde_yaml` is no longer maintained. At some point we're going to get a security notice about it I expect. Doesn't seem urgent, but just tracking...
**What happened**: I wanted to see some trace level debugging in the sidecar -- and I couldn't 😠**What you expected to happen**: Be able to use `trace` in the...