Bruno BELANYI

Results 58 comments of Bruno BELANYI

What happens if the user does not have `fugitive` installed? After a quick glance at `:help doautocmd`, I could not see what happens when one tries to trigger a non-existent...

I was thinking that if a repo is marked as private, it would push it as private.

No, you can just look at the visibility of a repository by looking at the payload from the webhook.

I would also like such a feature. I am willing to make a PR if there's no opposition to such it.

Is there any use-case for changing the owner of a file to someone other than `$USER` in a home-manager context? At the very least, I do not see any point...

@ryantm @RaitoBezarius what is needed to merge this PR? I assume we need to address: * `rootSecret` special handling: this is probably unnecessary. * `owner`/`group` handling in general: I don't...

> reuse of passphrases or passphrase caching, otherwise, rebuilding will become annoyingly painful. (important) This is also a problem for the NixOS module, I think it is out of scope...

Is it possible to get this merged, and improve it later @RaitoBezarius @ryantm? I feel like the password-reuse issue is cross-cutting (it's useful for re-keying secrets, etc...) but not quite...

Can we just `mkdir -p` or use a systemd files directive for this issue?

Instead of using `home.activation`, we could define a systemd service which gets started when the user logs in (so wanted by `default.target` I think?). It still wouldn't work on MacOS,...