In follow-up to a Lemmy interaction, here's a quick list of feedback points that I collected:
This is using version 1.3.1 on MacOS Tahoe 26.3. I use it as a backend developer working on API-based sync processes for RESTful JSON, XML and some GraphQL.
-
For me, a big issue is that I cannot seem to have multiple Voiden windows open at the same time. I often have to work on different projects, or different APIs for the same project, and I have to switch often. I like the switching mechanic, but I really just want to CMD+backtick and switch between different requests from entirely different projects, ideally. Having to completely switch projects and re-set environments is tedious.
-
The response pane is a little too restrictive for serious usage. I usually copy/paste everything from it to an external text editor, just to be able to review/browse anything but the simplest responses.
- It would be way better if the pane had a visible/usable scroll bar.
- It would help if the pane could be vertically resized.
- It would be very useful to be able to search the response content with a simple term search.
-
A very minor point: The request data in the side bar has everything except the body data that was sent. This is very useful when body content is variable (such as when scripting, using variables etc.).
-
It would streamline editing if it were allowed to place a cursor between two blocks (either by keyboard and/or by mouse), so you can easily insert a block or text between two blocks without. (When clicking a block’s hamburger menu, you can use CMD+shift+<up/down>, but only after having that menu open.
- A short-cut key to 'add block above the one above (again) where the cursor is' might also help (however clunky to name).
-
It would be nice to have some way to have multiple request setups in a single .void file. Perhaps allow this when they are split by a divider ---, or by top-level headers?
-
This would also make it natural and nice to be able to chain those events in a single action. 'Run all requests' would be a great way to test a flow or feature in a single, intuitive markdown page.
-
Not really bothered by this, but Voiden seems unable to handle very large responses, such as a 120 Mb XML file. Even with a 2 minute timeout, it 'just stops' after 15 seconds or so, not showing any response data, not even an error. This does not really affect my work, but it does mean I do some stuff directly in curl or another tool in some cases.
I hope it's okay to provide my feedback this way. I really don't want to use Discord if I can avoid it.
In follow-up to a Lemmy interaction, here's a quick list of feedback points that I collected:
This is using version 1.3.1 on MacOS Tahoe 26.3. I use it as a backend developer working on API-based sync processes for RESTful JSON, XML and some GraphQL.
For me, a big issue is that I cannot seem to have multiple Voiden windows open at the same time. I often have to work on different projects, or different APIs for the same project, and I have to switch often. I like the switching mechanic, but I really just want to CMD+backtick and switch between different requests from entirely different projects, ideally. Having to completely switch projects and re-set environments is tedious.
The response pane is a little too restrictive for serious usage. I usually copy/paste everything from it to an external text editor, just to be able to review/browse anything but the simplest responses.
A very minor point: The request data in the side bar has everything except the body data that was sent. This is very useful when body content is variable (such as when scripting, using variables etc.).
It would streamline editing if it were allowed to place a cursor between two blocks (either by keyboard and/or by mouse), so you can easily insert a block or text between two blocks without. (When clicking a block’s hamburger menu, you can use CMD+shift+<up/down>, but only after having that menu open.
It would be nice to have some way to have multiple request setups in a single .void file. Perhaps allow this when they are split by a divider
---, or by top-level headers?This would also make it natural and nice to be able to chain those events in a single action. 'Run all requests' would be a great way to test a flow or feature in a single, intuitive markdown page.
Not really bothered by this, but Voiden seems unable to handle very large responses, such as a 120 Mb XML file. Even with a 2 minute timeout, it 'just stops' after 15 seconds or so, not showing any response data, not even an error. This does not really affect my work, but it does mean I do some stuff directly in curl or another tool in some cases.
I hope it's okay to provide my feedback this way. I really don't want to use Discord if I can avoid it.