Raghav Manikandan
Raghav Manikandan
[react-stonecutter](https://github.com/dantrain/react-stonecutter) is an amazing package, many thanks. In addition, I thought it would have been great if it had sorting option for `SpringGrid`. Currently it works as per the masonry...
Update: - Added a `prop` for this option. - Added the respective example for demo.
Is it not possible to include the **flags** into the Github Action like below? ``` - name: Validate uses: gitleaks/gitleaks-action@v2 with: args: "--config=custom_path/.gitleaks.toml --log-opts=main" ``` Nothing happens with the above...