Kyle Cooley
Kyle Cooley
### Describe the bug ```bash When using any FPS setting above 30, Link's jump distance while climbing is reduced. The amount that it is reduced increases with the FPS setting,...
Following the exact examples from the README provides me with two different errors: ``` client = contentful_management.Client(CONTENTFUL_MANAGEMENT_KEY) tags_proxy = client.tags(CONTENTFUL_SPACE_ID, CONTENTFUL_ENVIRONMENT_ID) tag = tags_proxy.find(tag_id) tag.update( { "name": "My New Tag"...
We are using the delivery client and querying for entries using the `entries()` method. We are seeing significant latency from this method call that far exceeds the time for the...
If an entry has a rich text field, and that rich text field contains an embedded video, calling `entry.raw` will result in a JSON object which still contains the embedded...
**Describe the bug** When using a singular union type with `graphql_fields` (i.e. a field with a union type with only one sub-type within the union), the field is rendered only...