Pavel Kuriščák

Results 4 issues of Pavel Kuriščák

Based on https://github.com/deepstreamIO/deepstream.io/issues/458, records eventually got an explicit write confirmation in a callback. Would it make sense (client-side) to add callback-enabled versions for methods modifying Lists? Currently they only seem...

I was trying to serialize an Interchange with custom delimiters property, but it did not seem to have any effect. I was always getting `UNA:+,? '`. Turns out, in `Interchange`...

Hello, I have succesfully written a fairly complex library and it works fine on almost all machines that I have deployed it so far. These had different hardware, operating system...

Hello, I have encountered a use case, where I need to query for all changes in some subset of tracked objects. Consider this example: ``` content_type = ContentType.objects.get_for_model(Model) relevant_object_ids =...