Manuel Cepeda

Results 3 issues of Manuel Cepeda

## What's new? ## - Add database docker scripts - Add cleanup scripts - Modify init scripts to handle docker and cleanup scripts - Update README - Add docker database...

The repo data is not updated due to validation after calling `searchRepos` query, ``` response.search.nodes = response.search.nodes.filter((node) => { return node.__typename === 'Repository' && !node.isPrivate }) ``` Today, the query...

Currently, the dev information regarding the **repositories** and **forks** is not showing properly, I made a minor modification in the user query so now it takes in consideration the information...