mr-j0nes
mr-j0nes
Sometimes there is a need to work with different versions of he same ASN.1 definition in the same program. Many of the structure names will be the same so it...
When I create a project with a name that contains a space in it some tests fail. The license validation works fine though.
My application (using the licensecc library) is built on ubuntu 18.04 on a VM machine. There it works fine. When I copy it to an ubuntu 18.04 on the cloud...
Hi there, thanks a lot for the great work. I am already using the library on my backend successfully. I need to use the same (or similar library) from my...
Hi Jonathan, very quick question, is there any particular reason why a stream cannot be restarted without initializing the map ? E.g.: ``` raft::map m; m += a >> b...
I know you guys are focused on bringing more features to the lib, but it would be good to provide a bit better documentation and examples (I sent another post...
Hey Jonathan, hope your 2018 is going well. I have a quick question about parallel streams. Say I want to have following configuration: ``` m += a c m +=...
Hi Jonathan, hope you're doing fine. Having following random map: ``` a --> b --> c // I.e.: a >> b >> c +-> d // I.e.: b >> d...
I wonder if this is possible: A D >=E) E.g. this could work in this way: A: reads filenames from a file system and send each to B B: reads...
Hello Jonathan, many years have passed since our last communication. Hope this message finds you well. Recently I have come back to the one project of mine where I use...