Dominik Bucher

Results 15 comments of Dominik Bucher

Hello @mattt , the PR you sent is currently working only for HTML style of documentation, however I didn't find anything in the PR that would be related to the...

Hello Lukas :) The output format used is `commonmark`, sorry not to include earlier. :) Have a nice day

you can fix this yourself -> Fork the project and then observe which applications are on foreground with these observers: ``` func RegisterXcodeAppearanceObservers() { [ NSWorkspace.didLaunchApplicationNotification, NSWorkspace.didTerminateApplicationNotification, NSWorkspace.didActivateApplicationNotification ] .forEach...

@knives-repo nowhere. I didnt create any pull request because the repo seems dead

@knives-repo check out how my tool XTouchBar does it https://github.com/DominikBucher12/XTouchBar you simply observe those applications in AppDelegate...

Hello, I upgraded UI and Converted to swift 4, check out my fork, I will open pull request in a while :) https://github.com/DominikBucher12/SwiftPasscodeLock Now it's possible to use this within...

https://github.com/danielsaidi/RichTextKit/pull/147 🎉

Btw you can reproduce this bug all way to `0.9.0` (didn't dare to go further) where highlighting of selected styles doesnt even work 😅 So it has been there for...

IMHO this will affect (or has affected in past) :D even colors and everything, I had this issue before I think but with colors but I am not sure... I...

@danielsaidi need a little help in here... not a macOS developer, but it appears ` public let scrollView = RichTextView.scrollableTextView()` ruins setting custom stuff and the TextView is missing textlayoutManager,...