Martin Wallgren

Results 14 comments of Martin Wallgren

We do this in some of our models by overriding the dict method and injecting the properties to the resulting dict. I think the @field decorator is a really good...

We do this in some of our models by overriding the dict method and injecting the properties to the resulting dict. I think the @field decorator is a really good...

I have tried to re-create the lock file without any difference in behavior.

> It seems that clearing the Poetry cache (and deleting the generated `poetry.lock` file) makes Poetry 1.1.9 use SHA256 instead of MD5, providing a workaround. > > Try: > >...

I just noticed that PR python-poetry/poetry-core/pull/206 is already merged. Hopefully it solves the problem.

This happens everytime my computer resumes from hibernation. I have to kill all spot processes and restart to get sound again.

We see the same behavior. Since Teams 2.0 the button is not visible anymore.

I have the same use case. Some additional information that might be of relevance: The claim `upn` (azure specific) and `preferred_username` will contain the same value. The `preferred_username` is an...

Similar to how you allow mapping of fields to claims for the ldap implementation. This could be solved by simply allowing configuration of what claims to picked up. I,e allowing...

After some digging around I noticed that you can store the original token from azure as a separate cookie. ``` oauth identity provider azure { . . . enable id_token_cookie...