blindspotbounty

Results 33 comments of blindspotbounty

@mustiikhalil as I see the bug is around this code ``` code_.SetValue("CONSTANT", default_value); code_.SetValue("VALUETYPE", "Bool"); code_ += GenReaderMainBody(optional) + "\\"; code_.SetValue("VALUETYPE", "Byte"); // Bool {let o = _accessor.offset(VTOFFSET.handled.v); return _accessor.mutate(handled,...

It seems that in ByteBuffer/Table/Structs we have a generic method for read/write: ```swift /// Reads an object from the buffer /// - Parameters: /// - def: Type of the object...

I believe this feature would be nice to have. Though, if some backends (like swift prometheus) which actually supports that, can be used by providing implementation handlers to `Recorder`/`Timer` instead...

Hi @mustiikhalil Thank you for the quick answer! I believe that ideally would be (1) with some extension (maybe under option) to generate `RawRepresentable` structure instead of enum. E.g. like...

@mustiikhalil thank you for you input and I apologize for the late answer. That looks good to me. I think I can try propose PR next days if you don't...

Yes, exactly. Btw: fixed comment as requested in PR.

@Quuxplusone, @arches-andy just to double check: should someone tap the merge button or will it done at some point automatically? * sorry, just not sure about the workflow in librdkafka...

Hi @FranzBusch! Thank you for your thoughts. Sorry for the late response - was on vacation for a while. Unfortunately, I did not profile code, so can't say for sure...

I've made two examples in the fork for single and multiple messages transferred throw async sequence. Note, that I could not see the difference in docker because the overall execution...

@mr-swifter thank you for your input! The bulks is not the target but rather one of possible solution to speedup current implementation to be able to make it comparable with...