seiuneko

Results 11 comments of seiuneko

The same to me.

Thank you for your feedback. Please review the new commit.

@chenjiageng 看样子是 json 写错了? (而且你也应该在 [jqqqqqqqqqq/coolq-telegram-bot](https://github.com/jqqqqqqqqqq/coolq-telegram-bot) 提 issue

@kradalby The DERP server at tailscale.com/derp only supports hardcoded tailscaled Unix socket verification or URL-based verification. https://github.com/tailscale/tailscale/blob/4d33f30f91eb7debdf90c8770990801f3857e30c/derp/derp_server.go#L1265

@kradalby > Ok, this rings a bell, I dont think the URL should be configurable, this should be internal, so we should populate it if it is enabled: I initially...

@kradalby > I fully agree that http+localhost is the way to go. The issue I found is that if Headscale is configured with TLS enabled, attempting to access Headscale using...

@kradalby I came up with a slightly hacky solution by registering a custom protocol in `http.DefaultTransport` to intercept network requests. However, this method relies on `tailscale.com/derp/derp_server` using the default `http.NewRequestWithContext`...

Use `%hidden` to define environment variables only within tmux: ``` %hidden mode_separator_style="#[default]#{?client_prefix,#[fg=blue],#{?pane_in_mode,#[fg=yellow],#{?pane_synchronized,#[fg=brightred],#[fg=cyan]}}}" %hidden mode_separator_start="${mode_separator_style}${mode_separator_style}#[reverse]" %hidden mode_separator_end="${mode_separator_style}${mode_separator_style}#[default]" ```

The high CPU consumption issue with `rustic check` still persists. Compared to `restic check`, rustic uses 4x the memory and 2x the CPU, while the overall runtime is roughly the...