Patrick Arminio

Results 669 comments of Patrick Arminio

I'll try to release before or on monday then 😊

@owen-zora this will probably be blocked on GraphQL core (unless we are ok with people using the alpha release) and this PR #3076 which has some building blocks for adding...

> Got it, thanks! Will we be able to merge this PR as soon as the GraphQL core is unblocked? Not sure, when I tried implementing it was quite a...

@owen-zora thanks for the context, I'll see if I can merge the PR for adding http subscriptions (which I'm pretty sure will help with incremental delivery too) Not sure when...

@owen-zora let's chat: https://cal.com/patrickpy/30min 😊

@thearchitector yes! see this pr #3819

Hi @myers can you add some tests for this PR and some context for how you'd use it? 😊

This might of inspiration, PDM supports something like this: https://pdm-project.org/en/latest/usage/scripts/#env_file I've personally used this as a way to not use tools like dotenv, since I usually need them locally and...

`pdm` does it like this: ``` [tool.pdm.scripts] start = "flask run -p 54321" ```