Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
kermire
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
kermire
11mo ago
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 app also allows you to export back to Postman collectio
2.
▲
by
kermire
2y ago
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 .
3.
▲
by
kermire
3y ago
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.stringify-ing them.
4.
▲
by
kermire
3y ago
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 stuff: https://www.youtube.com/watch?v=jrFv
5.
▲
by
kermire
3y ago
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://httpie.io/
6.
▲
Bun v0.6.7
(bun.sh)
1 points
by
kermire
3y ago
|
0 comments
7.
▲
by
kermire
4y ago
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.
8.
▲
by
kermire
4y ago
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.
9.
▲
by
kermire
4y ago
Haha thanks. Didn't think it could be interpreted like that :D
10.
▲
by
kermire
4y ago
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.
11.
▲
by
kermire
4y ago
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 blocking IndexedDB somehow? That's what's used by the app
12.
▲
by
kermire
4y ago
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 what Restfox uses for storing the data of the application
13.
▲
by
kermire
4y ago
That's very odd. Will look into this.
14.
▲
by
kermire
4y ago
Definitely something I'll be implementing soon. Importing and exporting curl commands is a good feature to have. Thanks for the feature suggestion.
15.
▲
by
kermire
4y ago
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 GitHub star login thing. Will try to rectify it when I c
16.
▲
by
kermire
4y ago
Previous reply: https://news.ycombinator.com/item?id=32671805
17.
▲
Show HN: Restfox – Open source lightweight alternative to Postman
(restfox.dev)
758 points
by
kermire
4y ago
|
182 comments
18.
▲
by
kermire
4y ago
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. 2) Restfox has a plugin system. Hoppscotch currently
19.
▲
by
kermire
4y ago
Thanks. There's no server behind it. It runs completely in the browser.
20.
▲
Show HN: Restfox – A web based HTTP client inspired by Insomnia and Postman
(restfox.dev)
3 points
by
kermire
4y ago
|
4 comments
21.
▲
by
kermire
4y ago
Thanks :) taskfile.dev looks quite useful for project specific stuff.
22.
▲
by
kermire
4y ago
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.
23.
▲
by
kermire
4y ago
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 under a group and a sub group in a single yaml file, for ea
24.
▲
Show HN: shortcommand – Easily run a set of commands quickly using a YAML file
(github.com)
7 points
by
kermire
4y ago
|
7 comments
25.
▲
Programmer Tools
(browserling.com)
4 points
by
kermire
4y ago
|
0 comments
26.
▲
by
kermire
4y ago
Maybe you're looking for this: https://github.com/Qovery/Replibyte .
27.
▲
by
kermire
5y ago
Same, even I had to rename my user folder to not have a space because so many tools were breaking.
28.
▲
by
kermire
5y ago
Seriously. I don't know how they're bypassing https.
29.
▲
by
kermire
5y ago
I actually use tab groups. Have been using for a long time and really like having the ability to group tabs. What's the issue with it?
30.
▲
by
kermire
5y ago
You haven't mentioned what headset you're using. This has become less of an issue with headsets like quest 2.
More ›