Skip to content
#

cocoa

Here are 417 public repositories matching this topic...

iangithubusername
iangithubusername commented Dec 30, 2019

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

CotEditor
HendrikNoeller
HendrikNoeller commented Jun 11, 2016

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.

drdator
drdator commented Jan 24, 2018
  1. Activate View -> Syntax Highlighting if not active
  2. Make a request that returns JSON
  3. Select some text in the response body and copy with cmd-c or ctrl-clicking and selecting "Copy"
  4. 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

r0x0r
r0x0r commented Jun 22, 2019

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
peetinc
peetinc commented Feb 21, 2020

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

sergejp
sergejp commented Nov 18, 2019

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
gjfishman
gjfishman commented Sep 26, 2019

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

Xit
rauanmayemir
rauanmayemir commented Apr 2, 2019

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

mangerlahn
mangerlahn commented Dec 29, 2019

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.

Improve this page

Add a description, image, and links to the cocoa topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cocoa topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.