Patrick Arminio

Results 174 issues of Patrick Arminio

This: ```python combination = {**first_dictionary, "x": 1, "y": 2} ``` gets changed to: ```python combination = {: first_dictionary, "x": 1, "y": 2} ```

bug

Hi there! We are using datadog and apollo server and we get some tracing information already, which is super cool! We are also using Apollo Gateway for Apollo Federation, but...

community
feature-request
integrations

### What does this PR do? ### Motivation ### Plugin Checklist - [ ] Unit tests. - [ ] TypeScript [definitions][1]. - [ ] TypeScript [tests][2]. - [ ] API...

This PR attemps to fix some of (or all) the typing issues found by running `mypy histolab`. Unfortunately some of these issues are hard to fix without context and without...

using `strawberry.django.type` shows the following error/warning in PyCharm: `Cannot find reference 'django' in '__init__.py'` can we do anything to fix this?

bug

In Strawberry's pydantic extension we have support `all_fields`. I think we should add it for strawberry django too :) https://strawberry.rocks/docs/integrations/pydantic#pydantic-support

when I do something like this: ```python @strawberry.type class Query: blog_page: BlogPage = strawberry.django.field() ``` I get this schema back: ```graphql type Query { blogPage(pk: ID): BlogPage } ``` `pk`...

This PR fixes the path of ffmpeg in readme and in the example :)

Python 3.9 has removed `asyncio.Task.current_task`, from the docs: > The asyncio.Task.current_task() and asyncio.Task.all_tasks() have been removed. They were deprecated since Python 3.7 and you can use asyncio.current_task() and asyncio.all_tasks() instead....

Closes #103, still wip :) TODO: - [ ] time.monotonic_ns() - [ ] time.clock_gettime() when called with time.CLOCK_MONOTONIC or time.CLOCK_MONOTONIC_RAW