Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Input keypresses are duplicated after 200-800ms on OS X 10.8.2 #23

Open
lilith opened this issue Nov 16, 2012 · 4 comments
Open

Input keypresses are duplicated after 200-800ms on OS X 10.8.2 #23

lilith opened this issue Nov 16, 2012 · 4 comments

Comments

@lilith
Copy link

lilith commented Nov 16, 2012

Typing @me will product @@meme or @m@mee or something similar.

Makes debugging with 'debugger' impossible.

using rerun (0.7.1)

@alexch
Copy link
Owner

alexch commented Nov 17, 2012

Confirmed. I should note that the keypresses are only duplicated on the output stream; the input appears to be correct (one character per key gets in to the console app). So debugging is entirely possible, just annoying.

@alexch
Copy link
Owner

alexch commented Jan 31, 2013

Workaround: use new --background (-b) option when debugging.

@cj
Copy link

cj commented Jan 16, 2015

@alexch doing background: false doesn't seem to be working.

      options = {
        cmd: args.join(' '),
        signal: 'TERM',
        background: false,
        growl: false,
        name: 'Roda Server',
        ignore: [],
        dir: ["."],
        pattern: "{Gemfile,Gemfile.lock,.gems,.bundle,.env*,config.ru,Rakefile,**/*.{rb,js,coffee,css,scss,sass,styl,erb,html,haml,ru,yml,slim,md,mab,rake}}"
      }

  Rerun::Runner.keep_running(options[:cmd], options)

@spinlock99
Copy link

@alexch thanks so much for the workaround. this was driving me crazy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants