Rishabh Rathod

Results 111 comments of Rishabh Rathod

@kof _( Not sure if this is best place to put it. )_ I have been working on [css-to-js, a vscode extension](https://github.com/Rishabh-Rathod/css-to-js/) which can help CssinJs users to migrate from...

@kof Thanks for the list. As per the list of projects [jss-codemorphs](https://github.com/codemodsquad/jss-codemorphs) is solving similar problem. As per my research Pseudo Class Support is missing. i have raised an [issue](https://github.com/codemodsquad/jss-codemorphs/issues/12)...

@somangshu We shipped all the performance improvements planned with the `dataTree split` using a different solution (prototype-based). That way we were able to ship performance faster. The `prototype-based` solution was...

This works as expected on DP. Tested using this repo https://github.com/rishabhrathod01/git-feature-test/commit/f8e49271fcda995c155e0c4091251caa68a9d01b

@vinay-appsmith - we will need more information in regards to data that helps us understand this property is not at all used. > `it occupies prominent space in the action...

> APIs have a params section in their config. page. And, these are optional too. [pasteboard.co/avjKN7BObHJO.png](https://pasteboard.co/avjKN7BObHJO.png) Why do we have to show the text-area field in the action selector if...

Had a discussion with @vinay-appsmith, and we came to a conclusion about the need for an arguments section and the confusion about the params section in the API editor with...

> @Rishabh-Rathod could you please take a stab at this? This seems to be working fine for me. @AnandiKulkarni in the above example `.txt` extension was missed.

When using `function () { return "ababab";}()` in the browser it results in the error mentioned below. ![image](https://github.com/appsmithorg/appsmith/assets/23132741/1dc3f1e0-6e3c-4b7d-adb7-d484d9d548e0)