Jerko Steiner
Jerko Steiner
I implemented a simple way to determine if polling should be used for watchiy based on the comments in the issue #96. Please review. Closes #96 Note I've only tested...
I recently observed undefined behavior in one of the projects I'm working on because [slice::from_raw_parts] is called without a null-check in `GroupInfo::members`. This undefined behavior was present when iterating over...
Closes #882
Hi there, Since there is an `ISession` interface and it is possible to add custom columns to the `Session` entity, I have extracted the `repository.save` part into a separate protected...