Stephane Bourque
Stephane Bourque
Hi Val! So I tried to add a dumb test: ok = mongo_api:ensure_index(Pid, Collection, #{ => {, 1, , 1}} , ), ok = mongo_api:ensure_index(Pid, Collection, {, {, 1, ,...
I think my application for Mongo is a little different. The DB is in a private cloud behind firewalls and applications marshaling all access. So I have no security on...
Thanks Loïc… Trying this right now. I was trying to add a ne wpackage last night and it failed in make check p=my_new_package.. Just want to say thank you for...
Thanks @tristanpenman. I found the code in your lib and made a hack - like really bad - but it does the job. In validation_visitor.hpp, in visit FormatConstraint, I just...
Hi @agentjdh, I do not have the same device you have. Let me explain what is going on in the code: That magical string you see in memcpy() is a...
@agentjdh, In the previous code, I inserted a space in the memcopy, please remove that in your code. This was a formatting mistake: ```C memcpy (tlvbuf + tlvbuflen - 3,...
Can you give the the working file and the one you generated that does not work? On Tue, Oct 15, 2019 at 02:08 agentjdh wrote: > @stephb9959 > > I'd...
Hi @agentjdh, I built a little app to parse the files in erlang and here is the output: ``` Values not found but int good file: >>> OID:".1.3.6.1.2.1.140.1.2.11.0" VALUE: >>>...
Here is the proper docsis.c file that compiles and will do the spechash and still lets you pick from NA/EU too (I had forgotten one more location to enable to...
@agentjdh OK. I have it now. This was my mistake. Some debug stuff I added a while ago in docsis.c, now removed. Also generated some test to make sure the...