Aditya Mukerjee

Results 56 issues of Aditya Mukerjee

JSON keys are [supposed to be quoted](http://www.ietf.org/rfc/rfc4627.txt), though these are commonly omitted in practice. For example, [the foursquare API documentation includes sample responses with unquoted keys](https://developer.foursquare.com/docs/explore#req=users/self), even though the actual...

enhancement

[Electrolysis](https://wiki.mozilla.org/Electrolysis) (multi-process Firefox) is now enabled by default in Firefox Nightly (v39), and is being targeted for stable release later this year. Currently, Vimperator does not work at all with...

compatibility

Go 1.9 was recently released, so we should pull in the changes from upstream.

- [X] I have searched open and closed issues for duplicates - [X] I am submitting a bug report for existing functionality that does not work as intended - [X]...

acknowledged

There are two things which prevent this package from being `go get` compatible and idiomatic. The first can be fixed with a pull request, but the second requires changing the...

This is like looking back at that mullet you had in college, the one that you thought was such a good idea at the time. (But seriously, the Makefile needs...

Handle server errors more gracefully in separate function that checks for debug mode vs. production mode and displays either full trace or a user-friendly error message.

There is no reason to be serving this when it can just be dynamically linked, especially since the purposes of this demo is to provide a lightweight/barebones server that people...

README is accurate but incomplete - it no longer demonstrates (just) web authentication, and it includes non-OAuth registration/signup as well, along with database storage.

Demonstrate storage of basic information in a database using Go's native clients such as mgo or GoMySQL.

enhancement