Aditya Ray
Aditya Ray
## Summary Enables TypeScript's `strictPropertyInitialization` compiler flag in both web and native configurations to enforce proper class property initialization, improving type safety and catching potential undefined property access at compile...
This PR improves the reliability of poll delivery in breakout rooms by enhancing room resolution logic in [mod_polls_component.lua]. - Adds robust logging for room resolution failures, making it easier to...
### What problem are you trying to solve? Currently, Jitsi relies heavily on the Videobridge (server-side) to estimate bandwidth and drop simulcast layers. However, this reaction is often reactive and...
**Your checklist for this pull request** - [x] I've read the [guidelines for contributing](https://github.com/rizinorg/rizin/blob/dev/CONTRIBUTING.md) to this repository. - [x] I made sure to follow the project's [coding style](https://github.com/rizinorg/rizin/blob/dev/DEVELOPERS.md#code-style). - [...
Comprehensive documentation improvements including: User Guide Enhancements: - Expanded Google Calendar integration guide (10→219 lines) - Complete keyboard shortcuts reference with platform-specific notes (23→212 lines) - Optimized Basic and Advanced...
This PR refactors the SDK to fully support Electron’s context isolation, following modern security best practices. It introduces a preload script, secure IPC handlers, and a clear integration pattern for...