Timon
Timon
Hey small thing, instead of opening a new PR every time you squash your commits, you can just rebase your branch and then force push. This way you don't have...
I can review your PR in the next few days. But your PR is quite big, so it will take some time to review. But before I start reviewing this,...
> Hello, > > Any idea for this issue ? Your node version might be too old. What version are you using? Make sure it's version 18+
I saw those scrollbars after upgrading Electron to version 29 on my Lazer fork. They were caused by weird Bruno styling and the Chrome update. Maybe the variant from NixOS...
I looked into the Nix build file: https://github.com/NixOS/nixpkgs/blob/master/pkgs/by-name/br/bruno/package.nix and the electron version in indeed overwritten: https://github.com/NixOS/nixpkgs/blob/master/pkgs/by-name/br/bruno/package.nix#L100-L112
Bruno will automatically parse JSON in response. Because of this duplicate keys are removed. We probably need to add a raw response viewer.
Duplicate of #352 I already opened a PR for this #1217
I think that the `#` and everything after is not sent, is expected behavior, see: https://blog.httpwatch.com/2011/03/01/6-things-you-should-know-about-fragment-urls/ You could change the `#` to the URL-Encodes equivalent → `%23`. But Bruno does...
I feel like just saving the request before renaming it might be less annoying, then confirming the "Unsaved changes" dialog.
We could add an Option to automatically "prettify" Header names, but the casing for headers does not matter anyway. https://www.rfc-editor.org/rfc/rfc9110.html#section-5.1 / https://www.rfc-editor.org/rfc/rfc9110.html#section-6.3 > Field names are case-insensitive and ought to...