Clément Moyroud
Clément Moyroud
Let me add my vote to this one. Right now it's an all-or-nothing affair, which makes me sad :) Especially with Git's per-worktree config not working that well with Git...
@uqs same here. It took around 24h for the same amount of commits, so your estimate is correct. I thought I'd be smart and `xargs -P8` the whole thing, but...
@glensc nice suggestion! I used the following to go from 24h to 1h runtime: ```bash tail -n +2 .git/filter-repo/commit-map | git notes --ref=cvs copy --force --stdin tail -n +2 .git/filter-repo/commit-map...
@speric the highlights are plentiful, yes 😸 It was actually working fine until Amazon changed their login page and you had to change your code. There's no "debug mode that's...
OK, found the problem. Mechanize hits a page "Please confirm your identity". I've opened PR #22, any code feedback welcome, it's my first contrib to a Ruby project 😄
I've just had the same issue. This is because `aerich init` assumes the `[tool]` section exists in `pyproject.toml`. You can work around that by creating the section yourself, but `aerich`...
@etomm that worked for me, thanks! Note that in FreeNAS 11.2, you have to also disable the local package repo (per [this guy](https://www.justinsilver.com/random/fix-pkg-on-freenas-11-2/)), or you'll get error messages from `pkg`when...
@olivierlambert done, see [here](https://github.com/xcp-ng/xcp/wiki/Installing-the-xe-guest-utilities-in-FreeNAS). I also added a pointer on the home page, in the _Miscellaneous_ section.
My original trial was with double quotes actually. I tried single quotes to see if this was not an interaction with the shell's parsing of `!`, but it does not...
No worries I can wait :)