James Reeves

Results 828 comments of James Reeves

0.4.0 has been released with updated dependencies.

Jetty tends to change around its API every version, so unfortunately we can't just update the artifacts and expect Jetty to still work. It'll likely require a fair bit of...

It'll be updated as soon as I, or anyone else, gets the time to do so. That probably means sometime in December. As far as I'm aware, the reported vulnerabilities...

Fixed by eda1676. It turns out that the class files we needed are all still there, just with different packages paths and found in different artifacts, so a much easier...

What's the advantage of splitting up the indentation rules, compared to fixing the indentation ordering to prefer more 'outer' indentations?

Thanks for the update, and apologies for the delay in reviewing it. This past month has been rather busy for me.

Sorry about the delay on this - it's slipped down my todo list. I've taken a look through the code and it doesn't *seem* to be too difficult. Everything is...

I've looked into this a little more. I think to do it properly we can't just convert the body to a ByteBuffer, as that would lose a lot of the...

Apologies for the noise, I think I've now worked out a better solution. I'll put together a PR to see if it's viable.

I've been working on this and I believe I'm getting close to a working solution. Some of the tests were a little fragile so I'm currently working on that. I'd...