Anurag Vohra

Results 8 comments of Anurag Vohra

> I was able to solve the problem. I had to change the fontnik-version in the file package.json to: **"fontnik": "0.8.0-dev.2"** Now it works. Yes this works. Thank you.

> As far as db / doc not found, I think error reason is already provided: > > ``` > % http $DB/mydb2/doc4 > HTTP/1.1 404 Object Not Found >...

>we have an API to return a sequence in the document I wanted to see if it would make sense having the same kind of API rather than invent something...

> Exactly! That's how connection sharing works. After the TCP connection is established to a host, port, SSL session is setup, it can be reused for multiple requests: > The...

Ok After installing `CMake Tools` from `ms-vscode` solved issue for me. I had to relaunch `codium` a couple of times after installation as per popups I received. But it worked.