Mark Mandel

Results 145 issues of 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,...

cleanup

Just realised we were missing these thing, so we should do them at some point.

cleanup

**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...

bug

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...

area/build-tools
area/site

**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...

kind/feature
help wanted
good first issue
kind/documentation
area/build-tools
area/tests
awaiting-maintainer

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...

kind/release

**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:...

kind/documentation
size/l

**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**...

kind/documentation
kind/feature

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...

area/security
area/build-tools
priority/low

**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...

kind/bug
help wanted
good first issue