desktop
Here are 1,749 public repositories matching this topic...
NW.JS 0.42.1 MAC OS
-
Main window options:
"window": {
"title": "",
"fullscreen": true,
"kiosk": false,
"position": "center",
"resizable": false,
"min_width": 1920,
"min_height": 1080
} -
nw.Window.open(url,{width:400,height:300});
-
the new window is openned, but with fullscreen.
🧐 问题描述
[问题]如何修改区块获取的资源路径,想使用公司自己的github?哪里有相关介绍吗?
目前指向:https://gitee.com/ant-design/ant-design-blocks/
🚑 其他信息
App specific shortcut guide for any configured app using a modifier + foreground running application.
The Shortcut Guide would function normally with the Windows key long press, but what if you added a modifier key and getting an app specific Shortcut Guide to load when pressing a modifier key whilst the app X is in the foreground.
Example: PhotoShop is running in the foreground, you press
I have issues to get Reactotron working in my jest react-native test environment.
Before running a test I simply do
jest.mock("reactotron-react-native");, but then I receive an error stating
TypeError: Cannot read property 'useReactNative' of undefined
. It would be nice to have a sort of tutorial to ease the transition
-
Updated
Mar 14, 2020 - JavaScript
$ chmod +x DevHub-0.98.5.AppImage
$ ./DevHub-0.98.5.AppImage
[74678:1119/111718.741581:FATAL:setuid_sandbox_host.cc(157)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /tmp/.mount_DevHubUcWLlF/chrome-sandbox is owned by root and has mode 4755.
[1] 74678 trace trap ./DRichText model
It would be useful to have a model that associates text with text style properties, and can associatively combine into a sequence (a semigroup).
This doesn't need to be fancy to begin with, just the properties we have today (fontFamily, fontSize, color) would be useful, and we'd then have a nice base to extend with other properties.
Something like this:
module RichText : {
t-
Updated
Mar 1, 2020 - JavaScript
-
Updated
Mar 6, 2020 - Python
ReactNativeNWReactCalculator@1.0.0 start /Users/zjh-mac/Documents/react/react-native-nw-react-calculator-master
node node_modules/react-native/local-cli/cli.js start
┌────────────────────────────────────────────────────────────────────────────┐
│ Running packager on port 8081. │
│
Documentation Needed
After having been around here a while it's become clear to me that JFoenix is a great library, it's just not well documented.
I suggest that a "Help Wanted" and "Documentation Needed" label be added to any issue that stems from a lack of clear documentation. Maybe towards this end it would be helpful if anyone, or maybe just contributors, were allowed to apply labels.
I think that once it b
-
Example graphics for UI elements would provide a better overview.
-
The documentation would be clearer if the methods of the classes were divided into different "categories" as in the Qt documentation:
- methods of the respective class
- slots
- signals / events
- inherited methods / properties from other classes
- An overview that shows which of the respective properties, method
TODO before launch
I append text to the control QPlainTextEdit after interval, please help me how to scroll to the bottom,
I can't find any APIs: https://docs.nodegui.org/docs/api/generated/classes/qplaintextedit
Thanks
-
Updated
Mar 18, 2020 - C#
currently hover assumes that it controls go.mod, it generates one and then looks for it in a specific location.
this is relatively undesirable because it forces the end user to a specific directory tree or to run into issues dealing with golangs vendor tooling for private repositories.
we should be able to remove this assumption by letting the standard go tooling find the go.mod file.
som
-
Updated
Mar 21, 2020 - JavaScript
-
Updated
Mar 19, 2020 - C++
I'm submitting a ... (check one with "x")
[x] bug report
[ ] new distro request
If I try to change default colors with -c option, bold is removed from labels:
I didn't find any option t
The Components page of the documentation is missing an import statement:
import javafx.beans.property.SimpleStringPropertyOther examples include JavaFX imports, so it seems that the docs don't intend to assume familiarity with JavaFX. I've never worked with JavaFX, am attempting to start with TornadoFX.
Please visit the contributing guidelines to learn more on how to translate Tusk's documentation into more languages.
Tons of thank you to everyone for your help and support!
Describe the bug
The built-in text labels for both the CheckBox and RadioButton controls gradually gets more and more off center as the system's text scaling % increases.
Steps to reproduce the bug
- Set text scaling to 150% or higher
- Open the XAML Controls Gallery
- View any of the CheckBox or RadioButton controls
Expected behavior
The text labels should remain aligned
-
Updated
Jul 23, 2018 - TypeScript
-
Updated
Apr 12, 2018 - JavaScript
-
Updated
Feb 11, 2020 - JavaScript
-
Updated
Mar 16, 2020 - Python
Improve this page
Add a description, image, and links to the desktop topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the desktop topic, visit your repo's landing page and select "manage topics."

在inline-edit-table.vue里边设置自定义的指令 v-el-height-adaptive-table="{bottomOffset: 30}"报错:Failed to resolve directive: el-height-adap