-
Updated
Sep 13, 2020 - JavaScript
desktop
Here are 1,925 public repositories matching this topic...
-
Updated
Sep 14, 2020 - C++
-
Updated
Sep 11, 2020 - JavaScript
-
Updated
Sep 10, 2020 - JavaScript
$ chmod +x DevHub-0.98.5.AppImage
$ ./DevHub-0.98.5.AppImage
[74678:1119/111718.741581:FATAL:setuid_sandbox_host.cc(157)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /tmp/.mount_DevHubUcWLlF/chrome-sandbox is owned by root and has mode 4755.
[1] 74678 trace trap ./D-
Updated
Sep 13, 2020 - Python
-
Updated
Sep 14, 2020 - Java
-
Updated
Aug 19, 2020 - JavaScript
-
Updated
Sep 10, 2020 - C++
this issue should be taken seriously
-
Updated
Sep 13, 2020 - JavaScript
-
Updated
Mar 18, 2020 - C#
-
Updated
Sep 14, 2020 - JavaScript
-
Updated
Sep 13, 2020 - C++
-
Updated
Jul 21, 2020 - Shell
-
Updated
Jul 23, 2018 - TypeScript
-
Updated
Apr 12, 2018 - JavaScript
-
Updated
Feb 11, 2020 - 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
On macOS, it's a fairly standard practice to display a pre-roll if your application needs some form of permissions, before calling the system APIs for the first time that will actually produce the system's requested-permissions window.
For instance, for any given end-user, the following window is likely A) intimidating, and B) possibly encourages insecure habits, such as simply clicking "acce
Improve this page
Add a description, image, and links to the desktop topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the desktop topic, visit your repo's landing page and select "manage topics."
Since we also expose the Skia-bindings for a Canvas-like API I think it might be a good idea to start refactoring the API to utilise more named arguments e.g.
~x=..., ~y=....What do you others think?