Tim OSullivan

Results 8 issues of Tim OSullivan

Seems to affect Cron trigger occasionally. The ordering of job events is not guaranteed. ## Expected Behavior The SUBMITTED event for a job should always fire before its corresponding EXECUTED...

bug

…ases ## Description Fixes a field's resolvers from raising a type error when using a subclassed generic return type hint by widening the check for generics in the `StrawberryField.type` property,...

discussion
bot:has-release-file
bot:release-type-patch

## Describe the Bug Following on from: https://github.com/strawberry-graphql/strawberry/pull/1891 The case where a field's resolver has a subclassed generic return type still raises a Type Error. The `isinstance` check is too...

bug

## Describe the Bug Using a field resolver with return type of `list` or `List` (as opposed to say `list[int]` etc) raising an internal exception: ``` AttributeError: __args__. Did you...

bug

Currently has taken me a few hours to set up and make this exporter work. Two issues with the set up: 1) It is non-obvious that the image will copy...

**Describe the bug** With the following `.graphqlconfig` the plugin works as expected with the `schema.graphql` file being in the same directory in the config file. ```json { "name": "GraphQL", "schemaPath":...

feature
area:config

Hi Mark, This seems to be the most up to date version of newrelic-exporter, works well. On set up though I ran into issues due to poor documentation on what...

1. `__init__` ignores `pageSize` parameter 2. `default_page_size` class attribute is not used