dan-woz
Results
2
issues of
dan-woz
I'm having trouble getting the correct types to be inferred using django-types with Pyright, specifically when using the default `objects` manager. ### Expectation ```py from django.db import models class Thing(models.Model):...
I'm trying to authenticate a `TranscribeStreamingClient` from my SSO configuration. With a `~/.aws/config` like so ``` [profile my-profile] sso_session = my-profile sso_account_id = 12345 sso_role_name = AdminAccess ``` after running...