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 20,056 public repositories matching this topic...
Bug report
Describe the bug
In with-redux-wrapper example index.js page has a code:
export const getStaticProps = wrapper.getStaticProps(async ({ store }) => {
store.dispatch(serverRenderClock(true))
store.dispatch(addCount())
})
the reducer.js
import { countActionTypes } from './action'
const countInitialState = {
count: 0,
}
export default function r
-
Updated
Sep 21, 2020
-
Updated
Sep 8, 2020 - JavaScript
-
Updated
Sep 23, 2020 - TypeScript
-
Updated
Sep 19, 2020 - JavaScript
-
Updated
Sep 20, 2020 - JavaScript
e.g. isPassportNumber, etc.
-
Updated
Sep 19, 2020 - JavaScript
-
Updated
Sep 19, 2020 - Go
-
Updated
Sep 23, 2020 - JavaScript
We plan to gradually migrate brain.js to TypeScript, code base is pretty large, so we would love your help!
How to contribute?
- Convert a file from .js to .ts
- Add types, fix all type errors.
- Submit a PR!
🎉
Here you can find a guide on how to contribute.
Want to convert something, let us know in the comment an
-
Updated
Sep 21, 2020 - JavaScript
-
Updated
Sep 24, 2020 - TypeScript
-
Updated
Jul 7, 2020 - 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
Sep 20, 2020 - JavaScript
-
Updated
Sep 24, 2020 - TypeScript
-
Updated
Sep 18, 2020 - JavaScript
-
Updated
Sep 1, 2020 - JavaScript
-
Updated
Sep 21, 2020 - SCSS
Created by Ryan Dahl
Released May 27, 2009
- Organization
- nodejs
- Website
- nodejs.org/en
- Wikipedia
- Wikipedia
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