Anoop M D
Anoop M D
This part of [code](https://github.com/usebruno/bruno/blob/main/packages/bruno-app/src/utils/importers/openapi-collection.js#L57) needs to be improved to trim the name if it exceeds the max limit for a filename that is allowed on an OS. @fulvio-diller Is all...
@scottlaplante Would love to get these fixes in. > The two github issues that are being closed with this PR did not contain descriptions of the underlying (small) issues in...
It was nice talking to you @scottlaplante ! Thank's for taking the time. Merged! Will cut a release in the next two hours.
Issue has been fixed. This will go out in the `1.13.0` release. Please follow us on [Discord](https://discord.com/invite/KgcZUncpjq) / [Twitter](https://twitter.com/use_bruno) to stay notified on the releases.
@sanjai0py I think there is an issue when you have multiple rows with secrets, toggling one secret would toggle all secrets. Can you get this fixed?
Merged! Thank you @mejbass !
PR https://github.com/usebruno/bruno/pull/2773 has been merged, This will go out in the v1.27.0 release.
The response examples for each request will be stored inside the `.bru` file itself This should be possibly once the [Bru Lang](https://www.brulang.org) is live. Here is how it would look...
This is a fairly complex feature considering that the bru lang would need updates. We are considering to move to `yaml` as a standard to makes things easier. This will...
I have used the nested environments of insomnia in the past and like its benefits of have a base env and other env's extending the base env. The reason why...