JavaScript
JavaScript (JS) is a lightweight interpreted or JIT-compiled programming language with first-class functions. While it is most well-known as the scripting language for Web pages, many non-browser environments also use it, such as Node.js, Apache CouchDB and Adobe Acrobat. JavaScript is a prototype-based, multi-paradigm, dynamic language, supporting object-oriented, imperative, and declarative (e.g. functional programming) styles.
Here are 139,643 public repositories matching this topic...
Is there a way to hide the icon of a BrowserWindow on Windows?
Actual:
<img width="68" alt="Screen Shot 2020-02-08 at 11 27 35 AM" src="https://user-images.githubusercontent.com/438516/74090907-194fc800-4a
When not using a file extension in ESM - eg import pkg from './path' we currently just throw a straightforward not found error. As proposed by @MylesBorins in nodejs/modules#443 it would be useful to enhance this error message.
Ideally the error message should run the CJS resolver and say "the CJS resolver would have resolved this module to ...". We actually previous
-
Updated
Mar 8, 2020
The deprecated decodeDracoFile method should be removed and replaced with a parse method similar to other loaders. Currently decodeDracoFile does not propagate errors, and should do so. So probably a signature like:
dracoLoader.parse( arrayBuffer, /* options, maybe? */, onLoad, onError );🐞 Bug report
Command (mark with an x)
- new
- build
- serve
- test
- e2e
- generate
- add
- update
- lint
- xi18n
- run
- config
- help
- version
- doc
Is this a regression?
Yes, this command did not generate errors using Angular 8
Description
We have renamed the production build configu
- The issue is present in the latest release.
- I have searched the issues of this repository and believe that this is not a duplicate.
Current Behavior 😯
The Autocomplete component uses a very light default option highlight and doesn't exposes any CSS props to easily change it as far as i can tell.
Expected Behavior 🤔
an easy
Is express using semver for versioning? It's not readily obvious. Node.js has picked up the practice of labeling issues as semver-major or semver-minor to help differentiate breaking vs additive changes. I'd recommend something similar here to help keep things organized.
express/examples
Tooltip animation configuration is not documented.
The defaults are in Chart.defaults.tooltips.animation.
The default config is:
animation: {
duration: 400,
easing: 'easeOutQuart',
numbers: {
type: 'number',
properties: ['x', 'y', 'width', 'height'],
},
opacity: {
easing: 'linear',
duration: 200
}
},_Originally posted by @benmccann in htt
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
- Go to 'https://storybookjs.now.sh/official-storybook/?path=/story/addons-jest--with-tests'
in a narrow width browser. - Click on the Tests panel.
- Scroll down to see the tests panel.
- See the total number of tests and total time covering up the "Todo" tex
There are many functions available in tokio::fs that can be used to replace current blocking fs function used in cli/ops/fs.rs.
It can be rewritten as follows:
fn op_copy_file(
state: &State,
args: V-
Updated
Mar 8, 2020 - JavaScript
Element UI version
2.13.0
OS/Browsers version
mac os
Vue version
2.6.0
Reproduction Link
https://github.com/ElemeFE/element/blob/dev/packages/
Steps to reproduce
https://github.com/ElemeFE/element/blob/dev/packages/tabs/src/tabs.vue
line 61 vnode.componentOptions && vnode.componentOptions
const customizer = console.log // returns undefined => merging is handled by `mergeAllWith`
// good
mergeAll([{ a: 1 }, { b: 2 }]) // { a: 1, b: 2 }
mergeAllWith(customizer, [{ a: 1 }, { b: 2 }]) // { a: 1, b: 2 }
// A-OK; customizer logs the following:
// undefined 2 "b" Object { a: 1, b: 2 } Object { b: 2 } undefined
// bad
mergeAll({}, { a: 1 }, { b: 2 }) // { a: 1, b: 2 }; OUGiven the immense popularity of Docker and the need to harden it different per platform (see ideas below) - we'd like to start writing a Docker best practices section.
You're welcome to contribute ideas and write best practices - writing and brainstorming will people is an amazing way to deepen your Docker understanding.
At first, we want to collect ideas for best practices, solidify a list
Feature Request
Ionic version:
[x] 4.x or 5.x
Describe the Feature Request
Currently if you present multiple toasts in the same position they show on top of one another which looks like a bug.
Describe Preferred Solution
I would suggest one of two things:
- Implement toast stacking. If you present multiple toasts, they display in a list like the phone's notifi
-
Updated
Mar 8, 2020 - JavaScript
Do you want to request a feature or report a bug?
feature request
What is the current behavior?
Currently yarn why won't indicate any package info in the resolutions field
If the current behavior is a bug, please provide the steps to reproduce.
- install a package with any version, e.g
"pkg": "^1.0.0" - add
resolutionsfield in package.json,pkg: "1.0.0" - upd
注意:这里只处理 FreeCodeCamp.cn 的相关问题,不处理 w3cschool 的任何问题
注意:请不要乱开无意义的 Issue,违者直接加黑名单
注意:Issue 是用来处理代码库中的 bug,不是用来提问题的。完成挑战过程中遇到的代码问题请在gitter 讨论组 或者 QQ 群 526289580 中讨论 (QQ 群验证答案: freeCodeCamp 注意大小写)
FreeCodeCamp.cn Issue 模板
如何使用本模板:
- 尽可能多填些相关信息,方便管理员参考
- 对于无法给出的内容,请删除掉那一行
以上内容请在提交 Issue 之前删除
浏览器信息
- 浏览器名称,版本号
- 操作系统
NWJS Version : 0.39 and 0.40.0-beta1
Operating System : Windows 10 Prod
Expected behavior
Our index.html does a window.location.href to our Intranet page.
onclose is overridden with a sendToTray function.
Clicking on the system tray icon will maximize the NW window showing the Intranet.
Actual behavior
This did not happen prior to v 0.39. When the window is maximized from the
-
Updated
Mar 8, 2020
-
Updated
Mar 8, 2020 - JavaScript
-
Updated
Mar 8, 2020
Issue Summary
In Safari 13.0.4 on macOS 10.15.2, the 'Upload routes YAML' button triggers a file browser that only allows selection of files ending in .yml. These are not accepted by the application, which requires a .yaml extension. This results in routes not being uploadable with Safari.
To Reproduce
- In Safari, click the 'Upload routes YAML' button in Labs.
This doesn'
Created by Brendan Eich
Released December 4, 1995
- Website
- developer.mozilla.org/en-US/docs/Web/JavaScript
- Wikipedia
- Wikipedia



React extension version: 4.4.0
Steps To Reproduce
The current behavior
Extension reports: "This page does not appears to be using React"
The expected behavior
React is detected (just like it is currently in Chrome/Chromium)