Sami Samhuri

Results 11 issues of Sami Samhuri

**Description** Expected and actual values were swapped by mistake for `shouldBeEqualTo` and `shouldNotBeEqualTo` for `ByteArray`s. Now the expected value is passed as the first param to `assertArrayEquals`. **Checklist** - [x]...

This change is copied from #10 which was never finished. It adds a 5-second timeout to the wget command as requested over there. I'm not sure why this change is...

Cool editor. Thanks for a fun evening reading it!

This has 2 changes to improve scrolling a tiny bit: - Reserve a fixed number of lines for text in web cards, and reduce the title to 2 lines so...

Before this change SDAVAssetExportSession was not actually a drop-in replacement for AVAssetExportSession when called from Swift. One concession I made is that the initializer return values are nullable even though...

In order to run on app engine's go 1.12+ runtime I had to bump these versions.

### Description In Xcode 16.0 beta 4 there's a new compiler error for code that used to build in previous betas. Possibly related to #75439 ### Reproduction ```swift actor A...

bug
concurrency
compiler
SIL
actor
actor isolation
expressions
unexpected error
swift 6.0
internal error

Closes #4607 This is an attempt to enable Zed to run under multiple user accounts on the same Mac, because it's a blocker to me really giving Zed a fair...

cla-signed

Adds support for auto-creating collections when they exist only on one side and `implicit = 'create'` is set in the pair config. Builds off the idea in #869 but ditches...