Skip to content
#

unsupported

Here are 137 public repositories matching this topic...

sgoings
sgoings commented Sep 3, 2015

We've seen a few issues where people had environment variables set (like DEV_REGISTRY) so that during rigger configure the DEV_REGISTRY prompt is skipped. We should at least have a log message explaining that this is happening and possibly watch for when that may cause problems (local registry vs. publicly available registry using a cloud provider).

04fsnape
04fsnape commented May 29, 2019

Hello,

I don't understand your installation instructions. I installed it with npm install electron-editor-context-menu, but how do I actually put it in my electron app? You put this code in your readme but don't explain where it goes:

// In the renderer process:
var remote = require('electron').remote;
// `remote.require` since `Menu` is a main-process module.
var buildEditorContex
slack
slack commented Sep 9, 2016

This is a meta ticket to build out the chart publishing infrastructure. This issue may move somewhere else, but for now this seems like the best place!

Relates to #349

Workflow releases should be published as signed and versioned charts available at charts.deis.com.

We need to build out the production repo infrastructure and automation, including:

  • nail down chart hosting location (GCS, S3)
Overdrivr
Overdrivr commented Jun 14, 2017

Running

deis apps:destroy <app-name>

yields the help message because syntax is not correct. The -a flag is missing. However, the help message is not very helpful, it should at least mention this flag.

$ deis apps:destroy italic-nuthatch
Usage: deis apps:destroy [options]

It's not a big deal, but IMO it would improve ergonomy a little bit

nfriend
nfriend commented Aug 31, 2016

The comments in the example code on the README state that spell-checker runs before the contextmenu event is fired:

// The spell-checker runs when the user clicks on text and before the 'contextmenu' event fires.
// Thus, we may retrieve spell-checking suggestions to put in the menu just before it shows.
webFrame.setSpellCheckProvider(
    ....

However, in my testing, it see

Improve this page

Add a description, image, and links to the unsupported 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 unsupported topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.