Ben Hollis

Results 160 comments of Ben Hollis

Every time someone asks for an update I move it to the end of my TODO list 🙃

The task is laid out in a comment - I have a mostly finished branch for the first part about tracking what item IDs are new. There's some tricky stuff...

I believe @robojumper fixed this in the recent PR to handle stat mod costs.

Trust me, I haven't forgotten about this

Try out the new UI in Beta (make sure to add hashtags to your loadouts) and let me know what you think.

The spec keeps shifting: https://chromestatus.com/feature/5746537956114432 https://chromestatus.com/feature/5722383233056768 https://developer.chrome.com/docs/web-platform/launch-handler/

Looks like the Launch Handler will show up in Chrome for Desktop 110 and could work well with the code in #8840

We're hitting the same bug. Consider a field like this: ```proto repeated uint64 user_ids = 2 [ (buf.validate.field).repeated.min_items = 1, (buf.validate.field).repeated.max_items = 25 ]; ``` This generates the following from...

Maybe! It'd be my first time trying Rust, so it'd probably take a while.