Liam

Results 58 issues of Liam

Currently we don't use `net/context`, but we should. https://godoc.org/golang.org/x/net/context Each piece of middleware, including the final handler, has no good context state. This is primarily irritating in the error handler,...

enhancement
infrastructure

Google doesn't really care about this site, in part because it can't see it has any content. There's no list of users anywhere (since it's based around search), so it...

enhancement

When the server is down, the responseError handler is still called. But then `rejection.data` is null, which causes another error! :cry: ``` function ConfigureErrorHandler($httpProvider) { $httpProvider.interceptors.push(function($q, $rootScope, $log, $injector) {...

bug

Ideally deployments should work like this: - Somehow get a binary in the right directory on the server (`/home/ghc/ghc-app/bin/`) - It should be named `ghc-app-` where the sha1 is the...

enhancement
infrastructure

Time series data would be cool to display here since it looks like lots more events are occurring recently.

enhancement

Right now the "repo" page just displays a list of repositories that the user contributed to without any indication of how many contributions were made to each. Fix that by...

enhancement

Because there are 8,760 hours in a year, there are starting to be quite a few files in a single directory. Several parts of the processor iterate over everything and...

enhancement

If the processor crashes, an incomplete gzip is left in the output directory. That stops the rest of the archive from being processed on the next invocation, because if the...

bug

Right now the dates exported by the archive processor are stored as strings in ISO8601. They should use this syntax: ``` json { "created_at": {"$date": "2012-01-01T15:00:00.000Z"} } ``` instead of:...

enhancement

Please forgive such a basic question as I am sure you have a good reason for not doing what I am suggesting, but I can't help but be curious 😄...