Alexey Palazhchenko

Results 348 comments of Alexey Palazhchenko

It is also required for https://developer.github.com/v4/mutation/deletepackageversion/

In short: * the latency for queries like "show me the [PMM](https://www.percona.com/software/database-tools/percona-monitoring-and-management) home dashboard" was too high; * we looked into adding our own caching layer or using something like...

Normally, you should not use sudo. How you installed Go? Do you have GOPATH set? Did you download Gosh with `go get -v gosh-lang.org/gosh`?;

It is probably easier to remove everything and start from scratch. - Re-install Go, check `go version` – it should be 1.11 or 1.11.1. - Do not set environment variables...

@JacksonIsaac How can I help you with this?

Sure! Just make sure to check contributing guidelines.

@inn0kenty How can I help you with this?

Will it require changes in the scanner and parser?

We now have a Travis CI configuration: * https://github.com/gosh-lang/gosh/blob/master/.travis.yml * https://travis-ci.org/gosh-lang/gosh ~AppVeyor builds are enabled: https://ci.appveyor.com/project/AlekSi/gosh~ I disabled them to debug a separate issue with codecov.io. However, anyone can enable...