extensions
Here are 1,176 public repositories matching this topic...
-
Updated
Mar 26, 2021 - Objective-C
-
Updated
May 7, 2021 - JavaScript
-
Updated
Dec 25, 2019 - JavaScript
Is your feature request related to a problem? Please describe.
Most browsers prevent websites from autoplaying media and sound automatically, by default.
When I, for example, open multiple youtube-videos in different tabs, I think it is very disturbing to see this non-standard behavour.
Describe the solution you'd like
By default, all media is prevented from playing automatically.
V
-
Updated
Jan 24, 2020 - JavaScript
-
Updated
Jun 1, 2021 - TypeScript
-
Updated
May 31, 2021 - JavaScript
-
Updated
May 13, 2021 - Java
-
Updated
May 13, 2021 - Java
-
Updated
Mar 29, 2021 - Swift
-
Updated
Jun 1, 2021 - C#
-
Updated
May 28, 2021 - F#
-
Updated
May 10, 2021 - JavaScript
-
Updated
Jun 1, 2021 - JavaScript
-
Updated
Apr 10, 2021 - Kotlin
-
Updated
Sep 7, 2020 - JavaScript
-
Updated
May 25, 2021 - Kotlin
-
Updated
Sep 8, 2019 - Java
-
Updated
May 26, 2021 - Kotlin
-
Updated
May 29, 2020 - C#
-
Updated
Jun 1, 2021 - C
https://github.com/Pext/Pext/blob/master/docs/installation.rst contains instructions for openSUSE, but more repositories are available (despite being untested).
These need to be documented for the relevant distributions:
Stable: https://download.opensuse.org/repositories/home:/TheLastProject:/python-pext/
Nightly: https://download.opensuse.org/repositories/home:/TheLastProject:/python-pext:/d
-
Updated
May 25, 2021 - JavaScript
-
Updated
May 29, 2021 - TypeScript
-
Updated
May 31, 2021 - C#
-
Updated
Jan 2, 2020 - Objective-C
Improve this page
Add a description, image, and links to the extensions topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the extensions topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
Doc string states:
Date().weekday -> 5 // fifth day in the current week.
Guess what, 5 is not friday. It's thursday. It makes some sense after i dug deeper, but as a programmer, i assumed monday could be 0 or 1, therefore thursday should be 3 or 4. Monday is 2! Because sunday is 1!
**Describe the solution you'd li