Rishabh Singhal

Results 9 issues of Rishabh Singhal

Hi, We are writing a very large csv files and need it to gzipped at runtime rather post writing completion. This feature could be very useful if added. Thanks

Hi, We are building C++ application where we need to log to multiple files. Pleas let me know how i can achieve this using NanoLog. Thanks

Hi, I am trying to embed library in my C++ project as a submodule. It also brings Nanolog and spdlog as its own submodule. I believe we can avoid that...

Hi, I can't use $regex with simple string. I have been through code and can use $regex if you pass a value which is regex in where. I want to...

Hi, I have been using quill and it works well for my use case. I just wanted to share another implementation of SPSC queue which I found interesting. https://github.com/rigtorp/SPSCQueue https://rigtorp.se/ringbuffer/...

question

quill/detail/misc/Os.h 122 err V1076 Code contains invisible characters that may alter its logic. Consider enabling the display of invisible characters in the code editor. This is issue is for your...

v1.7

Hi, I am trying to sign a root node with only attributes and without any child nodes. It keeps failing signature verification but if I add a single space then...

pr-welcome

I was using this library for signing xml using the following: - - CanonicalizationMethod : http://www.w3.org/TR/2001/REC-xml-c14n-20010315 - SignatureMethod : http://www.w3.org/2000/09/xmldsig#rsa-sha1 - Transform : http://www.w3.org/2000/09/xmldsig#enveloped-signature Signed XML is verified by vendor...

enhancement