James George
James George
### Description This PR aims to fix a broken reference to an image as part of the `Personal Access Tokens` view empty state on the profile page. Follow up of...
Say that we've to show up help information when both `-h` and `--help` flags are fired in. ## The Approach ```js const [, , ...args] = process.argv; if (args[0] ===...
Closes #4824 ### What's changed This PR aims to resolve issues encountered when a user attempts to join a shared workspace and is greeted with an error screen. This is...
Closes [FE-1046](https://linear.app/hoppscotch/issue/FE-1046). Scripts edited in the experimental sandbox were failing to execute when users switched back to the legacy sandbox. This happened because Monaco powered editor adds an `export {};`...