Kumar06Lav

Results 6 issues of Kumar06Lav

"I've addressed the request to decrease the minimum search query length to 2. @kamijin-fanta @gorangajic, could you please review the change? Previously, the search functionality required a minimum of 3...

"I've implemented a fix for the issue described in https://github.com/react-icons/react-icons/issues/963. @kamijin-fanta @gorangajic, could you take a look? Before the Fix: The search bar on the landing page didn't auto-focus, which...

Added support for the hostname method in z.string() for enhanced string validation. This feature introduces a dedicated method to validate domain names, including Punycode, as well as IPv4 and IPv6...

Added support for multiple parameters in the .startsWith() and .endsWith() methods for string validation. This enhancement allows for more versatile input checks by enabling validation against an array of possible...

Added support for type negation using z.not() and the .not() method in schema validation. This enhancement allows schemas to explicitly reject specific types, offering greater flexibility in data validation. This...

Added a "Copy to Clipboard" button to code blocks, streamlining the process of copying code directly from documentation or code samples. This enhancement improves user experience by making it easier...