Domnic Savio

Results 5 issues of Domnic Savio

Hi, Could you perhaps provide a client.js which is sending the same request from NodeJS perhaps ? I do not get this working if I replicate the call on a...

Hi Anton, I am having the following error when I scan the passport. This happens in the doPACE call ``` 01-28 09:33:47.132 8665-9619/com.pass.test W/MainActivity: org.jmrtd.PACEException: PCD side error in mapping...

Hi, I am trying to do a simple POST. I tried this, `match (req.method(), req.path()) { ("GET", "/json") => { rsp.header("Content-Type: application/json"); serde_json::to_writer( BodyWriter(rsp.body_mut()), &HelloMessage { message: "Hello, World!", },...

I am working with Scylla for the first time. I have a very generic question. my usage is aboute storing and retriving sensor data. The question i have is:- Would...

I am trying to store and retrive JSON objects where I do not know the structure of the json before hand. While creating the table I did the following, `CREATE...

question