wokibe
wokibe
with the following liitle code I cant see button returnig 2 for a right mouse button click Shoes.app do @info = para "no button pressed." click do |button| @info.replace "#{button}...
On my Mac 10.9.5 (Mavericks) the rbczmq installation failed: iMac:~ kittekat$ gem install rbczmq Building native extensions. This could take a while... ERROR: Error installing rbczmq: ERROR: Failed to build...
When executing the following ruby snippet: module ZMQ class Socket def dump_messages loop do message = recv_message message.print break unless rcvmore? end end end end I get this result: dyld:...