Mohamad Kalaaji

Results 3 comments of Mohamad Kalaaji

``` const getData = function getData() { document.getElementById('searching').innerHTML = 'Fetching projects...'; usersCurrentCall = 0; callInProgress = true; reqNo += 1; USERNAMES.forEach((username) => { const url = `https://api.github.com/users/${username}/starred?per_page=${projectsPerPage}&access_token=${accessToken}&page=${reqNo}`; axios({ url, method:...

when you are creating a note, add in the frontmatter at the top of your markdown file ``` --- title: 'My Personal Codex' --- ``` it will change the name...

Actually what I did is that I did a fresh repo with the updates on it then migrate the bits I wanted from V0 in other words: it was a...