Igor Zibarev

Results 18 issues of Igor Zibarev

## Summary It would be great if go-pg could support [sqlcommenter](https://google.github.io/sqlcommenter/) to gain insights about query performance of particular client apps or components. Reference implementations for other languages\ORMs are available...

To be consistent with helm, we should use the same CLI library instead of kingpin. https://github.com/spf13/cobra

enhancement
help wanted
good first issue

We need issue templates so issues can be reported with details required to debug the issue or with feature request details. Examples: - https://github.com/kubernetes-sigs/kubebuilder/tree/master/.github/ISSUE_TEMPLATE - https://raw.githubusercontent.com/kubernetes/minikube/master/.github/ISSUE_TEMPLATE/__en-US.md

help wanted
good first issue
area/documentation

Here [are integration tests](https://github.com/hypnoglow/helm-s3/blob/master/sh/integration-tests.sh), but reindex action is not tested. I think we can also split tests into separate files for each action.

enhancement
help wanted
good first issue

- Cloud Code for IntelliJ version: 20.6.1 - OS: Linux 5.7.6-arch1-1 x86_64 GNU/Linux **What did you do?** We store our `skaffold.yaml` files not in a project root, but in nested...

area/kubernetes
kind/feature-request
area/skaffold
priority/p3

This changeset introduces new statuses as proposed in #916 Probably I missed something, so I would be grateful any feedback and help 🙏

The package should support validating form params and provide a function to decode data from form params to the supplied struct. Same thing as query parameters. It should support both...

I wonder can you describe installation instructions in a user-friendly format? Thanks!