A simple, decentralized dependency manager for Cocoa
-
Updated
Oct 10, 2021 - Swift
{{ message }}
A simple, decentralized dependency manager for Cocoa
TextMate is a graphical text editor for macOS 10.12 or later
VimR — Neovim GUI for macOS in Swift
Cross-Platform GUI Library - Report issues here: https://trac.wxwidgets.org/
Native Mac APIs for Go
I have analyzed video problems and below is the summary. All tested with examples/http_server.py from the pywebview-3 branch.
A free, native Apple macOS app for testing HTTP/REST endpoints
Create native Mac applications from command line scripts.
An easy to use, customizable replacement for UISegmentedControl & UISwitch.
Google Assistant for macOS!
A Swifty API for attributed strings
Please add C# syntax support.
Write a small daemon in CoreServices that listens to DBus (org.airyx.applicationd) and will help glue Foundation to KDE. This keeps KF dependencies out of Foundation.
Initial methods:
newRecentDocument(itemURL) - store the item URL to KDE's RecentDocuments store
clearRecentDocuments()
recentDocuments() - return a string list of the item URLs contained in the .desktop files in KDE's
When a repository window is actually a tab in a parent window, the states of the various splitters should be synced between those tabs - sidebar, history, etc. There should also be a preference setting to enable/disable this behavior.
Unused imports are included in the headers of generated files causing 2.12 builds with the default -Yfatal-warnings` setting to fail (unless the correct linting options are unset)
Scrooge generates files with headers including only the imports the current file needs.
Scrooge generates import statements for classes that are never used.
A KeePass/Password Safe Client for iOS and OS X
Serial port library for Objective-C and Swift macOS apps
As marked in https://github.com/briskml/brisk/blob/master/examples/hacker-news/app/Story.re#L82, we'll need to transform incoming html.
<p> tags are not rendered with proper margin/padding by Cocoa in NSTextView by default, and instead of manually changing document attributes on ObjC bindings side, simply pre-processing html text and replacing paragraphs by newline characters seems more prefe
MIDI apps for Mac OS X: MIDI Monitor and SysEx Librarian.
SwiftAI, write Swift code smart. SwiftAI can generate Model class from JSON now. Codable and HandyJSON is supported. More features will be add.
This is a list of some keyboard shortcuts that might be useful in Seaglass. This list is mostly based on vector-im/element-web#3232 but feel free to add more in the comments.
If you(!) want to start hacking on Seaglass, this is a good first bug (https://wiki.mozilla.org/Good_first_bug).
^: Ctrl
⌥: Option
⌘: Command
⇧: Shift
The official Sentry SDK for iOS, tvOS, macOS, watchOS.
Add a description, image, and links to the cocoa topic page so that developers can more easily learn about it.
To associate your repository with the cocoa topic, visit your repo's landing page and select "manage topics."
I'd like there to be an option to have code blocks be line wrapped. Maybe a check box for it in Rendering -> "Syntax highlighted code block" next to "Show line numbers" etc.?
If I try hard enough I can dig through the css files in Contents/Resources/Prism/themes and change "white-space: pre;" to "white-space: pre-wrap;", but doing so breaks the code signature of the app. And that's not a very n