Alex Khomenko
Alex Khomenko
I wonder why this hasn't been merged? I recently used this boilerplate myself and had to manually update all the libs. Also having static dependencies to be managed by bower...
This will also require switching to Debian as I couldn't find any Alpine-based Node images that come without NPM.
Adding `"types": ["@docusaurus/theme-live-codeblock"]` to the `tsconfig.json` fixes the error, thank you for the help! 🎉
> Ok so a problem with this solution is that `.toBeDisabled` in jest will now fail for the disabled buttons we need to test... > > One thing we could...
> > Could we extend `toBeDisabled` to check for either `disabled` or `aria-label` attribute? > > Hmm we could extend it, but that would just solve it for us, it...
@Dan83 could you move all the changes unrelated to browse-dashboards into separate PRs, so it's easier to review?
As mentioned, the fix here would be to add `http_addr` to the Grafana config: ``` protocol = https http_port = 443 http_addr = myDNS.name # Add this line domain =...
When rendering, Grafana [will use](https://github.com/grafana/grafana/blob/main/pkg/services/rendering/rendering.go#L80) the value of `http_addr` from the settings as the value for `domain`, if that value is not the same as the [default](https://github.com/grafana/grafana/blob/main/pkg/setting/setting.go#L48), so the solution...
@miken32 thank you for the context. I'm trying to understand what would be a use case for having a different server host and domain for the image renderer?
/deploy-to-hg