-
Updated
Jun 22, 2022 - TypeScript
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 321,335 public repositories matching this topic...
Website or app
https://developer.chrome.com/blog/mv2-transition/
Repro steps
Use latest React DevTools with Electron (Chromium) (18.2.0 / Chromium 100)
(node:80082) ExtensionLoadWarning: Warnings loading extension at ./node_modules/electron-devtools-vendor/extensions/react-developer-tools:
Manifest version 2 is deprecated, and support will be removed in 2023. See https://
-
Updated
Jun 22, 2022 - JavaScript
-
Updated
May 20, 2022
-
Updated
Jun 21, 2022 - JavaScript
-
Updated
Jun 15, 2022 - JavaScript

-
Updated
Jun 22, 2022 - C++
-
Updated
Jun 16, 2022 - JavaScript
-
Updated
Jun 20, 2022 - JavaScript
-
Updated
Jun 13, 2022
Version
v18.3.0
Platform
Darwin xxx 21.5.0 Darwin Kernel Version 21.5.0: Tue Apr 26 21:08:22 PDT 2022; root:xnu-8020.121.3~4/RELEASE_X86_64 x86_64
Subsystem
net
What steps will reproduce the bug?
A /32 subnet mask such as 1.1.1.1/32
should match only the IP address 1.1.1.1
as all 32 bits should be compared. However, if a /32 subnet mask is used with `net.Bl
Steps to reproduce:
// file.ts
Deno.bench("console.log", () => {
console.log("Hello, World!")
})
anon@mini:~/repos/fast$ deno run file.ts
error: Uncaught TypeError: ops[opName] is not a function
Deno.bench({
^
at Object.opSync (deno:core/01_core.js:172:38)
at Object.bench (deno:runtime/js/40_testing.js:657:10)
at file:///Users/anon/repos/fast/ben
-
Updated
Jun 22, 2022 - JavaScript
Which @angular/* package(s) are the source of the bug?
router
Is this a regression?
No
Description
The Documentation suggests that you can supply a function to runGuardsAndResolvers . The link will take you to the documentation where it gives the type.
So I supplied the following and saw that not only was my route guard s
Object.freeze overloads force the type to be recognized as an array (by the order of overloads)
lib Update Request
Duplicates
- I have searched the existing issues
Latest version
- I have tested the latest version
Current behavior 😯
When I augment IconButton
with new colors:
declare module "@mui/material/IconButton" {
interface IconButtonPropsColorOverrides {
textPrimary: true;
textSecondary: true;
}
}
and then try to use these colors:
<
-
Updated
Jun 18, 2022 - JavaScript
aria-expanded is meant to be used with button, or some other role. It is currently be added to the parent div with no role making the attribute ineffective.
Moving the aria-expanded to the button that does the expanding will provide better accessibility to those using screen readers.
Java tutorial: "Build a Spring Boot App with User Authentication" is no longer available
Current Behavior
The link https://scotch.io/tutorials/build-a-spring-boot-app-with-user-authentication is currently unavailable.
It looks like the author no longer maintains the website.
Possible Solution
found som
-
Updated
May 17, 2022 - JavaScript
-
Updated
Jun 21, 2022 - JavaScript
-
Updated
Jun 15, 2022
-
Updated
Jun 16, 2022 - JavaScript
-
Updated
Jun 22, 2022 - JavaScript
-
Updated
Jun 22, 2022 - JavaScript
-
Updated
Jun 22, 2022 - JavaScript
-
Updated
Jun 20, 2022 - JavaScript
-
Updated
Jun 20, 2022 - Vue
Created by Brendan Eich
Released December 4, 1995
- Website
- developer.mozilla.org/en-US/docs/Web/JavaScript
- Wikipedia
- Wikipedia
Related Topics
nodejs
Aprenda en 30 minutos: GitHub Actions
Jun 28 - 29, 2022 • Online
Version
2.6.10
Reproduction link
https://github.com/vuejs/vue
Steps to reproduce
What is expected?
attribute 'componen