Skip to content

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

Filter by

100 results  (237 ms)

100 results

insindresorhus (press backspace or delete to remove)

I saw your issue and tried to add rounded rectangle style. Best regards. Fixes https://github.com/sindresorhus/DockProgress/issues/11

This PR adds .DS_Store to the .gitignore.

Before : img width= 873 alt= Screenshot 2020-05-16 at 15 20 09 src= https://user-images.githubusercontent.com/19335073/82120782-ce420100-9788-11ea-875b-82fe7a4fbce7.png img width= 156 alt= Screenshot 2020-05-19 ...

Some users have reported that the GIFs they produce with Gifski 2.6.0 sometimes have stuttering. It turns out that I had some misconceptions about the result.actualTime behavior. Copy of my comment from ...

Resolves https://github.com/sindresorhus/Gifski/issues/137 Note that QuickLook doesn t seem to respect iteration counts and loops the preview in any case. Correct output can be verified with ExifTool, ...

This PR is attempt to Fixes #108 Custom animator was added and used. Unfortunately app crashes when you try to dismiss controller presented with present(_, animator:). I assume this is because window.contentViewController` ...

Fixes #112 I am saving and passing a kind of state to the controllers so they can switch back to the Edit controller with this state. Cancel jumps back to the Edit controller and there is a Start Over ...

Fixes #1 When you change the progress variable it schedules evenly spaces calls to change the animatedProgress variable. The animatedProgress variable then changes the previous progress and calls updateDockIcon() ...

Hi, I have fixed issue: Tabbing is broken in the edit view #109 Fixes https://github.com/sindresorhus/Gifski/issues/109 - Neha !-- Issuehunt content -- details summary b IssueHunt Summary /b /summary ...

Fixes #41 When the estimateFileSize function is called it first cancels any ongoing estimations. Then it runs the old estimate and show it in gray saying Estimated size: 123Kb . Then it starts to actually ...