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,411 public repositories matching this topic...
The typings file specifies:
setVibrancy(type: 'appearance-based' | 'light' | 'dark' | 'titlebar' | 'selection' | 'menu' | 'popover' | 'sidebar' | 'medium-light' | 'ultra-dark'): void;whereas docs suggest that passing null disables vibrancy.
The argument type should be nullable
[Enter steps to reproduce:]
- ...
- ...
Atom: 1.41.0 x64
Electron: 4.2.7
OS: Microsoft Windows 10 Enterprise
Thrown From: 'atom-ctags' package vundefined
Stack Trace
Uncaught TypeError: Cannot read property '\GitHub\scikit-learn.circleci\config.yml' of null
At \.atom\packages\atom-ctags\lib\ctags-cache.coffee:49
TypeError: Cannot read property \G
- Are you nativefying a public website? Yes
- Feature request? Have you looked at
nativefier --helpto see if an existing option could fit your needs? Yes - OS:
Windows 10 - Error message / stack trace (if any):
Resource interpreted as Document but transferred with MIME type text/csv: "https://www.example.com/wp-admin/admin-ajax.php?action=export_appointments".
I'm trying to export cs
-
Updated
Feb 3, 2020 - TypeScript
At this point the file nightmare was introduced and an error message was reported at runtime
这是我的package.json
`{
"name": "my-app",
"version": "0.1.0",
"priva
Describe the bug
The Motrix icon on the taskbar is small; and for presenting various details in your drawing, is not something pleasant to visualize.
I suggest you create a new (simpler) icon. Showing the percentage (in color) of the completed download.
Screenshots

Describe your feature request
Preferences -> Image uploader -> GitHub needs a bit of instruction.
I would suggest something like this:
If you don't have a GitHub account, you will need to make one.
A token can be generated in Settings/Developer settings
For more detailed instructions, [consult t
Round icon
We need a round icon to use in some places, like the subreddit, but I can't think of what this round icon should look like
The best that I can think of is a rolled pencil, but that sounds kind of difficult to sketch and perhaps the pencil endings won't look great inside a circle.
If anybody has any other ideas I'm all ears.
Hi, I'm a Redux maintainer. I'd like to offer a couple suggestions.
Problem
The current Redux example implementation shows use of reducers with "hand-written" immutable update logic, and has a somewhat complex store configuration. In addition, the project currently uses a "folder-by-type" folder structure.
Proposed Solution
The project should switch to using the official [Redux
-
Updated
Feb 3, 2020 - JavaScript
-
Updated
Feb 3, 2020 - TypeScript
This isn't really an issue in the sense of a bug or something like that, but rather a tiny correction.
Currently, the "transparency" slider in the application settings will let the background shine trough, if it's set to a low value (the left side), which doesn't really make sense. The setting is actually representing the opposite: opacity.
It's also called opacity [in the code](https://gith
When a code block is displayed, add a "Copy" button in the top-right hand corner. Clicking on it should copy the code to the clipboard. That button should only be displayed when the user moves the mouse over the code block.
Note that this feature should be added to the joplin-renderer
Platforms
- Desktop
- Mobile

Kap version:
3.0.0-beta.6
Other possibly relevant info:
Monitor setup: single rMBP 15" screen, no external monitors
macOS scrollbar appearance setting: "Show Always" (in System Preferences > General)
Steps to reproduce
- Click the Kap menu bar icon.
- Click the button in the Kap bar to record an area of the screen.
- Select a regio
I set
{
test: /\.svg$/,
loader: 'svg-sprite-loader',
include: [resolve('./src/renderer/icons')],
exclude: [resolve('./src/renderer/icons')],
options: {
symbolId: 'icon-[name]'
}
},
{
test: /\.(png|jpe?g|gif|svg)(\?.*)?$/,
loader: 'url-loader',
exclude: [resolve('./src/renderer/ic
Expected behavior
I'd expect the left panel to be resizable in terms of width.
Actual behavior
Right now I can't see my containers name in full because those get abbreviated because the panel on the left is too narrow. The width is fixed now.
Information about the Issue
Steps to reproduce the behavior
Steps to reproduce:
- Reduce the width of browser to a certain extent.
- Open settings page by clicking on gear icon on top right.
- The first setting in the menu opens directly,
Your Accountopens for user settings whileOrganization Profileopens for organization settings.


Ref: https://githu