Viewing profile — kermire
kermire
HN member- Joined
- Tue, May 10, 2016, 4:08 PM UTC
- HN karma
- 614
- Public activity
- 51 items
- HN profile
- View on Hacker News ↗
About kermire
No profile information was provided.
Recent public activity
-
comment
Comment #45653340
Restfox [1] is worth checking out. It's fully offline and lets you version control your collections with git or any sync tool you prefer. The postman import is well tested and the …
-
comment
Comment #39812710
Not as extensive as the previous poster. I wrote a small custom component wrapper a while back: https://github.com/flawiddsouza/code-mirror-custom-element .
-
comment
Comment #36982094
The main limitation of web components for me is that all data needs to be passed to the component attributes as strings. Wish we could pass objects and arrays without JSON.stringif…
-
comment
Comment #36898552
Overall search quality has been declining on all search engines. Maybe there's too much spam. Saw an entertaining video about it yesterday that echoes how I feel when I google stuf…
-
comment
Comment #36791842
There's https://restfox.dev which I built. To stay unbiased, here's a list of other web based postman alternatives: - https://hoppscotch.io (this is the most popular one) - https:/…
- story
-
comment
Comment #33911173
You can try https://github.com/flawiddsouza/Restfox . It's a web based HTTP client based on Postman and Insomnia. Disclaimer: I'm the maintainer for it.
-
comment
Comment #33292819
I'm using the fetch API for making requests and fetch sadly forbids the Cookie header from getting passed. Will be looking into how I can bypass this.
-
comment
Comment #33290859
Haha thanks. Didn't think it could be interpreted like that :D
-
comment
Comment #33290815
I definitely intend to add web socket support eventually. Meanwhile, there's https://socketfox.dev which I made for my friends. You can use it to test web sockets.
-
comment
Comment #33288786
Thank you. Will look into preventing the right click requirement and provide an alternative for that. It should be saving your requests automatically. Maybe your browser is blockin…
-
comment
Comment #33288739
Firefox with ublock origin should not cause any issues. The issue might be caused by Firefox's private window implementation which does not allow IndexedDB operations, which is wha…
-
comment
Comment #33288167
That's very odd. Will look into this.
-
comment
Comment #33288157
Definitely something I'll be implementing soon. Importing and exporting curl commands is a good feature to have. Thanks for the feature suggestion.
-
comment
Comment #33288151
Thank you. The UI is not currently built with mobile in mind. I have been thinking of implementing a responsive layout but haven't had the time to do it. I did not know about the G…
-
comment
Comment #33287593
Previous reply: https://news.ycombinator.com/item?id=32671805
-
story
Show HN: Restfox – Open source lightweight alternative to Postman
Last time I posted this it didn't garner much interest. There have been lots of improvements and fixes since the last release. Quick list of features: - Workspaces - Tabs - Nested …
-
comment
Comment #32671805
I haven't used hoppscotch much. But from what I know: 1) Both Restfox and Hoppscotch run completely within the browser without needing a backend server to process the http requests…
-
comment
Comment #32671389
Thanks. There's no server behind it. It runs completely in the browser.
-
story
Show HN: Restfox – A web based HTTP client inspired by Insomnia and Postman
Hey HN, I built this because I wanted a portable version of Insomnia I could access anywhere I am, without installing anything. The application is a PWA, so it will not load resour…
-
comment
Comment #32479396
Thanks :) taskfile.dev looks quite useful for project specific stuff.
-
comment
Comment #32467942
You're right. Can't argue with that. In the end, this is just another interface to do the same thing in a different way.
-
comment
Comment #32467153
Haha yes, that works too. For clarification. For running a set of commands, one can just use a shell script. This does a little more that. This allows you to have a set of commands…
-
story
Show HN: shortcommand – Easily run a set of commands quickly using a YAML file
This tiny command line tool was created mainly because I have several apps that I run on my server and finding the right set of commands for deploying an app is a hassle. So this b…
- story