Greg "Gwmngilfen" Sutcliffe

Results 74 comments of Greg "Gwmngilfen" Sutcliffe

No, I don't think it can be closed. https://github.com/chaoss/augur/blob/main/augur/api/gunicorn_conf.py#L22 is still present, still globs over the entire codebase (and therefore Facade, if it is mounted inside the Augur dir) and...

Sorry for the delay in getting to this, it's been a busy week :) So, there are a couple of issues here that I think are worth tackling. Firstly, yes,...

I would be interested in helping here, at least for self-hosted. I currently run [FireFlyIII](https://github.com/firefly-iii/firefly-iii) which uses GoCardless for it's bank integrations. My bank is HSBC (UK, if it matters)...

I'd be happy to help test that, I already have a GoCardless account for FireflyIII - it would be interesting to compare.

I've accepted. I did a bit of work looking into bare clones a while back, which seems like the way forward, but it needs confirming & testing.

@MoralCode you're not wrong, but you're not going far enough :) If you combine a --bare checkout with other options, you can get a lot further. Notably, we only care...

> Assuming these repos are only kept around for gathering data, and then being deleted (otherwise we would become a low-fi software heritage clone), i feel like these options cover...

@sgoggins 100% agree with the danger, and I agree with the idea of stopping the indexer as an intermediate step. Do you have notes for that as well? Or is...

Good point @cdolfi. That's probably more important than deletion anyway - disk is cheap for storing old data, but keys are limited. @sgoggins would you agree? Happy to work on...

@sgoggins so I think... - "delete for me" is indeed trivial, as you say. - "delete entirely" is messy - "stop collection" is the important one, due to limited API...