Christian Tietze
Christian Tietze
It's about this part: > Add a line to your auth source files with your login and token: [...] Bluntly, I just don't know what "my auth source files" refers...
Before this, tabbing between `FlatButton`s drew the focus ring mask (the selection outline) a bit too much on the inside of the buttons. Before:  After: 
Add support for macOS and watchOS build targets. I'm no CocoaPods specialist, but to test-drive building the library targets, I had to modify the Podfile to build ReSwift for different...
The `site.bookid` parameter was missing and it seems the anchor link format is `bookID=...`. At least now it works, although I'm not super thrilled about the hardcoded `bookid` value in...
[](https://issuehunt.io/r/sindresorhus/Preferences/issues/17) It's probably due to rounding errors. In any case, there is probably a way to fix the jiggling during the transition.  > There is a $80.00 open bounty...
[](https://issuehunt.io/r/sindresorhus/Preferences/issues/13) We could provide `.general`, `.advanced`, `.updates` and maybe `.license`: > Since almost everyone would have a `General` preference tab. I wonder if we should ship with a `PreferenableGeneral` type...
`Notepad.init(frame: CGRect, textContainer: NSTextContainer?)` does not actually use `textContainer`. This at least violates obvious expectations :) (And the Liskov Substitution Principle)
Went ahead and sorted the items in that sub-section alphabetically to prevent any implication of hierarchy.
There are quite a few checks like `NSThread.isMainThread()` in the code. Maybe this should be changed to checking for the main queue instead? Here's sample code to check for the...
Magnet does a great job translating the character of the pressed key into a key code and a "physical" key label. This PR changes property names to avoid confusion: -...