Christian Tietze

Results 182 issues of 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: ![before](https://user-images.githubusercontent.com/59080/36034957-e65a7c54-0db5-11e8-812d-15e9f6ca40ab.png) After: ![2 after](https://user-images.githubusercontent.com/59080/36034959-e68a5730-0db5-11e8-9899-0d00514699f3.png)

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. ![ScreenFlow](https://user-images.githubusercontent.com/59080/55474585-d3d69900-5611-11e9-9116-7a944bcba32d.gif) > There is a $80.00 open bounty...

bug
help wanted
:dollar: Funded on Issuehunt

[](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...

enhancement
help wanted
:dollar: Funded on Issuehunt

`Notepad.init(frame: CGRect, textContainer: NSTextContainer?)` does not actually use `textContainer`. This at least violates obvious expectations :) (And the Liskov Substitution Principle)

help wanted
on hold

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: -...