Anoop M D

Results 363 comments of Anoop M D

> I name my Bruno folder collection for every project so its purpose is easily identifiable for me. If the project name were automatically renamed, it would make it difficult...

@gmajcen Yup, I am able to reproduce the bug. Will get this fixed. Meanwhile, here is a workaround. ```javascript const {get} = require('lodash'); const page = get(res.getBody(), 'page'); console.log('page', page)...

Thanks for the work on this @pietrygamat ! We are reviewing this as a part of our broader effort to bring in OAuth2.0 interface improvements.

@anusreesubash Please work with @sanjai0py and prioritise reviewing the PR #579 The `res` property should be a function which uses a custom query parser maintained by us - see https://docs.usebruno.com/scripting/response/response-query

This issue has been fixed as a part of PR https://github.com/usebruno/bruno/pull/2773, and will go out in the v1.27.0 release.

@lohxt1 Assigning this to you Lets make it a priority to have this merged early next week.

Merged! Thanks @dhananjaykadam for working on this! Thanks @pietrygamat @lohxt1 for the review. This will go out next Tuesday, June 4th 2024.

Thank you @pietrygamat ! @lohxt1 Lets target this to have it merged for next weeks release. Assigning it to you.

Hey @pietrygamat There are some issues with this PR. The `pfx` flag is not persisted between app launches in `bruno.json` ```json "clientCertificates": { "enabled": true, "certs": [ { "domain": "www.usebruno.com",...

This has been taken care in https://github.com/usebruno/bruno/pull/2482 Thanks for the work on this @pietrygamat for the initial work on this feature! I deeply appreciate you helping us out in the...