Nikita Galaiko
Nikita Galaiko
Hi! Any update on that? We are using kube-router and AWS. When setting `External Traffic Policy: Local` on a `LoadBalancer`, k8s allocates `healthCheckNodePort` that is unavailable and it breaks the...
Any progress on this? I would like to use an officially supported library, but unfortunately, as mentioned multiple times before, lack of attention to 3rd party dependencies prevents me from...
> nice reply
You need to build it yourself for arm architecture.
@ai Thank you the prompt response. I see. That's what I am doing now, mostly following your example in http://github.com/logux/examples when the server uses `addSyncMapFilter` and `addSyncMap` callbacks to store...
thanks! I must've missed the `offline` somehow 🤔 I'll experiment with it a little more and maybe get back to implement it.
I'd like to help adding that @ai. Could you help me get started a little? Do I understand correctly that it's mostly about making `createFilter` function on the client figure...
I haven't looked into it too much, but it seems possible. on the client side: 1. createFilter should be synchronously populated with initial data from the client's state 2. for...
> Imagine you have name: 'a' filter and see { type: 'users/changed', id: 'X', fields: { age: 50 } }. How you will tell that it is your or not...
Hi! I think I am experiencing this too, or maybe just don't understand something. here is is: * launch the [examples app](https://github.com/logux/examples) * open it in two different browsers *...