Anirudh Oppiliappan

Results 28 comments of Anirudh Oppiliappan

gotcha, updated the readme with a link to this issue

Hi, I ran across this error after having realized that I didn’t run it with `--bare` the first time. However, my account balance won’t update: ``` "balance": { "account": -1,...

well you clearly missed the `tags` key in your frontmatter. but alright, the error needs to be a bit more descriptive.

> Which convention does this follow? https://github.com/nim-lang/nimble#project-structure

Interesting. I've been able to reproduce this more reliably now. It seems to crash on repos greater than a few KB (maybe MB?). Here's what I've got: ``` ▲ git...

Hey thanks for the heads up! I’ll try to make some time for it this weekend/next week and come back with results.

I got around to testing it, and it looks promising! Here's an—admittedly, rather contrived—example with the Kubernetes repo: ``` ▲ time git clone http://127.0.0.1:5555/kubernetes-bare k8s-clone Cloning into 'k8s-clone'... Receiving objects:...

@JoaoSangue but does that not result in ``` [WARNING] `ADMIN_TOKEN` is enabled but has an empty value, so the admin page will be disabled. [WARNING] To enable the admin page...