Sam Doggett

Results 7 issues of Sam Doggett

Noted in [issue 89](https://github.com/Mijick/Camera/issues/89), after closing the `Camera`'s session we reset the `AppDelegate`'s orientation to `all`. This change will ensure we reset the orientation to the original state dictated by...

Resolves memory leak mentioned in [Issue 94](https://github.com/Mijick/Camera/issues/94)

It's been a while since I worked on this bottom sheet, but I encountered a handful of bugs with the drag gesture and also wanted to add in the ability...

Desired usage: When the sheet reaches the `large` detent, it would be nice to adjust the corner radius to `0` to have square corners making the sheet flush with a...

enhancement
good first issue

I think we can likely reduce the smoothing factor a bit. Sometimes it feels like the drag is a bit slow. Planning on checking out tomorrow morning.

invalid

Small update to check content using Swift Concurrency

Added Sendability conformance, where I could without modifying underlying code. - [x] Run `make lint` to check if there are any format errors (install [swiftlint](https://github.com/realm/SwiftLint#installation) first) - [x] Run `swift...