Henri de Boutray
Henri de Boutray
I was wondering, if we are confident the data pipeline (calling the github api to retrieve the repo stats, storing it in db, and getting the needed data from the...
So, I went for the supabase route since adding a whole new abstraction layer for the db on top of supabase seemed too much work for a simply UI tweak...
For more information, here is what I should get according to docs: ``` Started supabase local development setup. API URL: http://localhost:54321 DB URL: postgresql://postgres:postgres@localhost:54322/postgres Studio URL: http://localhost:54323 Inbucket URL: http://localhost:54324...
No problem, thanks for the quick reply! What about `APP_PRIVATE_KEY` ? It looks it should be a cryptographic key but I don't get which one
Ok, making progress on the setting up process: there seem to be a problem with the dependencies now: ``` Module not found: @nextui-org/system-rsc tried to access @nextui-org/theme (a peer dependency)...
and for a more detailed error message: 
I noticed you're using yarn, so to minimize the differences between our two systems I used it too. It's the first time I use it (maybe explaining the noobie questions)...
I did! If I rerun it here is what I get: ``` $ yarn ➤ YN0000: · Yarn 4.1.1 ➤ YN0000: ┌ Resolution step ➤ YN0000: └ Completed in 0s...
I implemented the feature on a fork available here: https://github.com/Henri-ColibrITD/repohistory I could not test it but the feature is not groundbreaking so it shouldn't be too bad to review. I...
Ok, by deleting everything (including the docker volumes and the repo itself), recloning the repo and reseting the `yarn.lock` file to its state when I initially forked the repo, I...