Thiago Bellini Ribeiro

Results 256 comments of Thiago Bellini Ribeiro

Yes, I created a fresh venv to run that code and installed watchfiles with `pip install watchfiles`, which installed the latest wheel And no weird things, it is the python...

It's probably just a difference on how Ubuntu and Debian calls, but they should be the same arch. ``` ❯ python3 -c 'import platform; print(platform.platform()); print(platform.version())' Linux-5.18.0-2-amd64-x86_64-with-glibc2.33 #1 SMP PREEMPT_DYNAMIC...

Just reported it here: https://github.com/PyO3/pyo3/issues/2525

@sgillies oh I see. I'm new to this so I'm still learning the gotchas :) Btw, one thing that I noticed that might be useful to document. Even tough the...

Eu enviei o patch para revisão aqui: http://gerrit.async.com.br/#/c/986/

Na realidade, eu não tinha visto que o @jdahlin tinha enviado o patch já aqui: http://gerrit.async.com.br/#/c/982 Abandonei o que eu enviei em função disso

Legal a mudança. Só tem um detalhe. Não estamos aceitando pull requests por enquanto, pois utilizamos o gerrit (o github aqui é apenas um mirror). Por enquanto pois a nossa...

Na realidade, o nome está certo. O stoqdrivers não é gerado com o nome "python-stoqdrivers", apesar de que eu concordo que esse seria o correto (já que ele é um...

@patrick91 so strange that PyCharm behaves that way. Pyright does work correctly for this case (don't know about mypy though) Obviously once this is merged into the monorepo it will...

Hey @ccsv , thanks for the report. Yeah, I don't think we are currently dealing with nested objects creation in strawberry-graphql-django. I saw that in the issue you mentioned the...