Garry Polley
Garry Polley
I've installed this plugin via package control in sublime text 3. Below is the error I get in the sublime text console when running the plugin. ``` py Traceback (most...
Patio adds a lot of power via its model layer and the associations. Currently I do not think there are any docs for the automatically added methods. The - model.addRelated...
This library needs to be updated to support the latest versions of Django that are out there. There is currently a ticket related to this effort #85. In addition it...
In order for this site to have ultimate usefulness it needs to have some auth around it, in order to use it in a production setting. I recommend the following...
Currently there are not much in the way of tests for this application. It would be good to create some unit tests to make sure functionality does not get broken...
Right now we have a "beaconHandler" that is really a hack around using the `Image.src`. It should get support in IE Edge [in the future](https://dev.modern.ie/platform/status/beacon/). For now I think feature...
Right now we have an insufficient amount of tests for the `standardLogAppender`. Need to add more testing all paths of possible code execution. This could lead to rewriting the appender...
This may be too simple to add in here, maybe just make it documentation. Sentry is a really good log aggregation platform that has a client for logging out errors....
To help out systems using Canadarm we should fire an event when an error occurs.
@mhemesath and I have had ideas about how to gather analytics using Canadarm. Since we have the `beaconHandler` it would work pretty nicely for sending that information. The thought I...