ramki-bruno

Results 15 comments of ramki-bruno

We will be having `aarch64`/`arm64` builds for `.AppImage`, `.deb` and `.rpm` in our next [nightly-build](https://github.com/usebruno/bruno-nightly-builds) and if everything goes well, the same will also be included in out next stable...

> We will be having aarch64/arm64 builds for .AppImage, .deb and .rpm in our next [nightly-build](https://github.com/usebruno/bruno-nightly-builds) This is already out, please try it out. [Download links are here.](https://github.com/usebruno/bruno-nightly-builds)

I can see that we recently switched to the CodeMirror's built-in command [`toggleComment`](https://codemirror.net/docs/ref/#commands.toggleComment) which apparently doesn't enable it for `json` file mode.

There is [`jsonc`](https://code.visualstudio.com/docs/languages/json#_json-with-comments), but not sure if CodeMirror supports. Will check and get back on this.

@Chriss4123 I see that [your PR on `salesforce/tough-cookie`](https://github.com/salesforce/tough-cookie/pull/498) is already merged. That alone is great news and thanks for your contributions. Do you think we can just get straight to...

Since `tough-cookie` v6 is still in RC, I think we can go ahead with merging this for now. I'm also adding few tests for this in #4709. Will add a...

> I also see that NodeJS v24 has been released. Lets bump to it. This should also solve the issue where we were not able to pick up certs in...

> if time permits, please add the following eslint config > > ``` > ... > const playwright = require('eslint-plugin-playwright'); > ... > { > files: ["e2e-tests/**/*.{js,ts}"], > ignores: ["**/*.config.js"],...