Lakelezz

Results 6 issues of Lakelezz

Once #803 lands, it will be interesting to consider a rework of the framework. Right now, the framework is represented as a trait, allowing everyone to implement their own framework....

enhancement
help wanted
framework
tracking

## Description `Privmsg::is_vip` used to check for `BadgeKind::Broadcaster`, but `is_vip` describes to whether the message is sent by Twitch Channel VIP. It closes #232. ## Type of Change This change...

Hello! I was looking at the crate and read that `new` will panic if the value cannot be represented by the type. Understandably, uX's types require the `new`-function to be...

The idea is to support manual opt-out from listening, as in no longer receiving events from a dispatcher. Probably by receiving an ID upon starting listening which can be passed...

planned

A constant dispatcher shall: - Not be modifiable after initialisation, hence constant/immutable - Build an efficient/fast dispatching - Dispatcher-requests can only stop propagation - Be available sync and parallel Questions...

question
planned

Provide dispatchers without `Mutex` for listening types that do not want to be mutable. This should be implemented as an alternative for every event-dispatcher.

planned