James George
James George
Hi, we're actively investigating the issue and have opened a [PR](https://github.com/hoppscotch/hoppscotch/pull/5105) that resolves a subset of the identified scenarios. We're continuing to work on a comprehensive fix to address the...
Hi, this has been addressed in the latest release. Please let us know if the issue persists. The code generation issue mentioned above should also be resolved. For any other...
Hi @ipalakchopra, thanks for showing interest. Can you confirm if you've registered as a participant for FOSS Hack? You can follow the steps [here](https://github.com/hoppscotch/hoppscotch/issues/4145#issuecomment-2209375118) to set up the repo locally....
> Hi, we're wondering if we only implement a V0 schema for the "settings" and "history" versioned entities. Hi, for `settings`, we can have a `v0` schema entry conforming to...
Hi @Jai2082001, this issue was reserved for the `CodeDay` partnership program and there are PRs up addressing the requirements mentioned. Feel free to explore other issues.
Closing since this is fixed in the [latest release](https://github.com/hoppscotch/hoppscotch/releases/tag/2025.10.1).
Hi, closing this issue since this is addressed in the latest release. Please feel free to let us know if you have any feedback.
Hi #5596 is now up, implementing `fetch()`, `hopp.fetch()`, and `pm.sendRequest()` in the experimental scripting sandbox as part of the ongoing scripting improvements (https://github.com/hoppscotch/hoppscotch/discussions/5221). This enables making HTTP requests from the...
Hi, we've introduced a `hopp` namespace housing new [scripting methods](https://docs.hoppscotch.io/documentation/features/scripts#hopp-%5Bexperimental%5D) as proposed in https://github.com/hoppscotch/hoppscotch/discussions/5221. It's not recommended to migrate or rework your existing scripts for the new scripting APIs just...
> > if (args[0] === '-h' || '--help') { > > I don't think I've ever seen this done before. Oops! that was a typo.