Christophe de Vienne
Christophe de Vienne
I have not spent time on this subject yet. I do not plan to do soon, but I will need to someday for sure.
Re-reading the thread, I think passing a context to 'send' instead of a timeout would give more control and be simpler in the basic case.
Having coded https://github.com/orus-io/elm-nats, I think this feature would be super useful (especially, in my case, disconnection detection and not to auto-send queued messages).
I think disabling queuing can be done without a major version bump, by adding additional constructor. We would have : ```elm type MySub msg = Listen String Bool (String ->...
I reported the issue to the libreoffice project: https://bugs.documentfoundation.org/show_bug.cgi?id=140189
The issue in the libreoffice bugtracker is still "UNCONFIRMED", so for now we still use our recompiled libreoffice (and it works well). I just changed the bug status to "NEW",...
The same thing happens with the colorcolumn
If we stick to protobuf good practices, this feature is better not implemented. We should respect the protobuf json mapping (https://protobuf.dev/programming-guides/proto3/#json), and not temper with generated code (https://protobuf.dev/reference/go/faq/#custom-code).
Sorry for the long wait. I will soon work on nrpc to get protobuf up-to-date, and handle as much issues as I can.
It's been a while but it is now implemented