Nahuel Ambrosini

Results 16 issues of Nahuel Ambrosini

Problematic Code: https://github.com/Ambro17/graphql-schema-diff/blob/master/schemadiff/validation.py#L34-L35 As the object is instantiated two times, any atributes set on the validation step will not be available while building the message. This causes code repetition between...

Given a schema with a new interface the message should be `✔️ Interface `MyInterface` was added` instead of `✔️ Type `MyInterface` was added`

bug

Use makefile targets to setup github actions and run checks automatically before merging

Besides specifying the schema as a string or from a file, it would be nice to support schemas over http as graphql-inspector does. `diff` function should still receive a GraphQLSchema...

enhancement

I've spent a few hours navigating goofy's issues and getting `2021-06-16T17:11:03.392028+00:00 ip-10-10-73-45 kernel: [ 9.551179] fuse: Unknown parameter '--file-mode` when following the README instructions to mount on startup. The suggested...

## Description Given an SDL file, when one runs `strawberry import-schema > schema.py` One gets autogenerated code equivalent to the sdl dumped into `schema.py` file ## Types of Changes -...

bot:has-release-file
bot:release-type-minor

Once https://github.com/python-poetry/poetry/blob/master/CHANGELOG.md#120a1---2021-05-21 is stable, we should research for poetry plugins to run tests with `poetry run tests` to get them as native commands

**Is your feature request related to a problem? Please describe.** AWS chalice has a decorator approach to infer the required infraestrcture and deploy it automagically **Describe the solution you'd like**...

Currently there's no single way to always send a message to a user. One can use the user id as the channel to `chat.postMessage` but it's not recommended by slack...

enhancement