-
Updated
Mar 15, 2021 - JavaScript
nodejs-library
Here are 119 public repositories matching this topic...
-
Updated
Feb 10, 2021 - TypeScript
-
Updated
Jan 2, 2021 - JavaScript
-
Updated
Jan 31, 2021 - JavaScript
-
Updated
Sep 23, 2020 - C++
-
Updated
Oct 2, 2020 - JavaScript
-
Updated
Feb 13, 2021 - JavaScript
-
Updated
Feb 15, 2019 - JavaScript
-
Updated
Mar 6, 2021 - TypeScript
-
Updated
Dec 10, 2020 - TypeScript
-
Updated
Apr 23, 2020 - TypeScript
if you have never contributed to open source here is your chance:
(If you don't have MindSphere access, you can get a free account by registering at https://siemens.mindsphere.io/en/start )
[0] Comment on this issue that you will take care of this feature impementation ;)
[1] fork the repository (click on the Fork button)
[2] Clone it to your local system and install the dependencies
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Aug 8, 2020 - TypeScript
Hi,
I tried to use create-fastify-app with openapi specification version 3.0.1. Example converted v2 petstore swagger on editor.swagger.io to v3. But fastify-app failed with message 'parameter must contain a valid Open Api Version 2.0 or 3.0.x'. Source:
const parse = (content) => {
if (content.swagger && content.swagger.indexOf('2.0') === 0) {
return V2.parse(content)
}
throw
-
Updated
Sep 11, 2020 - TypeScript
-
Updated
Jun 8, 2018 - CSS
-
Updated
Sep 19, 2020 - JavaScript
-
Updated
Jan 18, 2021 - JavaScript
Build time argument to set NODE_ENV ('production'' by default)
ARG NODE_ENV
ENV NODE_ENV ${NODE_ENV:-production}
-
Updated
Dec 13, 2020 - TypeScript
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Dec 15, 2020 - CSS
-
Updated
Dec 5, 2020
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Mar 10, 2021 - JavaScript
-
Updated
Feb 15, 2021 - TypeScript
Improve this page
Add a description, image, and links to the nodejs-library topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the nodejs-library topic, visit your repo's landing page and select "manage topics."



We're using an outdated TypeScript version and should update to the latest stable one. Also, we should consider using strict compiler flags as they can help with finding potential issues earlier.
cc @aigoncharov