Glen Huang

Results 9 issues of Glen Huang

Firstly, thanks for the awesome project! I'm using certbot to renew certificates, after it successes, I'd like to ask nginx service to reload them. I wonder if swarm-cronjob could restart...

:sparkles: enhancement

Would you accept a PR that allows specifying ignored embedded fields? My use case: ``` type DB struct { *underlyingDB.Client } func (db *DB) CreateUser() {} ``` I'd like to...

help wanted

When I apply this plugin in macOS 10.13.6, I got an empty window with vibrancy applied: ![Screen Shot 2022-07-07 at 4 32 12 PM](https://user-images.githubusercontent.com/7038035/177729192-50c2343a-24dd-4565-b35a-986184da82fb.png) If I remove the setup code,...

status: help wanted
type: bug
platform: macOS

It seems that there is no option to sort custom properties. Is it an intentional decision or it's planned?

help wanted

As requested at https://github.com/openwrt/packages/issues/19139#issuecomment-1278862396 Signed-off-by: Glen Huang

core packages

**Describe the bug** When direnv runs with `use flake`, and the flake uses `pkgs.buildFHSUserEnv` with both the current shell and `runScript` being zsh, direnv run recursively. **To Reproduce** Make sure...

Bug

Apple sanctioned sudo_local in Sonoma, which makes it possible for sudo related pam settings to survive system upgrade. We replicate this design for earlier macOS versions to ensure backward compatibility....

It seems `services.openssh` is not supported in nix-darwin. Since running an openssh server seems to be a common feature, I wonder if it's supported in other ways or is blocked...

Given this definition: https://github.com/nix-community/nix-doom-emacs/blob/acbf1b70335d4fd6a6c05bc417d7f3ca44739437/modules/home-manager.nix#L86 I wonder how to could I make `extraPackages` use `epkgs.vterm` In my own nix config? If it were defined as ``` extraPackages = cfg.extraPackages; ``` I...