Skip to content

pullrequests Search Results · user:sindresorhus language:swift archived:false is:public language:Swift

Filter by

419 results  (241 ms)

419 results

insindresorhus (press backspace or delete to remove)

I introduced an off-by-one error in 8a764ad695b097cf99356735a9653dd11f0ab1ef. It was only noticeable when trying to convert the video in https://github.com/sindresorhus/gifski-app/issues/46, which is why ...

Fixes #46 It sounds like the behavior you described could be caused by some kind of rounding issue. To rule that out I observe the .isFinished property in addition to .fractionCompleted to definitively ...

Brings over the cancel functionality added to Gifski recently. cancel I chose to copy over the CustomButton verbatim. Using it here might help fleshing out how it should behave as a standalone component ...

As requested in https://github.com/sindresorhus/CircularProgress/issues/2. ~This keeps the aspect ratio by adding a layout constraint specifically for IB.~ ✨ The layout constraint is no longer necessary ...

See https://github.com/sindresorhus/gifski-app/pull/50#pullrequestreview-194865256 Allows for $0.setColorGenerator(for: \.backgroundColor, nil) to be used, making the removeGenerator(for keyPath:) method ...

Fixes #5 I experimented with a few solutions, before ending up with what I m submitting now. (Feel free to squash the commit if that s more appropriate.) The window maintains its minimalist look and ...

Add predefined size dropdown. go2 Fixes #36 !-- Issuehunt content -- details summary b IssueHunt Summary /b /summary IssueHunt has been backed by the following sponsors. Become a sponsor /details ...

This makes generateCGImagesAsynchronously method use a Result type. I was not sure whether or not to model the cancelled state as success or error.

Hi, I implemented #3 and updated the example to loop through it as well. Let me know if there are any things you d like me to change or fix. The badgeLabel only allows for 3 characters though, after ...

This is how it looks: img width= 472 alt= screen shot 2018-12-27 at 00 31 09 src= https://user-images.githubusercontent.com/170270/50459761-fac86380-096e-11e9-913d-56766ac4c0da.png It looks a bit empty, ...