Mark Mandel

Results 145 issues of Mark Mandel

**What happened**: Not sure when this started, but it's passing CI (which is another issue) ``` 2022-08-08 23:19:12 [INFO] (mdbook::book): Book building has started thread 'main' panicked at 'called `Result::unwrap()`...

kind/bug
area/tests
area/build-tools

Writing a list of issues, PR's and tasks to complete that are blocking a 0.4.0 release: ### Required * [x] Merge of #527 (or what new PR it becomes) -...

kind/release

**What happened**: Running through all the [examples[(https://github.com/googleforgames/quilkin/tree/main/examples), they break because they have the old config yaml fomat. **What you expected to happen**: For them to work. **How to reproduce it...

kind/bug
area/examples

**Is your feature request related to a problem? Please describe.** Once we have the Agones integration from #506, we don't currently have a way to automatically test the integration end...

kind/feature
help wanted
area/tests

It would be lovely to have some kind of simple [xDS](https://github.com/googleforgames/quilkin/blob/main/docs/xds.md) example in https://github.com/googleforgames/quilkin/tree/main/examples One potential idea I had, was to do something on the client side proxy, that adds...

kind/feature
good first issue
help wanted
area/examples
priority/low

Answering the question - what should happen if one or more packets are invalid for a filter? For example, if we had a rate limiting filter, and we get more...

kind/feature
kind/design
priority/high

**Is your feature request related to a problem? Please describe.** Once #410 is completed, we could also investigate performance improvements by using the [io_uring](https://en.wikipedia.org/wiki/Io_uring) capabilities in newer Linux Kernels, and...

kind/feature
area/operations

**Is your feature request related to a problem? Please describe.** Be able to show a demo of the entire tech stack (Agones + Quilkin + a multiplayer game) working all...

kind/feature
area/examples
priority/low

(Placeholder, more to work out) The idea being, we would integrate some kind of scripting langauge into Quilkin, such that if you needed custom filters, you could script them, rather...

kind/feature
kind/design
area/filters
priority/medium

...another variable worth benchmarking in my opinion is the amount of filters in a given configuration. For example, how does it look with 5 filters vs 10? We'd probably just...

good first issue
help wanted
area/performance
area/build-tools