Pushpender Saini
Pushpender Saini
Interesting ! It looks like we can add a mode param in the `writeFile` method [here](https://github.com/usebruno/bruno/blob/main/packages/bruno-electron/src/utils/filesystem.js#L53-L61) ! As fs won't change the permission when writing to the file this mode...
Can you remove the `package-lock.json` changes from this PR !
> > Can you remove the `package-lock.json` changes from this PR ! > > I tried [here](https://github.com/usebruno/bruno/pull/2076/commits/defbd9bf0c0e58825a0da2fd49ab52a19810ce47) but it didn't get updated 😬 The file is changed in 2 commits...
Even i had similar issue with the oauth , were you using `client credential` ? It was a small fix that has been merged [here](https://github.com/usebruno/bruno/pull/2039) ! - This will be...
You can use a simple proxy tool like https://httptoolkit.com/ as a proxy to check what calls are being made by bruno.
Bruno environment are saved under `environments` directory in a human readable format, are you looking for a feature to export them in some specific format ?
Hey, I was working on this but have found a bug in the library. The bug is causing the timestamp to not be a round number. We could fix it...
The bug in the library was fixed. You can assign this bug to me , i will finish up my work and send a PR.