Konrad Komorowski

Results 34 comments of Konrad Komorowski

Thanks @Cito ! I have a few more questions: 1. Task groups are a Python 3.11 feature, and Python 3.10 won't be deprecated until December 2026. * I assume we'd...

Ah, I think this thing you said answers 3: > Please note the constraints in this project: It is meant to be a more or less 1:1 port of GraphQL.js...

I get the same kind of error when trying to access any property! Applies to `delete_branch_on_merge`, `allow_merge_commit`, etc. They are all `None`. It appears that the `_completeIfNotSet` method doesn't work...

I'm running into this as well, also on Apple silicon (Python 3.12.12). Apparently [it happens when `libprotobuf` is concurrently linked by multiple packages](https://github.com/protocolbuffers/protobuf/issues/21686), and something about it changed in TensorFlow...