The Wayback Machine - https://web.archive.org/web/20200819122007/https://github.com/topics/nodejs
Skip to content
#

Node.js

nodejs logo

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 95,134 public repositories matching this topic...

electron
bnoordhuis
bnoordhuis commented Aug 18, 2020
$ git grep -n  '<< 24' src/
src/base64.h:88:        unbase64(src[i + 0]) << 24 |
src/cares_wrap.cc:83:  return static_cast<uint32_t>(p[0] << 24U) |
src/node_sockaddr.cc:305:  uint32_t check = ptr[0] << 24 | ptr[1] << 16 | ptr[2] << 8 | ptr[3];
src/util-inl.h:51:  (((x) & 0xFF) << 24) |                                                      \
src/util-inl.h:61:  (((x) & 0x0000000000FF0000ul
strapi
thisispete
thisispete commented Aug 17, 2020

Describe the bug
When opening the admin the landing page always shows the same welcome message prompting you to create your first content-type, even if you already have content-types created

Steps to reproduce the behavior
open the admin page

Expected behavior
different messaging should be displayed here
the button to prompt creating content-types shouldn't be allowed on prod

sheetjs

Created by Ryan Dahl

Released May 27, 2009

Organization
nodejs
Website
nodejs.org/en
Wikipedia
Wikipedia
You can’t perform that action at this time.