Esteban Beltran

Results 17 issues of 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...

documentation
good first issue
help wanted

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...

type/docs
no-changelog

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...

area/plugins
area/plugins-catalog
internal

Adds a new documentation page on how to add a backend component to app plugins. Closes https://github.com/grafana/plugin-tools/issues/1031

no-changelog

when using toHaveAlert the linter reports await has no effect but it is an async function that requires alert ![image](https://github.com/user-attachments/assets/c2ed78b8-bacd-46bd-8566-df8d1a44e828) https://github.com/grafana/plugin-tools/blob/main/packages/plugin-e2e/src/matchers/toHaveAlert.ts#L7

plugin-e2e