Roman Sharkov

Results 32 issues of Roman Sharkov

## Describe the bug https://github.com/andygrunwald/go-jira/blob/v1.13.0/issue.go#L806 accepts empty issue keys which causes the resulting error to be: ``` 405 Method Not Allowed: : request failed. Please analyze the request body for...

Implement a [webwire](https://github.com/qbeon/webwire-go) based transport layer implementation.

enhancement

Make the API server export various metrics: - Graph queries - Transactions - Max request handling time - Average request handling time

Implement the following GraphQL subscriptions: - [ ] GraphQL: subscriptions: postCreated - [ ] GraphQL: subscriptions: reactionCreated(subjectId) - [ ] GraphQL: subscriptions: postEdited(postId) - [ ] GraphQL: subscriptions: reactionEdited(reactionId) Use...

api

Improve resolver performance through caching and batching.

performance

Write API benchmarks showcasing the performance of individual API queries and mutations.

performance

Implement the GraphQL resolver using [gqlgen](https://gqlgen.com/feature-comparison/).

enhancement

I discovered a major problem that requires an exception to the prohibition of `immut -> mut` casting. This exception is necessary to make copying of immutable scalar types to their...

problem
help wanted

# The Qualification Verbosity Problem A lot of people reject both `mut [] mut [] mut * mut T` and `const [] const [] const * const T` which is...

problem
help wanted
discussion

### What happened? Illegal enum values are accepted during code generation. When you run the server and open the playground it says: ``` { "errors": [ "Enum values cannot be...

enhancement