Siddhant N Trivedi

Results 7 comments of Siddhant N Trivedi

@alecthomas was just curious, if there is a way to nest HTML+vue lexers? Ref: #456 . PS: I tried to tweak some code for fixing it but didn't reach to...

@zshenkman Thanks for contributing 🙌 Can you please add a screen-recording or a GIF of the sort functionality? Also, the `static/sw.js` file shows some conflicts. Would be great if you...

@jai-deepsource Can you please merge this PR? Thanks!

@jai-deepsource Can you please review the [repository](https://github.com/skully-coder/competitiveprogramming) once as well? If all good, please merge this PR. Thanks!

@sanket-deepsource Can you please merge this PR? Thanks! Can't merge this since the Cloudfare check is stuck.

The steps mentioned at https://cloud.google.com/build/docs/securing-builds/store-manage-build-logs helped me to assign the right permissions to the service account and get it working. Thanks!

Creating a [composite action](https://docs.github.com/en/actions/creating-actions/creating-a-composite-action) seems to be an option. 🤔 Another promising way is to modify the action into a [JavaScript action](https://docs.github.com/en/actions/creating-actions/about-custom-actions#javascript-actions) since they are supported on all platforms.