Lucas Kent
Lucas Kent
Oh, sorry for duplicating your pr, I'll go ahead and close mine. It would make semantic sense to be able to set None in order to completely disable the refresh...
I tested my bencher again and observed that it doesnt happen locally, only when run on AWS. Maybe the smaller node size, or the extra latency is the cause? But...
Hi, I have not contributed to this project before (but thats also currently impossible due to inactive maintainers) But I have contributed to many related projects e.g. [the scylla driver](https://github.com/scylladb/scylla-rust-driver/pulls?q=is%3Apr+author%3Arukai+is%3Aclosed)...
Hi, as you mentioned can we get a release of jni-sys-macros? I would really like to see https://github.com/jni-rs/jni-sys/pull/36 end up in a release.
I investigated this yesterday/today and have a design that I'll go ahead with: * at the decode codecs: include timestamp in Message (or maybe Messages) * at the sink encode...
completed in https://github.com/shotover/shotover-proxy/pull/1395
The code you have changed here is auto-generated, to actually change this code you need to change the code generator, otherwise it'll be blown away next time we rerun the...
Cllosing as per the reasoning in my previous comment. Feel free to reopen the discussion.
I think we should continue to represent no error as `Option::None`. At least on the receiving side it is easier to work with. I do see that the logic you...
We will be sticking with `Option::None` to represent no error, as is this PR will not be merged.