Max Shen

Results 54 comments of Max Shen

@dd-cmyk I created a similar plugin: [hardtime.nvim](https://github.com/m4xshen/hardtime.nvim), which works well with Neovim!

It would be great if you can work on this! However the Supabase part is current not tracked in the repository. I'll notify you after I set it up.

@Henri-ColibrITD you can now begin setting up the project locally by following the instructions in [CONTRIBUTING.md](https://github.com/repohistory/repohistory/blob/main/CONTRIBUTING.md). Due to the use of GitHub Apps, the setup could appear complex. If you...

Yes I currently use the Supabase client directly. You can of course setup a mock db if that won't be too complicated for you.

@Henri-ColibrITD Thanks for the detail information. You can fix the issue by enabling auth inside `supabase/config.toml`: ```toml [auth] enabled = true ``` and then restart the supabase client: ```bash npx...

That's the GitHub App private key. You should be able to generate one inside GitHub App settings.

@Henri-ColibrITD What package manager are you using? I personally use yarn. Maybe this affects the results.

Did you run `yarn` to install the dependencies?

> we can move this discussion to a private channel of you choice, just tell me :) @Henri-ColibrITD Great I think we can discuss this in Discord! My username is...

As of now, Repohistory does not support self-hosting with alternative database backends. However, this is definitely on our roadmap, and I am actively considering ways to make it more flexible...