Mark Mandel

Results 145 issues of Mark Mandel

Tracking bug for flakiness in the Agones integration test. Test seems to consistently fail here, when it does fail: https://github.com/googleforgames/quilkin/blob/6e0adc902194155ec867a3fadd5bc984331f053b/agones/src/relay.rs#L312 Something about the relay agent not coming up as ready...

kind/bug
area/tests

To make life easy if/when we add "notice" style dependencies, we need to include the licence with our distributions. To solve this - do the work to include the licence.html...

https://github.com/googleforgames/quilkin/tree/main/examples/iperf3 seems more tricky than it needs to be. https://github.com/fortio/fortio seems like a much easier option - let's switch it out! More context: https://github.com/googleforgames/quilkin/issues/834#issuecomment-1772183595 ### Server ``` fortio udp-echo ```...

area/examples
area/performance
priority/low

**Is your feature request related to a problem? Please describe.** If you want to have an custom orchestration with Quilkin right now, you have to write your own xDS provider...

kind/feature
area/operations
priority/low

Let's move the project to beta! It's used in production, but we will probably still break a couple of APIs before we go to stable.

kind/feature

**What happened**: Noticed: * https://googleforgames.github.io/quilkin/v0.6.0/book/installation.html * https://googleforgames.github.io/quilkin/v0.5.0/book/using.html Has the image as `us-docker.pkg.dev/quilkin/release/quilkin:0.6.0-92b4920` (or similar for past releases) **What you expected to happen**: Should be: `us-docker.pkg.dev/quilkin/release/quilkin:0.6.0` **How to reproduce it (as...

kind/bug
kind/documentation

**Is your feature request related to a problem? Please describe.** We should have Google Analytics on our mdbook pages so we can see where stuff is coming from! **Describe the...

kind/feature
area/build-tools

**Is your feature request related to a problem? Please describe.** If you are a new user to Quilkin, but aren't as familiar with multiplayer games and networking, it can be...

kind/documentation
kind/feature

**Is your feature request related to a problem? Please describe.** When using arm64 (Linux or mac M1) it would be nice to have a native binary and image that didn't...

kind/feature
priority/medium

**Is your feature request related to a problem? Please describe.** People in Discord find the json schema documentation confusing. Particularly https://googleforgames.github.io/quilkin/main/book/proxy-configuration.html - they think the schema is an example, not...

kind/feature
good first issue
help wanted