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 7,912 public repositories matching this topic...
We should discuss how to best support a library author providing translations for their library.
Describe the bug
In the config.js addParameters function, if I set isFullscreen: true and open the webpage, it is fullscreen on startup. But if I set isFullscreen: false and open the webpage again, it is still full-screen on startup.
To Reproduce
- Set
isFullscreen: true, open the webpage, - Close the webpage or stop the server
- Set
isFullscreen: false, open the webpa
Note: This is fundamentally working as intended, this issue is now about validating the config and providing a sufficient warning.
🐛 Bug Report
The configuration testSequencer (https://jestjs.io/docs/en/configuration#testsequencer-string) is silently ignored in projects (https://jestjs.io/docs/en/configuration#projects-arraystring--projectconfig)
To Reproduce
Run this config
I met a number of people who added extra renderer because of this example:
https://pixijs.download/dev/docs/PIXI.RenderTexture.html
We should post a notice that it has to be the same renderer they use, and not new one.
Looks closely related to #779
I'm submitting a...
[ ] Regression
[x] Bug report
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow.
Current behavior
Middleware is being called for every endpoint a request route could potentially match.
Environment
Vuetify Version: 2.2.20
Vue Version: 2.6.11
Browsers: Chrome 80.0.3987.163
OS: Mac OS 10.15.2
Steps to reproduce
- open console
- focus input
- check console for 'handleFocus'
- click 'no data'
- check console for 'handleBlur'
- re-focus input field
- handleFocus doesn't trigger again
Expected Behavior
v-autocomplete/v-combobox `@b
my eyesight are worse, i am using glasses and with brightness... is even worse. for me the documentation feels a bit too bright and its hard to read the documentation. well maybe not that hard but still a bother to the eye, so if it can be granted, my wish, please grant my wish! i beg of you!!
if cannot then i apologize for being dramatic. feel free to close this issue or just delete it
- html2canvas version tested with: ^1.0.0-rc.5
- Browser & version:ios10
- Operating system:ios
html2canvas(document.body,{
type:'view',
'user-select':'auto',
useCORS:true,
async: true
}).then(canvas => {
Issue type:
[x] question
[ ] bug report
[ ] feature request
[x] documentation issue
Database system/driver:
[ ] cordova
[x] mongodb
[ ] mssql
[ ] mysql / mariadb
[ ] oracle
[ ] postgres
[ ] cockroachdb
[ ] sqlite
[ ] sqljs
[ ] react-native
[ ] expo
TypeORM version:
[x] latest
[ ] @next
[ ] 0.x.x (or put your version here)
Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):
- CLI: 6.2.2
- Cross-platform modules: 6.0.1
- Android Runtime: 6.2.0
- iOS Runtime: 6.2.0
- Plugin(s): unrelated
Describe the bug
openFile method of utils module does not preview the
-
Updated
May 29, 2020 - TypeScript
Feature Request
We've had several issues related to confusion around the Sass module system. We should improve our documentation per component that explains how to import mixins, customize variables, and apply core styles.
Proposed solution
For example, take button's [README](h
The documentation specifies:
The policy for a given Resolvable is merged from three sources (highest priority first):
- Individual resolve definition
- State definition
- Global default
But I can't find anywhere in the docs, nor on Stackoverflow, Google, or in this issue tracker, how to modify
Reference from TensorFlow: https://www.tensorflow.org/api_docs/cc/class/tensorflow/ops/matrix-band-part
This op is used by the Music Transformer model.
inline toolbar order
-
Updated
Jun 12, 2020 - TypeScript
On Windows10 machine, following README installation instructions:
c:\code\mean>npm start
[email protected] start c:\code\mean
concurrently -c "yellow.bold,green.bold" -n "SERVER,BUILD" "nodemon server" "ng build --watch"
[SERVER] [nodemon] 1.18.9
[SERVER] [nodemon] to restart at any time, enter rs
[SERVER] [nodemon] watching: .
[SERVER] [nodemon] starting node server
[SERVER] ../.
Index:
formatXMLElementFn-- a function handling rich text formatting, passed tovalues. Name is used as referred in source code,
The problem
While using RichText, formatXMLElementFn are called with possible many arguments (chunks) which could be collected with rest operator and passed to component.
Example
<FormatMessage
defaultMessage="This is <i>example-
Updated
Apr 1, 2020 - TypeScript
I've ran into this issue for a couple hours and I ended up editing the dist library adding two new functions called fetchVideo and bufferToVideo that works pretty much like the fetchImage and bufferToImage functions.
I'll leave it here to help somebody else with the same issue and in case someone wants to include it on future releases.
face-api.js
...
exports.fetchVideo = fetc
-
Updated
Jun 15, 2020 - TypeScript
Environment
Windows 10/ Chrome, Microsoft Edge and Firefox
Steps
Open the page http://localhost:8080/step1-02/demo/ as per the instructions in the README file.
Actual Result
The logo image is not loaded in the page. In the Developer tools 404 error is seen.
Only the alternate text is visible in browser.
Expected Result
The logo image should load
Docs revamp
As explained at CycleConf I will work (hopefully with the help of others) on the docs. It will be more a very long tutorial, like a book, starting simple, ending at #705
Planned chapters:
- Getting started (setting up a project)
- Streams
- First component
- Rendering static content
- Handling events
- Having local state
- Making our input controlled
-
Updated
Jun 12, 2020 - TypeScript
What happened:
I tried to use the --make option to pass --jobs=5 to the NodeJS build process.
What you expected to happen:
I expected the NodeJS build to be faster.
What happened:
I was unable to pass the jobs options to the NodeJS make command, here is what happened:
➤ nexe --build --make --jobs=5
ℹ nexe 3.3.2
✔ Node source extracted to: /home/thibault.hi
Created by Brendan Eich
Released December 4, 1995
- Website
- developer.mozilla.org/en-US/docs/Web/JavaScript
- Wikipedia
- Wikipedia

Deno strives to be browser compatible where possible; that means we use quite a few Web APIs.
There is not much docs for supported Web APIs at the moment and before 1.0 is released that situation must change. Some of APIs and not fully aligned to spec, while others are not fully implemented (#3557). All that knowledge should be written down and presented to end users to avoid multiple question