Skip to content

issues Search Results · repo:dry-rb/dry-events language:Ruby

Filter by

5 results
 (72 ms)

5 results

indry-rb/dry-events (press backspace or delete to remove)

I would expect calling app.publish( non-existing-event , {}) to fail with a UnknownEvent-like error. Current behaviour is that you cannot subscribe to a non-existing event (raises Dry::Events::InvalidSubscriberError) ...
bug
help wanted
  • qortex
  • Opened 
    on Apr 23, 2020
  • #13

We found (with @mensfeld) that we can notify developers with unused subscriber code. Now we have a question: could it be helpful for community or not?
feature
help wanted
  • davydovanton
  • 1
  • Opened 
    on Jul 3, 2019
  • #12

Later registered events with class method will not be registered on the instance too, because the duplication of events and listeners is being done only when any instance method ( any that use __bus__) ...
  • drqCode
  • Opened 
    on Feb 13, 2019
  • #6

Moved from here: https://github.com/dry-rb/dry-monitor/issues/11 Hey guys, We use dry-monitor together with dry-events in karafka. In order to provide a safe API (safe in terms of typo mistakes etc) ...
feature
help wanted
  • mensfeld
  • Opened 
    on Feb 27, 2018
  • #3

@solnic I have been looking at the code for learning purposes, and notice in the Publisher module, when a new bus is instantiated that name will always be nil https://github.com/dry-rb/dry-events/blob/71a402df14fbc284a99ef21df7235aca22f62689/lib/dry/events/publisher.rb#L62 ...
  • GustavoCaso
  • Opened 
    on Dec 22, 2017
  • #1
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub