Antoine Langlois
Antoine Langlois
Is there any update on this issue ? We still encounter the problem with the latest version. A workaround has been given [here](https://github.com/go-git/go-git/issues/332#issuecomment-1108253405) but I can't tell for now if...
Hey! Any update on that ? I have the same problem. I'm not a big fan of having configurations credentials exposed on my system :)
Maybe it can be implemented by storing encrypted credentials on restic side, then decrypt it when needed and sorta sending it to `stdin` using `os.Stdin`. I haven't looked at how...
Hey there, I can investigate that tonight if you want ^^. I think (I don't know all ansible's hooks) this an O.K result (in terms of logic) because the playbook...
Is there a reproductible case for that ? I can fix this and submit a PR if you want ^^. Maybe we can find a use case with the [demo](https://demo.recordsansible.org/)...
@abashore hey! I've looked at the django code base. It seems this has been fixed in Aug 2021 with [this ticket](https://github.com/django/django/commit/d10c7bfe56f025ccc690721c9f13e7029b777b9c) but I haven't found it recent codebase. Can you...
@dmsimard Hey! I kinda agree with @lordofire on this. I think it would be a great feature, especially for close systems where we can't upgrade ARA API to latest version...
Hello, it's not possible to update the django version (at least on ara side) as ealier versions doesn't support python3.6. The latest django version to support it is 3.2.*. I...
I like the abstraction made by the dynamic unpack hook for DMG and PKG. Package complexity will drop (IMO) and package's lines reduced by a good margin. But I think...
Hey! Regarding creating a fetcher, I'm not a big fan of. As the "universal" way seems to fetch then unpack for most scenarios, I would keep it as a new...