ialloyd

Results 10 issues of ialloyd

This PR fixes the unclickable "Cancel Request" button issue (#1501). The fix involves adding `relative` positioning and a `z-index` of `50` to the button using Tailwind CSS classes, ensuring it...

This pull request introduces keyboard shortcuts to improve the user experience in bruno. Users can now use `Cmd + D` (or `Ctrl + D` on Windows) to duplicate a request...

This PR enhances the JSON “Prettify” functionality to handle variables within the JSON body. The function now replaces variables with unique dummy values for prettification and then restores them, ensuring...

Fixes an issue with importing Postman collections that have square brackets in their names. This change sanitizes the collection name by removing square brackets, preventing import errors and crashes. Resolves...

pr-bugfix

This PR fixes a bug that caused environment import to fail if the name contained a /. The importPostmanEnvironment function now replaces / with _ in environment names, allowing successful...

This PR introduces a new feature that allows users to save response data in UTF-8 format. Previously, the response data was saved in Unicode format by default. With this update,...

In dark mode, the cursor in the GraphQL query editor is black, making it hard to see. This issue aims to change the cursor color to white for better visibility...

This PR adjusts the `z-index` of the "Prettify" button to prevent it from overlapping with the environment config modal.

Modified `safeStringifyJSON` in `utils` to handle large integers using `json-bigint` library.

This PR addresses an issue where the 'Content-Type' header was incorrectly set to 'application/x-www-form-urlencoded' when the body type was set to 'none'. The changes ensure that the 'Content-Type' header is...