Zev Eisenberg

Results 152 issues of Zev Eisenberg

When I'm trying to get something new to work, it's annoying to keep having to delete the previous run's output by hand. It would be nice to have a prompt:...

The way I have my app set up, it does slightly different things (e.g. loads placeholder data) when I am taking screenshots. I do this by passing `SCREENSHOTS=1` to the...

Got a dependabot warning

* [x] I've started my branch from the `develop` branch (gitflow) * [x] And I've selected `develop` as the "base" branch for this Pull Request I'm about to create *...

Sometimes, a change to an asset catalog gets committed without the corresponding swiftgen command generating source code for it. I have a pre-commit hook, but for whatever reason, sometimes that...

Observed: ``` $ swiftgen --version SwiftGen v6.6.2 (Stencil v0.15.1, StencilSwiftKit v2.10.1, SwiftGenKit v6.6.2) ``` Desired: ``` $ swiftgen --version 6.6.2 ``` If that's considered a breaking change, perhaps something like...

https://github.com/pointfreeco/swift-parsing

The iPad mini (6th generation) has a wide 3:2 aspect ratio, plus large top and bottom safe area insets, which makes it useful to snapshot test for extreme iPad layout...

I have no idea how feasible it would be to build this, given the requirement for hosted tests, but I'd love if I could wrap my SwiftUI previews in some...

enhancement