Results 71 comments of nisha

> @nishakm I was going through this issue, but will changing `usr/local/go/bin/go` have much of impact, because usually `go` and the former usually works same in my terminalšŸ¤” Do you...

@rnjudge We spoke about this at length and I don't remember what issue we had hit upon regarding implementing this. Do you remember?

> My understanding: Tern relies on ScanCode Toolkit to automatically detect the licenses mentioned in the source code of packages, and stores new detected licenses in a central cache for...

> @nishakm Is https://github.com/tern-tools/tern-api helpful in resolving this issue? Not really. That is the web API. This issue is for developing CRUD operations on a cache database. So that means...

> @nishakm Thanks for the suggestions. > > I had a couple of doubts: > > 1. Will there be a new CLI argument for performing cache CRUD operations? That's...

> @nishakm @rnjudge Can I use [InquirerPy](https://inquirerpy.readthedocs.io/en/latest/) to make the CRUD command-line? You don't need to do that for this issue, but it's definitely something that looks like a good...

@rnjudge is this still on the table?

> @nishakm > > How is the status of this proposal? > > I've made a very minimal web UI that only allow specifying an image name and return a...

@PrajwalM2212 recommended sqlite as well: I think we can just choose sqlite3 because 1. It is faster 2. It is good for applications where code that executes sql statements and...

At this time, my main concern is to move away from storing data in a YAML file and into something that is queryable. The discussion I would really like to...