Linux
Linux is an open source operating system modeled after UNIX. Widely used, it is known for its efficiency and reliability.
Here are 873 public repositories matching this topic...
-
Updated
Oct 20, 2019 - JavaScript
-
Updated
Oct 26, 2020 - JavaScript
-
Updated
Sep 30, 2020 - JavaScript
-
Updated
Jul 16, 2020 - JavaScript
When I passed NaN and an object with the "valueOf" attribute value as a callable function to the first and second parameters of Math.max, chakra did not execute this function. According to the ES10 standard, the ToNumber operation is performed on each parameter of Math.max, and the "valueOf" attribute value function of the second parameter will be executed.
version
chakra-1_11_22
**co
-
Updated
Apr 11, 2019 - JavaScript
-
Updated
Oct 23, 2020 - JavaScript
Description of Improvement
Currently, the only way to delete an album from the favorite albums tab is to click on the album to go into the album page and unstar it as seen in the second screenshot.
As show on the first screenshot below, there is no option to delete it in
-
Updated
Oct 16, 2020 - JavaScript
-
Updated
Oct 27, 2020 - JavaScript
-
Updated
Oct 27, 2020 - JavaScript
System information
- node version: v10.13.0
- npm or yarn version: 6.4.1
- OS/version/architecture: gLinux 64-bit (Google-internal, like Debian Testing)
- Applicable nodegit version: v0.23.0 built from source
https://www.nodegit.org/api/tree/ has an example of how to use tree.walk(), but it doesn't mention a critical detail, which is mentioned in an example:
https://github.com
-
Updated
Oct 6, 2020 - JavaScript
-
Updated
Oct 25, 2020 - JavaScript
There is a user with a dick pic as their icon. Many people have blocked them, as have I.
I recently clicked through to their profile page to remember if I had blocked them and although their posts are hidden, their user icon is still shown.
Can we use CSS to blur the user icons of blocked and ignored users?
filter: blur(8px);
-webkit-filter: blur(8px);
(Those icons might al
-
Updated
Sep 15, 2020 - JavaScript
-
Updated
Apr 12, 2018 - JavaScript
-
Updated
Oct 18, 2020 - JavaScript
-
Updated
Sep 5, 2020 - JavaScript

Is your feature request related to a problem? Please describe.
After calling
child_process.spawn, I'd like to know when the child process has successfully spawned and there's no longer the possibility of an 'error' event from failing to spawn (i.e. error type # 1 in the docs for that 'error' event, e.g.EPERM, `ENOEN