Jeremy

Results 9 issues of Jeremy

Have you thought about supporting multiple deploy destinations? I'd like to have a "production" and a "staging" deploy that share common settings (exclude, additional) but have different credentials. Maybe, have...

I'm interested in support for BigEasy's Timezone library. It's main unique feature is that it uses **strftime** formatting tokens (from GNU's version of the UNIX date utility), as used in...

I looked at https://github.com/CookieMonsterTeam/CookieMonster/issues/332 but it didn't lead me to a solution. **Describe the bug** I'm trying to use CookieMonster in combination with CCSE's FortuneCookie. In the past both mods...

Bug

Based on the Working Drafts for Desktop Notifications (https://dvcs.w3.org/hg/notifications/raw-file/tip/Overview.html http://www.w3.org/TR/2012/WD-notifications-20120614/) This patch adds a deploy status notification (Definitely works with Chrome 24, and if-else chains can be added to support...

``` bash $ bundle exec bin/isis-run.rb Notice: for 10x faster LSI support, please install http://rb-gsl.rubyforge.org/ $HOME/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/bundler/gems/xmpp4r-bb29784f9ebd/lib/xmpp4r/connection.rb:67:in `initialize': getaddrinfo: nodename nor servname provided, or not known (SocketError) from $HOME/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/bundler/gems/xmpp4r-bb29784f9ebd/lib/xmpp4r/connection.rb:67:in `new' from...

When discussing crypto backends the README says: > Due to complexities with setuptools, the native-python backend is always installed, even if you select a different backend on install. **We recommend...

Most all projects include a Gemfile nowadays. This trivial Gemfile, just pulls its dependencies from the gemspec. If someone runs `bundle install` then they can always use a valid version...

I was sad that calling #inspect on Java FX objects didn't return much useful information. This pull only deals with `#inspect` on objects descended from `Node`. It is able to...

TL; DR: Please consider adding a HTTP server (that is CORS aware) in addition to the socket server. I was trying to use LiveSplit with a web browser based game...