Nathan Ehresman
Nathan Ehresman
I agree that this is a better way to handle statuses. But the API change would break deployments so I haven't made the change.
That could work. Other APIs (particularly I'm thinking of HTTP REST APIs) do something semantically similar where the caller can request the return results in various formats. This would be...
I've been unable to duplicate this segfault locally (I'm running 1.4.4). What version of cups are you using?
Cups 1.5.0 works fine here with 1.9.2-p180 (same version you appear to be running from your pastie). {master nehresma@frodo:~}$ export CUPS_LIB=/tmp/cups-1.5.0/cups/libcups.so.2 {master nehresma@frodo:~}$ irb ruby-1.9.2-p180 :001 > require 'cupsffi' =>...
I experience a similar issue with streaming to a remote syslog at papertrailapp. Restarting the logspout container fixes it. Came here looking to see if I'm the only one; apparently...
Thanks @mitsuru
Hat tip to @NicolasMarlier for doing this.
Hello @davidstosik, @NicolasMarlier provided this original PR. I simply updated it to work with modern versions of Ruby.
@dimerman It has been merged but I do not believe a new version of the gem has been released. I've pointed my Gemfile to the latest git ref on master...
@dimerman Err, no -- I'm an idiot. I just realized it has NOT been merged. I checked my Gemfile and I'm pointing to the ref with BYSETPOS support out on...