Pavel Nikolov

Results 16 issues of Pavel Nikolov

The version of github.com/prometheus/prometheus in the `go.sum` and `go.mod` files were different. One was referencing `v2.5.0+incompatible` and the other - `v1.8.2`. This PR fixes that. Also the `github.com/prometheus/prometheus/promql/parser` doesn't seem...

It would be really useful if it was possible to publish directly to AWS S3.

enhancement

This is just a prototype implementation of `PollContext` method. **ASSUMPTION**: The underlying library would work with `0ms` timeout if deadline is not set. If this is wrong the code needs...

I have an issue with the operator that I am unable to reproduce consistently but it keeps happening every now and again. I have a 3-node cluster set up in...

Use my current e-mail address. #### What this PR does Updates the email of one of the maintainers (mysefl). #### Which issue this PR fixes *(optional, in `fixes #(, fixes...

We use OneLogin for SAML authentication. When an user is authenticated against OneLogin and clicks the `Sign in` link in Confidant - he/she is automatically authenticated. However, if the user...

enhancement
medium
backend

I tried using this library with [sqlx](github.com/jmoiron/sqlx), but I cannot get it working. Any ideas how to solve this problem? My goal is to make `instrumentedsql` work with named queries....

Add an example of using graphql.ID. More specifically creating one from an integer and extracting an int value out of it. All [examples](https://github.com/graph-gophers/graphql-go/wiki/Examples) must be placed in the `/examples/` folder...

help wanted
good first issue

Allow maximum query length schema option to prevent parsing too long queries.

Create an example which demonstrates how to receive an array argument in a resolver. This is in response to a common question that first-time users of this library ask. See...

help wanted
good first issue