Tobias Bielohlawek

Results 26 comments of Tobias Bielohlawek

Any updates on this? I’d love to see this merged and especially removing the dependency. Gave me headaches. Anything I can help with?

@Slievenamon unintentionally committed files are not related to github, but to your local commit. Run sth like `git rm gatt/*.pyc` followed by git commit and push to remove them

Same issue here, is it related to ruby 3.x version?

oh nice, I was looking exactly for this.. what's the status?

/paging @oliverzeyen

Oh you got a point there :) I thought they would support it - Bummer :(

There's only a get endpoint https://github.com/getsentry/sentry/blob/c212a9a0e0dc5342e9aa580c953492091b69114c/src/sentry/api/endpoints/team_members.py, but indeed no post :( Weird this endpoint isn't event documented..

hm but what is this: https://github.com/getsentry/sentry/pull/6445 see https://github.com/getsentry/sentry/blob/master/src/sentry/api/endpoints/organization_member_details.py#L133 -> it takes a `teams` value? I need to dig deeper into code.. *sigh*