Results 9 issues of Joe Balough

It would be useful it it could build uImage in addition to Image and zImage

This Pull Request adds a new class FileResponse which will asynchronously stream file data back to a client. It can be used in two ways: * A shared pointer to...

Looks like initial support for compression is enabled for websockets but not for Responses on PageHandlers

Browsing the code, it looks like the Page Handlers cascade by calling the `handle()` function in all of the handlers in its vector. The first thing this handler does is...

In order to host a CrackedUriPageHandler on a path like `/foo/bar/baz`, it seems to me that a separate PathHandler handler has to be created for each component of the path...

Though you can set up static file hosting based on the incoming URI, there appears to be no way to use the sendStaticData function from a dynamic Response from a...

First off, awesome tool. Very minimalist and fits our work flow exactly. We're excited to use it. Only thing we were hoping to see but didn't was a few features...

enhancement

The way our team uses CodeBrag, problems that are found during review are corrected in another commit, then the developer replies to the original comment with a new one indicating...

enhancement

I think it would be very useful if commit messages are parsed looking for strings that look like issue number (like #12345) that get automatically changed to a link to...

enhancement