Sean

Results 10 issues of Sean

Same as last, not sure if I sent it right.

Lets you add and remove sites on the fly as well as easily enable/disable.

Hello, I had been ripping small amounts of hair out over the past few days trying to get lightning deploys working again for our teams. I finally realized that I...

It'd be excellent if this allowed you to "compile" your final work into a machine-readable format that would execute more quickly. The inspiration for this comes from great implementations like...

This really needs something like RabitMQ or SQS (compatibility with both would be excellent) to ensure that if any consumer(s) go away, the data won't be lost. This would also...

It'd be great if this library also provided a SOAP API to allow other clients to perform addition operations on arbitrary datasets. I haven't thought a whole lot about the...

It'd be excellent if this supported some type of template for results so that common usage could be abstracted into the template. We could use XML for the templating engine,...

It'd be excellent to allow the instrumentation of these method calls with a separate framework enabling call graphs to ease debugging. This would also allow you to do things like...

There are a few inconsistencies in HTTP verb usage. Example: `PUT /check/:id/test` updates the last checked date for a check, while `PUT /checks` creates a check. Per [RFC7231](https://tools.ietf.org/html/rfc7231#section-4): ``` +---------+-------------------------------------------------+-------+...