wisper icon indicating copy to clipboard operation
wisper copied to clipboard

A micro library providing Ruby objects with Publish-Subscribe capabilities

Results 23 wisper issues
Sort by recently updated
recently updated
newest added

Hi, While installing the gem install gazer getting below error ERROR: Error installing gazer: "console" from wisper conflicts with installed executable from fastlane Successfully installed tty-tree-0.4.0 Successfully installed unicode_utils-1.4.0 Successfully...

According to the [wiki](https://github.com/krisleech/wisper/wiki/Log-events), logging can be enabled with the following initializer settings: Initializer for logger setup: ```ruby # config/initializers/wisper.rb Wisper.configure do |config| config.broadcaster :default, Wisper::Broadcasters::LoggerBroadcaster.new( Rails.logger, Wisper::Broadcasters::SendBroadcaster.new ) end...

Fixes https://github.com/krisleech/wisper/issues/215: ## Issue Description when using `LoggerBroadcaster`, the message flow is as follows:: ![image](https://github.com/user-attachments/assets/2635d508-f53b-4f07-8686-d3c21c1d602d) The `method_to_call` argument passed from ObjectRegistration to Broadcasters::LoggerBroadcaster is incorrectly interpreted as the event name...