pullrequests Search Results · user:sindresorhus language:swift archived:false is:public language:Swift
Filter by
419 results
insindresorhus (press backspace or delete to remove)It simplifies UserDefaults and makes it less fragile.
https://github.com/sindresorhus/Defaults
@LarsJK What do you think of this approach? I could also use a review of the Defaults module if you have ...
When enabling DND through the script, Do Not Disturb is turned on but when opening the Notification Center you see this:
img width= 343 alt= screen shot 2018-03-20 at 23 06 12 src=
https://user-images.githubusercontent.com/8822835/37693039-648bdaae-2c93-11e8-8db6-1117260928a9.png ...
We already clamp the framerate to 5-30. Do wee need to also halve it? If so should the halving be based on the clamped
value, or the original value then clamped to 5-30..?
closes #28
Just some minor simplifications.
I noticed setting dnsStart and dndEnd to nil and committing, before setting them with actual values removes the need for
the sleep and second attempt.
And some other tweaks.
The alert and open/save dialogs are now dark too!
img width= 532 alt= screen shot 2018-03-12 at 00 21 21 src=
https://user-images.githubusercontent.com/170270/37256336-a96c6760-258b-11e8-8489-e210f451c6e8.png ...
I thought the AppDelegate had to many responsibilities, so I moved a lot of the code into a WindowController.
I m not sure what best practice is with handling menu item actions, but I changed the open ...
We don t need to set both. According to comments in the Obj-C headers:
/*
A URL identifying the item on which progress is being made. This is required for any NSProgress that is published using -publish ...