Murali

Results 12 comments of Murali

yes coalescing feature is what I am looking after.

My attempt to create such a data structure is at https://github.com/mmrath/coalescing_buffer I am not 100% sure about the unsafe usage and the atomic primitives used there. I think a rewritten...

For my use case it would be less than 200. I have used it for Forex rates. Sometimes I use multiple instances but generally not a big one.

Also most of the time the buffer would closer to zero size so linear search is helpful. When there is a big stream of events it would grow but even...

From what I hear from you this issue should be a feature request than a question. I pretty much need everything except login screen to be authenticated. I think this...

@SergioBenitez Would you be able to give a bit more information on how the solution might look like?

@SergioBenitez Thanks for the insight. I am not sure I understood fully, but is there no alternate design to implement this with current Rust? `non_static_type_id` does not appear to be...

I think `ChainedError` or `ErrorChain` or `LinkedError` are other good names. I would love to see some progress and decision on this PR.

Same issue. I had to revert back to default font.

I would love to see issue https://github.com/envoyproxy/protoc-gen-validate/issues/74 resolved.