-
Updated
Sep 10, 2020 - JavaScript
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 173,313 public repositories matching this topic...
PR #19108 caused some Suspense-related DevTools regressions (more info available on #19368) which we did not catch because of the fact that DevTools tests are only run against the version of React in master.
We should follow the precedent of the regression fixtures tests and have CI run DevTools tests against multiple
-
Updated
Sep 10, 2020 - JavaScript
-
Updated
Sep 6, 2020
-
Updated
Sep 8, 2020 - JavaScript
-
Updated
Sep 7, 2020 - JavaScript
-
Updated
Sep 9, 2020 - JavaScript
$ git grep -n '<< 24' src/
src/base64.h:88: unbase64(src[i + 0]) << 24 |
src/cares_wrap.cc:83: return static_cast<uint32_t>(p[0] << 24U) |
src/node_sockaddr.cc:305: uint32_t check = ptr[0] << 24 | ptr[1] << 16 | ptr[2] << 8 | ptr[3];
src/util-inl.h:51: (((x) & 0xFF) << 24) | \
src/util-inl.h:61: (((x) & 0x0000000000FF0000ul
-
Updated
Sep 4, 2020
The WebAssembly "createHash" implementation of std/hash is missing HMAC variants.
Should be able to provide this quite easily by taking in the hmac crate and exposing hmac<sha256>
etc.
-
Updated
Sep 10, 2020 - JavaScript
Its not a issue but its a feedback , Include one line code to deal with streaming http response
The documentation for FormControl explicitly states: Only one input can be used within a FormControl.
The demo of checkboxes on the Checkbox documentation page shows a FormControl containing three Checkbox components.
So, which one is correct?
-
Updated
Sep 10, 2020 - JavaScript
Describe the bug
Creating angular project with no initial app throws sb init error
• Detecting project type. ✓
• Adding Storybook support to your "Angular" app
TypeError: Cannot read property 'architect' of undefined
To Reproduce
Steps to reproduce the behavior:
- ng new ng-ui --create-application=false
- cd ng-ui
- ng g lib button -p ui
- npx -p @storybook/cli sb
-
Updated
Sep 9, 2020 - JavaScript
-
Updated
Sep 10, 2020 - JavaScript
-
Updated
Sep 8, 2020 - JavaScript
-
Updated
Sep 9, 2020 - Vue
-
Updated
Sep 8, 2020 - JavaScript
-
Updated
Sep 7, 2020 - JavaScript
-
Updated
Aug 23, 2020
-
Updated
Sep 11, 2020 - JavaScript
-
Updated
Sep 10, 2020 - TypeScript
-
Updated
Sep 6, 2020 - JavaScript
Created by Brendan Eich
Released December 4, 1995
- Website
- developer.mozilla.org/en-US/docs/Web/JavaScript
- Wikipedia
- Wikipedia
Related Topics
nodejs
js13kGames competition
August - September 2020 • Online
Version
2.6.11
Reproduction link
https://jsfiddle.net/hgaL8t5n/
Steps to reproduce
Use translate=no in a template
What is expected?
template=no to be rendered in the HTML
What is actually happening?
translate=translate is being rendered instead
You can use devtools to inspect the rendered HTML in the reproducible