Skip to content
electron logo

Electron

Electron is a desktop application framework developed by GitHub and created by Cheng Zhao. It allows for the development of desktop applications using front- and back-end infrastructure such as HTML, CSS, and JavaScript.

Here are 7,020 public repositories matching this topic...

electron
Ragura
Ragura commented Aug 19, 2019

The documentation to deploy an SPA with the now command is outdated. It's no longer possible to switch to version 1.0 to deploy a project for "new" users (since the beginning of 2019?).

I'd like to add that I was able to use V2.0 by changing the distPath build option in the quasar config file to "public/". This, on top of adding the "build": "quasar build" script in package.json, seemed t

rishig
rishig commented Oct 5, 2019

This should be a pretty fast change. See 052e3e1540cb2912773652267946a3995df6cbbe for how we did it on the admin side.

The main thing to verify is how slack guests appear in slack exports. My guess is it's something like is_restricted (multi-channel guest) and is_ultra_restricted (single-channel guest) but it's just a guess.

When done we should remember to update the Caveats section of

laurent22
laurent22 commented Oct 10, 2019

The current tag command allows listing all the notes associated with a tag. However it does not allow listing the tags associated with a note.

A new sub-command notetags should be added to the tag command, which would allow listing all the tags associated with a note. For example:

tag notetags abcdefgh12345678

would list all the tags associated with the note with ID "abcdefgh123

You can’t perform that action at this time.