Demian

Results 8 issues of Demian

Is there a reason why a machine needs to reboot when the `power_state_mechanism` changes? This change disables the reboot on update.

### Description of your changes Skips login in helm if no credentials are provided: ``` failed to login to registry: error storing credentials - err: no credentials username ``` Fixes...

As V1/V2 webhooks are being [deprecated](https://support.pagerduty.com/docs/webhooks#add-a-webhook-extension), are there plans to support V3 webhooks within `go-pagerduty`? > We wanted to let you know that Webhooks V3 is now live and available...

We're using Foreman and the Terraform provides to configure it. The only resource that is currently not supported by the provider are discovery rules: https://theforeman.org/plugins/foreman_discovery/18.0/index.html#3.1ForemanDiscoveryplugin Rules can be managed through...

As [v2.2.0](https://github.com/rohit-gohri/redocusaurus/releases/tag/v2.2.0) has been released with support for [@docusaurus/faster](https://docusaurus.io/blog/releases/3.6#docusaurus-faster), I tried to enable it for our repository, but it fails with the following error if `swcJsLoader: true,` is enabled: ```...

bug
builds

This MR adds options to the `NewClient` method that allow overriding the http.Client and the API endpoint.

This PR updates the module path of the Go bindings. This should allow to install the bindings based on published tags: ``` ❯ go get github.com/ggerganov/whisper.cpp/bindings/[email protected] go: module github.com/ggerganov/[email protected] found,...