aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove unsupport platform from EVM configSean Allred2014-10-311-1/+0
|
* Update Travis CISean Allred2014-10-311-13/+15
|
* Make sure api-response is defined before parsingSean Allred2014-10-311-1/+1
| | | | Whoops.
* Give more informative message after json errorSean Allred2014-10-312-23/+30
|
* Install emacs before CaskSean Allred2014-10-311-8/+6
|
* Add evm as instructed by CaskSean Allred2014-10-311-0/+1
|
* Use Cask to manage dependenciesSean Allred2014-10-313-1/+22
| | | | https://github.com/cask/cask
* Hopefully fix Travis buildSean Allred2014-10-312-3/+3
| | | | | `emacs` isn't an available command, but hopefully $EMACS is. Again, copying from yasnippet.
* Add Travis CI buttonSean Allred2014-10-311-0/+2
|
* Implement proper unit testsSean Allred2014-10-313-15/+27
|
* Throw an error when we receive one from the APISean Allred2014-10-311-0/+6
|
* Formatting changesSean Allred2014-10-311-3/+6
|
* Add stack-networkSean Allred2014-10-311-0/+33
|
* Change *-make-request to return the content onlySean Allred2014-10-312-11/+6
|
* Simplify explanation of arguments structureSean Allred2014-10-311-7/+14
| | | | | The consing that was happening actually formed a much easier-to-understand list of lists.
* *Vastly* simplify default arguments functionSean Allred2014-10-311-10/+2
|
* Add to wishlistSean Allred2014-10-301-0/+2
|
* Implement question list retrievalSean Allred2014-10-304-26/+32
|
* Fix circular initialization dependencySean Allred2014-10-302-2/+14
| | | | | | | | stack-filter needs stack-core to compile the filter, but stack-core uses the default filter to make a request. Note that setting `stack-core-filter' to `nil' still gives proper behaviour; no `filter' argument is passed through the method call.
* Initial commitSean Allred2014-10-308-0/+875
Well, not really. If you would like the old version history, please get in touch with me at code@seanallred.com. It's a wreck though and contains inconsistent information.