Bryan Burgers

Results 35 comments of Bryan Burgers

Nope. I have no interest in this package. What’s the next best option? I’m willing to transfer ownership of the project if that’s the best next option.

:wave: Hey, primary maintainer of [serde_dynamo](https://github.com/zenlist/serde_dynamo/) here. We started a new branch that supports aws-sdk-rust: [[email protected]](https://github.com/zenlist/serde_dynamo/tree/3.0.0-alpha.0) and it seems to work fine in the limited testing I've done. As aws-sdk-rust...

FWIW, I just released `3.0.0-alpha.1` of `serde_dynamo`, if you want to give it a try and provide feedback. ```toml [package] name = "aws_sdk_example" version = "0.1.0" edition = "2021" [dependencies]...

Is there a reason you haven't submitted this as a pull request?

Along the same lines, I wonder if stuffing failures way at the bottom is also counter-productive. If anything, those are PRs that are getting more attention, so they should be...

Making progress! I now have Homu synchronizing its initial state from GitHub Timeline Events in a pretty accurate way. A few differences yet where I need to track down what...

**Status update** I've been running a "follower" against the **rust-lang/rust** repo using this new sync method for a couple of days now. Every minute or so, it grabs all of...

@Mark-Simulacrum https://github.com/rust-lang/homu/blob/abd0083ba6a738e0bc1a1bc69e64676ff9032ebf/homu/main.py#L1495 Right. https://github3py.readthedocs.io/en/stable-0.9/repos.html#github3.repos.repo.Repository.iter_pulls suggests that it `returns all available pull requests`, but it seems likely we're just getting the first page of results. But at this point, I don't...

Status update: I've been incredibly busy the last couple of weeks with other things and haven't been able to get back to working on this. From what I see, this...

Slowly but surely trying to keep working on this. I now integrated a history of tries and builds, based on the GitHub history and bors' past comments, so we can...