cgag

Results 23 comments of cgag

I just ran into this after rsyncing an attic repo to a different vps. I was able to fix it using that environment variable. `ATTIC_RELOCATED_REPO_ACCESS_IS_OK=true ./backup` I'm on 0.16.

Some more people that might have things to say: @rwillard, @four43, @danielfm.

Interesting, I'll try to reproduce this now that I have a windows install.

Not really unfortunately, I very periodically merge stuff. I did want to comment and say this is clever though, the overhead of .iter() definitely never occurred to me.

I have no idea and never noticed, I would not use those, I need to look into it.

I should probably just always drop the `./`. I'm not super happy with the way this looks as is but things look unbelievably broken if I don't trim. Definitely open...

I'm traveling at the moment so I may not get to it for a couple weeks but I'll definitely do -f and will think about --summary but it seems like...

I don't know much about vue.js, can you confirm that this just requires counting .vue files as .js files, or does it have it have it's own comment syntax? Should...

I want to experiment with serde a bit for my own learning, but I have to admit I forgot how simple just doing string interpolation could be, I may end...