Yarden Shoham

Results 52 comments of Yarden Shoham

@mattfarina do you think the boolean parameter to opt-in for the cache is a good approach?

Another option: use https://github.com/dgraph-io/ristretto and only cache by file content, we could make sure the cost is limited to 1GB of memory

@mattfarina what do you think of the options I suggested?

@mattfarina I like the idea. I wonder if I should try it or if we should take https://github.com/helm/helm/pull/11726. What would you prefer?

I'm packaging my app with `pkg` and I can't expect the environment to have node/npm/npx/yarn. How can I go about creating the sqlite file and initializing the database programmatically (basically...

You must send the permission alongside `includes_all_repositories` and make sure you are not editing the owners team. Example: ```json { "includes_all_repositories": true, "permission": "read" } ``` Or ```json { "includes_all_repositories":...

I have the same issue. I believe more people are having this problem at #12. Edit: It seems a solution was provided in #1. [Here's the comment with the solution.](https://github.com/mosh-hamedani/vidly-api-node/issues/1#issuecomment-419666200)

@1cg How about switching to `fetch` with `redirect: "manual"`? https://developer.mozilla.org/en-US/docs/Web/API/fetch#redirect

#12724 was successfully completed