Vincent Esche

Results 81 issues of Vincent Esche

## tl;dr We've gone way past the point where writing/maintaining highly redundant manual unit tests is any fun. If writing unit tests becomes tedious and a maintenance hell people start...

enhancement

Currently `Matrix` is rather opaque when in comes to accessing its contents. A common access pattern of matrices is to iterate over them by either column or row order. Being...

enhancement

I'm getting a crash of … ```plain Simultaneous accesses to 0x… but modification requires exclusive access. ``` … at [this line](https://github.com/mattt/CommonMarkAttributedString/blob/89ad7475eb57a777c54229cec737a007dbf5826d/Sources/CommonMarkAttributedString/NSAttributedString%2BExtensions.swift#L35) … ```swift let mutableAttributedString = try NSMutableAttributedString( data: data,...

bug

Hi @mattt, I'm currently [working on integrating CommonMarkAttributedString](https://github.com/niochat/nio/pull/72) into [Nio](https://github.com/niochat/nio/), a Matrix client. Since Matrix supports rich-text messages using common-mark markdown it would be great if the app could preview...

question

Brisk.app appears to hijack the global ctrloptioncmdspace shortcut for opening a new radar when running. It would be nice to at least provide an option to change the shortcut or...

Fresh off the printing press: https://fasterthanli.me/articles/lies-we-tell-ourselves-to-keep-using-golang

While this implements support for hash-based diffing of `Hashable` types it does not resolve https://github.com/pointfreeco/swift-snapshot-testing/pull/225 quite yet (see discussion). Even though hash-based view diffing is unlikely to produce satisfactory results...

This PR adds support for the following: ## `assertSnapshot` for `CALayer`s & `UIView`s using `.pdf`. In addition to the existing … ```swift assertSnapshot(matching: view, as: .image(precision: 0.95)) ``` … we...