-
Updated
Aug 29, 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 103,489 public repositories matching this topic...
When react is inside an iframe, chrome extension for react devtools fails to detect react.
This is because the extension sets `REACT_DEVTOOLS_GLOBAL_HOOK
-
Updated
Aug 28, 2020 - JavaScript
-
Updated
Aug 27, 2020 - JavaScript
-
Updated
Aug 27, 2020 - JavaScript
-
Updated
Aug 29, 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
Aug 28, 2020 - JavaScript
I'm not sure what the policy on css transitions is in this repo, but here's a suggestion.
I noticed that color transitions on the StepIcon component are instantaneous, even though the entire component is quite animated and fluid. The StepIcon goes through several colors (default -> active -> completed), and I believe a simple transition: color 300ms ease; already adds quite a bit more style
Its not a issue but its a feedback , Include one line code to deal with streaming http response
-
Updated
Aug 29, 2020 - JavaScript
-
Updated
Aug 29, 2020 - JavaScript
-
Updated
Aug 27, 2020 - JavaScript
-
Updated
Aug 26, 2020 - JavaScript
-
Updated
Aug 27, 2020 - JavaScript
-
Updated
Aug 29, 2020 - JavaScript
-
Updated
Aug 29, 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
-
Updated
Aug 13, 2020 - JavaScript
-
Updated
Aug 29, 2020 - JavaScript
If the flow plugin runs before the class properties one (or if the class properties plugin isn't used), we remove uninitialize class fields:
class Foo { x: string }currently becomes
class Foo {}while it should be
class Foo { x }If someone still wants the old behavior, they can either use flow comments (as [offically recommended](https://github.c
-
Updated
Aug 29, 2020 - JavaScript
-
Updated
Aug 29, 2020 - JavaScript
-
Updated
Aug 28, 2020 - JavaScript
-
Updated
Aug 28, 2020 - JavaScript
-
Updated
Aug 23, 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