Mirza Učanbarlić

Results 17 comments of Mirza Učanbarlić

Hey, I get the same error ``` make install prefix=/opt/homebrew/Cellar/xcodes/0.17.0 error: terminated(72): /usr/bin/xcrun --sdk macosx --find xctest output: xcrun: error: unable to find utility "xctest", not a developer tool or...

@MattKiazyk I do not have Rosetta installed. @Saelyria thanks for the workaround, but I'm probably gonna wait for an official M1 release.

I've looked at the code base a bit on `HTTPHeaders` and I see that the `description` just calls the `description` on the underlaying array of tuples: https://github.com/apple/swift-nio/blob/19da487ef29a8227745834e946f3203dd0c08cf2/Sources/NIOHTTP1/HTTPTypes.swift#L315 Maybe I am...

@weissi thanks for the explanation, that's definitely todays TIL for me. I'm gonna be careful on calling `description` on array from now on! If everyone agrees I can make a...

Hey everyone, I made a [PR](https://github.com/apple/swift-nio/pull/3063) for this.

Made a [PR](https://github.com/apple/swift-nio/pull/2912) for this!

Made a [PR ](https://github.com/apple/swift-nio/pull/2856) for this!

Made a [PR ](https://github.com/apple/swift-nio/pull/2862) for this.

hey folks! Can I try to tackle this one?

> And this test should show a leak, but does not on the PR: Main: > > ``` > Memory transient allocations + 1 large leak > ╒═════════════════════════════════════╤═══════════╤═══════════╤═══════════╤═══════════╤═══════════╤═══════════╤═══════════╤═══════════╕ > │...