Roman Sharkov
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.
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...
Write API benchmarks showcasing the performance of individual API queries and mutations.
Implement the GraphQL resolver using [gqlgen](https://gqlgen.com/feature-comparison/).
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...
# The Qualification Verbosity Problem A lot of people reject both `mut [] mut [] mut * mut T` and `const [] const [] const * const T` which is...
### 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...