Skip to content

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

Filter by

145 results  (382 ms)

145 results

insindresorhus (press backspace or delete to remove)

For Dato, you put Join Video Call , but overall, it s a better menu bar clock with a calendar and time zones !-- Thanks for submitting a pull request 🙌 If you re submitting a new action, please review ...

Typescript compiler can not expect screenfull properties except isEnabled when using | {isEnabled: false}.

Summary This PR fixed: #79. I have added a usingCodable property to Defaults.Key. If users set usingCodable to false, so the serialization will not use Codable. Usage private enum Foo: Int, CaseIterable, ...

My current app design requires a smaller variant of the text field. Thus, I have implemented a proper support for controlSize(:) that (among others) reflects the font size to the controlSize parameter. ...

My current app design requires a smaller variant of the text field. Thus, I have implemented a proper support for controlSize(:) that (among others) reflects the font size to the controlSize parameter. ...

While this still changes the contentViewController, presenting view controllers behave exactly like a stack. Works flawlessly (in my testing) with dismiss: Fixes #108 !-- Issuehunt content -- details ...

Using another SSWebView, webview2 in WebViewController to fix issue #47 and #9. Animation time is set to 0.5 seconds for both fade in and fade out effect. I m not sure if the animation time brings the ...

This PR attempts to add support for verbose flags. For example, suppose I ve aliased rm to trash and I run the command rm -rfv directory . As a user, my expectation would be that the deleted filenames ...