Luis Gustavo

Results 10 issues of Luis Gustavo

Este PR contém as correções necessárias de alguns erros de formatações descritos na issue #69 . Agradeço muito pela issue bem descrita, @luxedo , ela foi um grande facilitador para...

fixes #92 Este PR remove a palavra "uma" que estava duplicada.

Na seção [6.9. Para saber mais](https://pythonfluente.com/#_para_saber_mais_2), a palavra "uma" acaba sendo repetida por engano. ![image](https://github.com/user-attachments/assets/9cceeabb-9c11-4fed-b16a-ce00e9152443) Irei criar um PR aonde irei alterar o texto destacado para "menos ainda uma linguagem...

We should update the documentation to provide more details about setting up the project using Dev Containers in the Contributing section. The existing setup is well-structured and can greatly improve...

documentation
good first issue

## Description This PR introduces a mypy configuration similar to the one used in the main Strawberry project, and integrates a type-checking step into the CI workflows to ensure type...

bot:release-type-patch
bot:has-release-file

Fixes #19 ## Description This PR fixes the relationships involving secondary tables by primarily updating the logic in `loader.py`. Notably, a new flag, `disabled_optimization_to_secondary_tables`, has been introduced in the `self._scalars_all`...

enhancement
help wanted
bot:release-type-minor
bot:has-release-file

We need to add a mypy setup similar to the main [strawberry](https://github.com/strawberry-graphql/strawberry) project. Also add a check to CI workflows to ensure type checking is enforced consistently.

enhancement
good first issue

Currently, when the `StrawberrySQLAlchemyLoader` is not added to the GraphQL context, the code raises an `AttributeError` with the message `'NoneType' object has no attribute 'sqlalchemy_loader'`. This error can be confusing...

enhancement

Our CONTRIBUTING.rst is outdated with a lot of default examples that dont match with our current enviroment. Lets update this file by addressing all `todo::`

documentation

In our [documentation for authentication](https://strawberry.rocks/docs/guides/authentication) in [docs/guides/authentication.md](https://github.com/strawberry-graphql/strawberry/blob/main/docs/guides/authentication.md), there's a reference to an `authorization_service` that's not defined or explained: We received some feedbacks were some people don't understand what `authorization_service` is...