gingerlime
gingerlime
I'm seeing the error as well (upgrading from fabric 1.4 to fab-classic 1.18 with python 2.x) `[[email protected]] out: mesg: ttyname failed: Inappropriate ioctl for device`
Sorry just searched for the error and that’s the first thing that popped up so I thought it’s somehow related. Happy to open a separate issue EDIT: reported #46
Looks like this was cross-posted and answered on https://github.com/mperham/sidekiq/issues/1899
@drwl here's the rake task... It looks like models are set to false for some strange reason ``` $ cat lib/tasks/auto_annotate_models.rake # NOTE: only doing this in development as some...
looks like changing it to `'true'` fixes the problem :) shouldn't this be the default? (also wondering, why is this `'false'` (string) rather than `false` (boolean)?)
@drwl can you explain why annotating models isn't true by default? At least for me, I started using the gem when it was called `annotate_models`, so based on the name...
Thanks @drwl. That's definitely better. I still wonder about the upgrade process though, because when I just upgrade the gem, then running annotate simply fails silently. It only works again...
Sure. 👍 Thank you @drwl !
Thanks for your contribution. Would be happy to merge this. Since it's a fairly small change, would you mind squashing your commits into one? (or I can do it for...
Seems like a python rather than Javascript error. And I'm wondering what's the connection to whisper? I'm not aware of this problem, or how to reproduce it. Which URL produces...