-
Updated
Jul 18, 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 329,581 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
Jul 18, 2022 - JavaScript
-
Updated
Jul 18, 2022
-
Updated
Jul 17, 2022 - JavaScript
-
Updated
Jul 14, 2022 - JavaScript

-
Updated
Jul 18, 2022 - C++
-
Updated
Jul 16, 2022 - JavaScript
-
Updated
Jul 18, 2022 - JavaScript
-
Updated
Jul 17, 2022
following up the discussion in nodejs/node#43757
if we want to allow the concurrency
option to be a boolean, we need to come up with good defaults
there are two levels of concurrency:
- when running multiple test files, using
--test
each file is spawned in its own process so we useos.cpus().length
as the default - inside a test file - we use 1 as the default
For me it would make a lot of sense to run check
in watch mode.
I think that adding check subcommand was a great idea, and running it in watch mode would provide the best development experience (at least for me). Also if I'm not mistaken it would check further edits faster, as typescript compiler is already warmed up after the first check.
deno check --watch
-
Updated
Jul 18, 2022 - JavaScript
Which @angular/* package(s) are the source of the bug?
forms
Is this a regression?
No
Description
Expose ControlConfig
type in public API
export type ControlConfig<T> = [T|FormControlState<T>, (ValidatorFn|(ValidatorFn[]))?, (AsyncValidatorFn|AsyncValidatorFn[])?];
https://github.com/angular/angular/blob/main/packages/forms/src/form_builder.ts#L
As explained in microsoft/TypeScript#2548, the following code is not correct when useDefineForClassFields: false
, the default for targets before ES2021, or when target <= ES2020.
const x = 1
class C {
p = x
constructor(x: string) { }
}
However, when useDefineForClassFields: true
and target >= ES2021, there shouldn't be an error here.
E
Duplicates
- I have searched the existing issues
Latest version
- I have tested the latest version
Current behavior 😯
CSS classes .Mui-active
and .Mui-completed
are not applied to MuiStepLabel
iconContainer element. As a result, it's not possible to change the iconContainer style using custom theme
Expected behavior 🤔
I would expect the `.Mui-acti
-
Updated
Jul 15, 2022 - JavaScript
Describe the bug
In Firefox, the zoom feature uses transform
styles (see storybookjs/storybook#12845) - unfortunately this breaks positioning on elements that require position: fixed
when in the "Docs" view.
Normally a position: fixed
element's position would correspond to the viewport but in Firefox it corresponds to the element with the transform
style.
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
Jul 10, 2022 - JavaScript
-
Updated
Jul 18, 2022 - JavaScript
-
Updated
Jun 15, 2022
-
Updated
Jul 18, 2022 - JavaScript
-
Updated
Jul 18, 2022 - JavaScript
-
Updated
Jul 18, 2022 - JavaScript
-
Updated
Jul 17, 2022 - JavaScript
-
Updated
Jul 18, 2022 - JavaScript
-
Updated
Jul 18, 2022 - Vue
Created by Brendan Eich
Released December 4, 1995
- Website
- developer.mozilla.org/en-US/docs/Web/JavaScript
- Wikipedia
- Wikipedia
Version
2.6.10
Reproduction link
https://github.com/vuejs/vue
Steps to reproduce
What is expected?
attribute 'componen