node
Node.js is a tool for executing JavaScript in a variety of environments. JavaScript had humble beginnings as a language that lived only in web browsers, but the Node.js project has expanded its reach and helped make it the most popular programming language in the world. Node.js extends the creative potential of people with web development experience, enabling a new generation of developers to create servers, command-line tools, desktop apps, and even robots.
Here are 31,897 public repositories matching this topic...
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
--testeach file is spawned in its own process so we useos.cpus().lengthas the default - inside a test file - we use 1 as the default
-
Updated
Jul 19, 2022 - TypeScript
-
Updated
Jul 3, 2022
-
Updated
Jul 1, 2022 - JavaScript
-
Updated
Jul 14, 2022 - JavaScript
-
Updated
Jul 19, 2022 - TypeScript
-
Updated
Jul 4, 2022 - Go
-
Updated
Jul 18, 2022 - JavaScript
-
Updated
Jul 17, 2022 - JavaScript
-
Updated
Jul 10, 2022 - JavaScript
I would like to give this to the people who are new and would like to start contributing to validator.js.
The current version in isMobilePhone validation, we have less than 195 phone validations i.e
In the code https://github.com/validatorjs/validator.js/blob/master/src/lib/isMobilePhone.js, the validations exist from line 5 to line 119, which means we have probably 119 - 5 countries phone
-
Updated
Jul 15, 2022 - JavaScript
I have a project that is in a monorepo and uses yarn right now.
I'm considering migrating to pnpm for the monorepo, as well as all other projects I contribute to, as I have a small SSD as local storage (and with Windows...). However, it would be ideal if there was compatibility between yarn's workspaces and pnpm, so that we don't have to jump "all in" to it.
To this end, yarn allows packages
Describe the Bug
if you set AUTH_DISABLE_DEFAULT to true and define an LDAP AUTH_PROVIDER, the login form will be empty.
this is caused by driver never being assigned to the ldap value: https://github.com/directus/directus/blob/64acd2fdb32103761b7f8ed1a195ef4412db00cc/app/src/routes/login/login.vue#L52
before, on setup, providerOptions would always be set, calling the comput
Plenty of people make use of pnpm for their projects, and it would not be a hard feature to implement so I don't think that it would be a bad idea to add a flag to use pnpm as the package manager, just as there is one already for yarn.
Your Environment
Not applicable. The issue is related to documentation.
Describe the bug
The Google Cloud documentation is non existent, even worse it displays jibberish.
- Markdown File: https://github.com/verdaccio/verdaccio/blob/master/website/docs/google-cloud.md
- Docs Site Link: https://verdaccio.org/docs/google-cloud/
To Reproduce
- Visit [Docs > Google Cloud](ht
Would it be possible to let folks pass their own slugify function to generate slugs for markdown headings? Some usecases for this are
- backward compatibility (if I'm migrating from some other framework)
- customization of slugs (one off custom transformations)
- handling special usecases for non-latin languages (like Urdu)
Possible alternative
If it is too much, [@sindresorhus/sl
-
Updated
Jul 8, 2022 - TypeScript
-
Updated
Jul 19, 2022 - TypeScript
When running ./nodebb upgrade, the output should also append to logs/output.log just as it does for ./nodebb start. These logs can be viewed by running ./nodebb log.
Good for beginners, feel free to ask here for tips on getting started.
-
Updated
Jul 1, 2022 - JavaScript
Context
This isn't really a feature request, as what I need is possible with nock as-is. But I spent several hours searching, reading old issues and searching through the source code to find the solution, so I thought this might help others.
I am testing code that accesses a service that sets the statusMessage of the response, as well as the statusCode. I am using nock to mock the server
-
Updated
Jul 12, 2022 - TypeScript
-
Updated
Jun 24, 2022 - SCSS
Created by Ryan Dahl
Released May 27, 2009
- Organization
- nodejs
- Website
- nodejs.org/en
- Wikipedia
- Wikipedia
Describe the feature you'd like to request
I'd like to use a typescript version of the wordpress cms example
Describe the solution you'd like
A typescript version of the wordpress cms example should be added for ease of development.
Describe alternatives you've considered
None.