czf
czf
I think the reason this works when you have on: push is because the default for act uses the push event. instead of `act -l --container-architecture linux/amd64` try `act pull_request...
Whats the best way to get attention from a maintainer?
~~Checked into this a little. It looks like `more `objects isn't including the `children`. I believe that when this was implemented that array was populated and the `morechildren` endpoint would...
@Slord6 is there a test you can add in addition to `GetCommentsWithMoresAsync` or modify that test to cover the missed case?
also ran into this issue. I clone the repo to see what was going on locally and just added some encoding options https://github.com/czf/Id3/pull/1/files#diff-0f7318c42a4fc66925efd21803b659ff7ada3f6193523981160d9c23ac0412af I'm able to get past the exception...
> Can we also add some consistency around naming here? `ListAuthenticatorsAsync` vs `DeleteMfaAuthenticatorAsync` seems inconsistent and I would recommend to use `ListMfaAuthenticatorsAsync`. renamed to ListMfaAuthenticatorsAsync
> Can we be consistent with naming across this PR and #698 ? E.g. #698 uses `DeleteMfaAuthenticatorRequest`, this PR uses `AssociateNewAuthenticatorRequest`, while I think `AssociateMfaAuthenticatorRequest` would be more consistent. renamed...