Yarden Shoham

Results 52 comments of Yarden Shoham

I agree with lunny, this is more complex than I imagined but hey, if it works that's awesome. Do we really have 2 way communication here though? Maybe SSE fits...

@jolheiser I had to revert because the RepoAssignment middleware writes to `IsStaring`

So you can remove `hx-target` when templating org

We format with `make fmt`, is there a problem with the command?

We have eslint and I think it provides the same functionality? I just tried adding a space to an import and ran `make lint` and it printed an error ![image](https://github.com/go-gitea/gitea/assets/20454870/1809e74d-e9af-484f-a064-073e7fe4e5ff)...

Same issue here also 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)

I'm not sure how to test a performance improvement, I didn't change the logic. The function already has tests. To detect a cache hit would require adding a parameter

I can drop the first cache, the one with the key as path and just use the cache by the content of the file. We can also make the cache...