Christopher Dignam
Christopher Dignam
@sbdchd Couldn't we also call `len()` on a generator instead. Why do we need to use `sum()`? ```python # err foo = len([x for x in bar if x.buzz >...
No worries, I've built a wheel for m1 and uploaded it under a new name of pypi, `kodiak_rure`, so I'm not blocked. I can send you an arm macos wheel...
TLK3's solution works with Acrobat and macOS Preview, but it doesn't work with PDFjs. If I open a file created this way with Acrobat and save it from there, it...
What tool are you using to generate this report? If you send me a list of CVEs, I can check if they impact Kodiak.
I'm not sure I exactly understand your question. Kodiak currently uses this api call to update the PR branch with the target. Basically the equivalent of the "Update Branch" button....
Okay, I think I understand now. Please correct me if I'm misunderstanding. Instead of using a merge commit to update your branch you'd like to see Kodiak rebase all the...
@andrewhampton Thank you for your detailed response. Also thanks for linking those docs. I didn't realize that GitHub modifies commits on rebase merge. That [update ref endpoint](https://docs.github.com/en/rest/reference/git#update-a-reference) you referenced seems...
I'm hopeful we'll get GitHub API support for rebases soon since GitHub just added this feature to the UI: https://github.blog/changelog/2022-02-03-more-ways-to-keep-your-pull-request-branch-up-to-date/
I don't think Kodiak is affected by this issue because Kodiak specifies the JWT algorithm: https://cs.github.com/chdsbd/kodiak/blob/cd699e620e88dd5725ec455c418c70902b7660a1/bot/kodiak/queries/__init__.py?q=jwt#L1320 But like these other vulnerabilities, I'd welcome a PR to update the package.
Hey @mhwest13, I haven't tested Kodiak with Redis v6, so I'm not sure if it will work. Let me know if it works for you. I'm open to accepting any...