Esteban Beltran
Esteban Beltran
### Is your feature related to a problem? The existing documentation is not clear on which plugins have a `require("plugins.configs.X")`. One might assume that all plugins inside astronvim have them...
Adds a small description to the custom format panel options so it is clear users can use momentjs .format syntax Related to https://github.com/grafana/clock-panel/issues/170
**What this PR does / why we need it**: In a [previous PR](https://github.com/grafana/plugin-tools/pull/889) the document page about fetching data from frontend using the grafana data proxy was introduced. This PR...
Trying to install the latest version results in a security error because of a hash missmatch ``` ❯ go install github.com/nametake/golangci-lint-langserver@latest go: downloading github.com/nametake/golangci-lint-langserver v0.0.9 go: github.com/nametake/golangci-lint-langserver@latest: github.com/nametake/[email protected]: verifying module:...
When no updates are available, the filter shows "No plugins found" which can be seen as an error state. We can improve this message with some positive reassurance for the...
Adds a new documentation page on how to add a backend component to app plugins. Closes https://github.com/grafana/plugin-tools/issues/1031
when using toHaveAlert the linter reports await has no effect but it is an async function that requires alert  https://github.com/grafana/plugin-tools/blob/main/packages/plugin-e2e/src/matchers/toHaveAlert.ts#L7