Anoop M D

Results 164 comments of Anoop M D

> I guess this might be something to pick up again after the project have https://github.com/usebruno/bruno/issues/263? Yes, that makes sense. Now, that the CLI route didn't work, I recommend trying...

I think this is due to the underlying [vm2](https://www.npmjs.com/package/vm2) module not allowing write access to file system. I feel we should be able to fix this at the code level...

@DivyMohan14 I confirm that writing indeed works ```javascript const fs = require('fs'); const path = require('path'); const filepath = path.join(bru.cwd(), 'log.txt'); fs.writeFileSync(filepath, JSON.stringify(res.getBody())); ``` @DivyMohan14 When you have some time,...

Hmm.. Interesting. approach ! The UI already traverses and only displays .bru files. Technically you should be able to open your source code repo in Bruno and it would automatically...

@lohxt1 Assigning this to you. Please get to speed on this issue and lets review @Its-treason PR if we can get to a solution that does not involve a breaking...

Issue has been fixed. This will go out in the `1.13.0` release. Please subscribe to [Discord](https://discord.com/invite/KgcZUncpjq) announcement channel to stay notified on the releases.

Hey @pove Yes, I will add this support to disable telemetry. Just give me a couple of days time. > A lot of post calls are made to https://app.posthog.com/batch/ Can...

An Open Letter to the Community, I worked very hard to build this app. Its not just a postman/insomnia alternative. Its an evolution. Cloning is easy, coming up with something...

> I have posthog blocked, so I see the calls. Perhaps is 4 retries of only one call? The retries are happening because the server could not be reached. This...

@azzamsa That's a great suggestion: I created a [Github Discussion thread](https://github.com/usebruno/bruno/discussions/343) for the same: