GithubHelp home page GithubHelp logo

abraham / civility Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 2.0 26 KB

The easiest way to manage your Civ5 hotseat games hosted by GMR

Home Page: https://rubygems.org/gems/civility

License: MIT License

Ruby 100.00%
gmr civ5-hotseat-games gmr-api civilization-v

civility's Introduction

Recent Tweets

Abraham Williams's avatar Abraham Williams @abraham Saturday, May 13, 2023 at 1:25 PM

Ready to try Mastodon? Here’s how to get started https://t.co/owYhfYDgrL via @firefox

ReplyReplyRetweetRetweetLike 2Like 2


Abraham Williams's avatar Abraham Williams @abraham Wednesday, May 3, 2023 at 6:56 PM

Musk threatens to reassign NPR Twitter account if it won’t start tweeting again

https://t.co/LAnpU8ydGy

Reply 1Reply 1RetweetRetweetLike 2Like 2


Abraham Williams's avatar Abraham Williams @abraham Wednesday, April 12, 2023 at 7:16 PM

NPR quits Elon Musk's Twitter over 'government-funded' label

https://t.co/M608OOwcVn

ReplyReplyRetweetRetweetLikeLike


Abraham Williams's avatar Abraham Williams @abraham Sunday, April 9, 2023 at 3:46 PM

The sudden death and rebirth of Tweetbot

https://t.co/fCRsiXRrYg

ReplyReplyRetweetRetweetLikeLike


Abraham Williams's avatar Abraham Williams @abraham Thursday, April 6, 2023 at 11:15 PM

Twitter slaps NPR with a dubious new tag: ‘State-affiliated media’

https://t.co/aB8TaxVFHs

Reply 1Reply 1RetweetRetweetLike 1Like 1

Last updated Tuesday, June 13, 2023 at 5:33 PM UTC.

civility's People

Contributors

abraham avatar kliph avatar wstrinz avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

wstrinz kliph

civility's Issues

Improve finding save files to upload

  • Check for files in save directory that are newer than default file and prompt to upload those instead.
  • If save file hasn't been updated since downloading it throw an error.

Catch timeout errors and show nice error message

civility p Bendyciv
<internal:prelude>:76:in `__read_nonblock': Connection reset by peer (Errno::ECONNRESET)
    from <internal:prelude>:76:in `read_nonblock'
    from /Users/kliph/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/net/protocol.rb:154:in `rbuf_fill'
    from /Users/kliph/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/net/protocol.rb:136:in `readuntil'
    from /Users/kliph/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/net/protocol.rb:146:in `readline'
    from /Users/kliph/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/net/http/response.rb:40:in `read_status_line'
    from /Users/kliph/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/net/http/response.rb:29:in `read_new'
    from /Users/kliph/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/net/http.rb:1437:in `block in transport_request'
    from /Users/kliph/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/net/http.rb:1434:in `catch'
    from /Users/kliph/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/net/http.rb:1434:in `transport_request'
    from /Users/kliph/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/net/http.rb:1407:in `request'
    from /Users/kliph/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/net/http.rb:1308:in `request_get'
    from /Users/kliph/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/net/http.rb:481:in `block in get_response'
    from /Users/kliph/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/net/http.rb:853:in `start'
    from /Users/kliph/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/net/http.rb:584:in `start'
    from /Users/kliph/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/net/http.rb:479:in `get_response'
    from /Users/kliph/.rvm/gems/ruby-2.3.0/gems/civility-5/lib/civility/gmr.rb:68:in `get'
    from /Users/kliph/.rvm/gems/ruby-2.3.0/gems/civility-5/lib/civility/gmr.rb:34:in `download'
    from /Users/kliph/.rvm/gems/ruby-2.3.0/gems/civility-5/lib/civility.rb:52:in `play'
    from /Users/kliph/.rvm/gems/ruby-2.3.0/gems/thor-0.19.1/lib/thor/command.rb:27:in `run'
    from /Users/kliph/.rvm/gems/ruby-2.3.0/gems/thor-0.19.1/lib/thor/invocation.rb:126:in `invoke_command'
    from /Users/kliph/.rvm/gems/ruby-2.3.0/gems/thor-0.19.1/lib/thor.rb:359:in `dispatch'
    from /Users/kliph/.rvm/gems/ruby-2.3.0/gems/thor-0.19.1/lib/thor/base.rb:440:in `start'
    from /Users/kliph/.rvm/gems/ruby-2.3.0/gems/civility-5/bin/civility:5:in `<top (required)>'
    from /Users/kliph/.rvm/gems/ruby-2.3.0/bin/civility:23:in `load'
    from /Users/kliph/.rvm/gems/ruby-2.3.0/bin/civility:23:in `<main>'
    from /Users/kliph/.rvm/gems/ruby-2.3.0/bin/ruby_executable_hooks:15:in `eval'
    from /Users/kliph/.rvm/gems/ruby-2.3.0/bin/ruby_executable_hooks:15:in `<main>'

Sync games after play command

TurnId is stored in the config file and needs to be synced at the end of $ civility play game so that $ civility complete game has the current TurnId.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.