dzmitry-lahoda

Results 290 issues of dzmitry-lahoda

**Is your feature request related to a problem? Please describe.** I want to allow player ticket to target specific [backfill](https://github.com/googleforgames/open-match/issues/1240) , so players can join existing target servers. **Describe the...

enhancement
area/feature

**Is your feature request related to a problem? Please describe.** I use ticket for metadata storage (Extensions field). When ticket gets assignment via back, it lost is metadata field. I...

kind/bug

#Steps: ## implement match function callback and return `single` match ```json { "result": { "proposal": { "match_id": "string", "match_profile": "string", "match_function": "string", "tickets": [ { "id": "string", "assignment": { "connection":...

area/feature

as of now in om yaml ``` sentinelPort: 26379 sentinelMaster: om-redis-master sentinelHostname: open-match-redis sentinelUsePassword: false usePassword: false ``` so I can use Redis with and only with sentinel setup. could...

area/feature

1. current sentinel can be replaced with cluster https://github.com/OT-CONTAINER-KIT/redis-operator/issues/122 2. this will allow for using kustomize to allow several redis (dev/staging) in same cluster ``` sentinel.conf: |- dir "/tmp" bind...

area/feature

One time I created `ThreadStatic` context for creating enumerable. I applied it to entities for lazy collection of these. So this context was lost in thread which popup lower in...

Did some view onto, hope you find some useful. https://github.com/dadhi/ImTools/blob/56b7f53a784c3843e4299658592d7b9340153fbc/src/ImTools/ImTools.cs#L534 Also it is public, it may deliver some caveats to possible users: 1. Spin probably should yield for better CPU...

# Span As I understand ArrayTools consider arrays as immutable(while .NET devs have build Spans for arrays to be really immutable), may try to apply https://github.com/dadhi/ImTools/blob/56b7f53a784c3843e4299658592d7b9340153fbc/src/ImTools/ImTools.cs#L48 https://msdn.microsoft.com/en-us/magazine/mt814808.aspx?f=255&MSPPError=-2147217396 (these are only...