cocoa
Here are 417 public repositories matching this topic...
-
Updated
Jun 13, 2020 - Objective-C++
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
The editor already indents my next line when typing e.g. a '{'.
Could this be extended to perform a one click indentation fix, like ctrl+i in Xcode? That would come in really handy when indentation gets messed up or to make a file more readable from someone who uses a different number of spaces as indents.
-
Updated
Jul 11, 2020 - C++
- Activate View -> Syntax Highlighting if not active
- Make a request that returns JSON
- Select some text in the response body and copy with cmd-c or ctrl-clicking and selecting "Copy"
- Try to paste somewhere and nothing will be pasted
<img width="1242" alt="screen shot 2018-01-24 at 14 38 21" src="https://user-images.githubusercontent.com/72999/35334927-46901e66-0114-11e8-853b-0d837e1
Video problems
I have analyzed video problems and below is the summary. All tested with examples/http_server.py from the pywebview-3 branch.
Windows
- CEF / MSHTML / EdgeHTML. No problems with either. CEF supports only WebM and Ogg out of the box (MP4 not supported).
Cocoa
- Only video frame is displayed, video not playing. Youtube works fine. There are a bunch of flags related to media in WKWeb
Feature Enhancement: When "Interface None" is selected do not call any UI elements that will stop the Platypus created app from executing as a LaunchDaemon or LaunchAgent in the LoginWindow context. Consider an argument that can be passed to the app binary of any "Interface" type that would disable any UI calls.
Use Case: Because of PPPC controls using 'naked' shell scripts as launchd p
As an enhancement for usability, an indicator should be added that a user sees while a server request is in progress after clicking on a button or a link during the login process as it is used by browsers or mobile apps with WebViews.
Prio: Low, nice to have
-
Updated
Feb 12, 2020 - Swift
-
Updated
May 15, 2020 - Swift
Hey there.
Thanks for the article https://nshipster.com/secrets/, I've had similar thoughts that client cannot safely store the secrets.
One possible issue I noticed (or maybe I'm just not knowledgable enough about the matter) is that Matt mentioned this in the article:
Your mission: Transfer a payload from the server and store it in the Secure Enclave without an attacker compromising it
Missing language
Please add VB/VBA to your language list.
One line summary of the issue here.
Building the scrooge-linter fails because the 19.10.0 version of the util-logging dependency cannot be found. Changing build.sbt to use 19.9.0-SNAPSHOT works fine
Expected behavior
A command like the following should run:
./sbt 'scrooge-linter/runMain com.twitter.scrooge.linter.Main --help'
In this case, this should display the linter'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.
The following link which is on the Wiki page and should be a video of add ORSSerialPort to an Xcode project is a dead link that results in a 404:
https://www.dropbox.com/s/0p8henumbjq9xgw/AddORSSerialPort.mov?dl=0
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
-
Updated
Mar 14, 2020 - Swift
The detail view is automatically opened when selecting an app from the list. It is possible to toggle it's visibility from the main menu (View → Show/Hide Version Details).
We should probably add a button item to the toolbar to more expose this functionality.
This issue was created from #74.
Suggestion: add a field for comments on each sysex file.
(Workaround: show the file in Finder via command-R, then use Get Info on the file to show the comments field, and add text there.)
This is a list of some keyboard shortcuts that might be useful in Seaglass. This list is mostly based on vector-im/riot-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
Keyboard shortcuts to implement:
-
Updated
Nov 26, 2018 - Swift
Improve this page
Add a description, image, and links to the cocoa topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cocoa topic, visit your repo's landing page and select "manage topics."


Now building for iOS is not covered fully in README.md, starting with Xcode 11 there is no
Linked Frameworks and Librariesanymore and this section become one withEmbedded Binaries. Documentation needs to be updated in this place:https://github.com/Carthage/Carthage#if-youre-building-for-ios-tvos-or-watchos
Following documentation step-by-step now will cause build error with Xcode 11 d