Lallu Anthoor

Results 12 comments of Lallu Anthoor

`aarch64` builders are available in beta now. The builders `macos-13-xlarge` and `macos-latest-xlarge` are M1 machines that can output `aarch64` binaries. But the repository's billing settings does not allow initialization of...

@helloanoop I've tried to fix all the build issues. Let me know if you want some of these implemented differently.

How about ```javascript class BrunoResponse { // ... getHeader(name) { return this.res && this.res.headers ? (this.res.headers[name] || this.res.headers[name.toLowerCase()]) : null; } // ... } ``` or even ```javascript class BrunoResponse...

@sanjai0py could you also approve the workflow run and assign reviewers for this PR, please?

> Why not `!!bru.getEnvVar(...)` instead of `bru.getEnvVar("xyz") !== undefined && bru.getEnvVar("xyz") !== null` ? @bpoulaindev `pm.environment.has()` does not check for non-empty/truthy value. It only checks for the presence of the...

SAP IPR would like to use `g5` and `r7i` instance types along with other hyperscaler resources like ALB/NLB.

@helloanoop @sanjai0py Is anyone working on this issue from your side? If not, could you assign this to me. I can start working on it.

@jwetzell @Its-treason Would like your opinions as well.

Let me know once you're ready for this. I'll update the branch and resolve conflicts.

@helloanoop @sanjai0py any updates on this?