Kip Gebhardt

Results 22 comments of Kip Gebhardt
trafficstars

The shortcuts to "launch" TabSearch are listed on the [Add-on page](https://addons.mozilla.org/en-US/firefox/addon/tab_search/), but not in the settings. These should be added to the settings page and made configurable: ``` Ctrl +...

Thanks. This is an idea I've been playing with. I welcome a pull request :)

Domains were added by the original author. They were the "thing" at the time. They have been deprecated. The tests may not exercise error paths sufficiently.

@evanshortiss, can you rebase and resolve conflicts?

Good idea. I'm pretty busy at the moment, so I welcome a pull request :) I think the `Cache-Control` header should be a configuration option.

No dice. It is worse now. ``` $ rotten -p release Running against /voxer/server Checking that branches are in production branch release undefined Please report bugs to https://github.com/dtrejo/rotten, thank you....

Works great! Thanks. On Tue, Sep 11, 2012 at 8:01 PM, David Trejo [email protected]: > I accidentally published a broken version, would you mind doing > > npm rm rotten;...

@DTrejo I am getting the "quit with no logging" error again ``` $ (release) rotten -p release Running against /voxer/server Checking that branches are in production branch release ..........................................................................................................................Please report...

With the current 1.1.1 release, you can add `content:encoded` data (or any other custom field) as follows: ``` js var RSS = require('rss'); /* let's create an rss feed */...

@efuquen did the custom_namespaces functionality example shown in the previous comment accomplish the same goal as you intended with your pull request?