Jahn Thomas Fidje

Results 28 comments of Jahn Thomas Fidje

Hi! I just wanted to chime in with my solution here. I solved this by following advice given in #228 as @untitaker pointed to :) ( Thanks @untitaker ! )...

> @jtfidje where the `settings ` are coming from in your example ? settings is an instance of a Settings-class that inherits from `pydantic.BaseSettings`: ```python from pydantic import BaseSettings class...

@antonpirker Sounds fun! I'll try to help where I can :) Swag sounds very nice! O:-)

No problem! I should've been more active myself - sorry :) Thanks for merging!

I would also really like this feature. Maybe it could be a setting that one could toggle on or off?

Hitting the same issue: ``` --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) Cell In[36], line 1 ----> 1 resp.permissionship AttributeError: 'UnaryUnaryCall' object has no attribute 'permissionship' ```

I've done some digging and it appears that the issue may be related to the `grpcio` version. After checking out the `poetry.lock` file from the repository and reinstalling the dependencies,...

+1 Also run into this with our local docker compose dev environment