Gowtham Munukutla

Results 7 issues of Gowtham Munukutla

Added looping to a track next to play next and play previous using a mat-icon. Functionality is tested. But checking again is advised.

Hey @rwynn , thanks for this tool. I was wondering if there are any sample functions for the `pipeline` function for a Go plugin. I wrote this myself and it...

Hi, thanks for the wonderful tool. I'm trying to build a plugin for monstache and I follow the usual method of `go build -buildmode=plugin -o plugin.so plugin.go` and it throws...

Hi. I'm trying to work with the guide given in the wiki [Build-and-run-a-monstache-docker-container-image-with-an-embedded-go-plugin](https://github.com/rwynn/monstache/wiki/Build-and-run-a-monstache-docker-container-image-with-an-embedded-go-plugin) Is there anyway I can cache the `RUN make release` step in the Dockerfile? My plugin can...

I have a codebase which works with v9 and the go-pg apm module works only until v8. This has been mentioned in the elastic official docs but it would be...

Hello! I'm trying to construct a query to retrieve contribution calendar of a user and my query looks like the following as a struct. I want to know how to...

holy smokes