-
Updated
Nov 15, 2020 - JavaScript
es6-javascript

ECMAScript is the standardization of script languages, including JavaScript. ECMA stands for the European Computer Manufacturer's Association.
Here are 1,768 public repositories matching this topic...
-
Updated
Nov 15, 2020 - JavaScript
-
Updated
Sep 23, 2020 - JavaScript
-
Updated
Sep 3, 2020 - JavaScript
-
Updated
Apr 14, 2020 - Python
-
Updated
Oct 28, 2020 - JavaScript
-
Updated
Sep 5, 2020 - JavaScript
Create an example using express-openapi-validator and tinyhttp
-
Updated
Nov 1, 2020 - TypeScript
-
Updated
Nov 10, 2020
-
Updated
Nov 17, 2020 - SCSS
-
Updated
Nov 8, 2020 - JavaScript
-
Updated
Mar 12, 2020 - JavaScript
-
Updated
Feb 6, 2017 - JavaScript
-
Updated
Aug 13, 2018 - JavaScript
-
Updated
Jul 2, 2018 - JavaScript
-
Updated
Oct 30, 2018 - JavaScript
-
Updated
Oct 27, 2020 - Vue
-
Updated
Oct 24, 2019 - JavaScript
-
Updated
Oct 8, 2020 - JavaScript
-
Updated
Sep 30, 2019 - HTML
-
Updated
Sep 11, 2019
-
Updated
Sep 11, 2018
-
Updated
Nov 17, 2020 - JavaScript
-
Updated
Sep 4, 2020 - TypeScript
Resume not working
Voice Channel remains silent after resuming the music playing, [potential problem with my resume command and resumeSong() function in music.js].
Possible Fixes:
- Instead of using dispatcher.resume() built-in function, use my own playMusic() function in music.js
- Possible bug in pause command despite stopping the music playing
-
Updated
Sep 3, 2020 - JavaScript
-
Updated
Nov 5, 2019 - JavaScript
Created by Brendan Eich, Ecma International
Released 1997
- Organization
- tc39
- Website
- www.ecma-international.org
- Wikipedia
- Wikipedia
The
<Title/>
and<Subtitle/>
components at the moment always use under the hood the<h1/>
and<h2/>
tags.This can cause accessibility issues, since sometimes the page already contains an
h1
and/orh2
s.For example, the
<Modal/>
component used in the Focused Launch flow already provides a title with the<h1>
tag, and therefore the<Title/>
and<Subtitle/>
components shoul