Randil Tharusha
Randil Tharusha
I believe this video tutorial will help greatly for jest beginners learn it's core concepts on how to use jest to test their javascript apps.
### Description Right now, the Ballerina Crypto module only supports **Argon2id** and **bcrypt**. Adding **PBKDF2** would provide more flexibility and compatibility with systems that rely on it for password hashing...
## Purpose This PR adds a Ballerina Enhancement Proposal (BEP) for RSASSA-PSS (PS256) signature support in the Ballerina crypto module. The current crypto library only supports classic RSA signatures using...
## Purpose Fixes [#8292](https://github.com/ballerina-platform/ballerina-library/issues/8292) This PR implements RSASSA-PSS (PS256) signature support for the Ballerina crypto library, addressing the current limitation where only classic RSA signatures (PKCS#1 v1.5) are available. ##...
Fixes #329 - Implemented RTL (right-to-left) layout support for stories. - Updated keyboard navigation to accommodate RTL behavior. - Enhanced progress bar styles and functionality for RTL mode. - Added...
### Description Currently, **react-insta-stories** assumes a left-to-right (LTR) flow: the “next” tap is detected on the right side, progress bars fill left-to-right, and layout (e.g. "progress bar) is optimized for...