Ash Berlin-Taylor

Results 204 comments of Ash Berlin-Taylor

Could you include before/after screenshots in the PR desc please?

https://github.com/astronomer/ap-airflow/pull/537 should fix the build

Oh ugh. ``` apache-airflow-providers-celery 1!2.0.0 depends on flower=0.7.3 The user requested (constraint) flower==1.2.0 ``` Why does celery extra even depend on flower >_

``` apache-airflow-providers-celery 1!2.1.0 depends on celery>=5.1.2 and ~=5.1 The user requested (constraint) celery==4.4.7 ``` Chasing the deps will continue until morale improves

This is a fairly hard problem to solve and is shows up when black (or any python program) is captured/redirected in anyway; `black | more` on Windows has the same...

Sure I'll take a look at pycln and see what it does differently

Here is how pycln fixes it: https://github.com/hadialqattan/pycln/blob/a9b8b0738caf181df649005e5a51c2b61c911852/pycln/__init__.py#L15-L20 Setting `PYTHONUITF8` on a _running_ process won't have any effect, the encoding of sys.std* is set very early on in the initalization of...

@adam-grant-hendry That is an unhelpful comment. I understand your frustration, but leaving the comment serves no purpose but to annoy others.

Okay I've just seem my error - the `@relationship` directive doesn't exist. But why didn't _that_ cause an error?

So I can do `type Foo {id ID } @someDirectiveThatIJustMadeUp` and not get an error? That is... surprising to say the least.