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

Nest

nestjs logo

Nest (NestJS) is a framework for building efficient, scalable Node.js server-side applications. It uses progressive JavaScript, is built with and fully supports TypeScript (yet still enables developers to code in pure JavaScript) and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive Programming).

Nest provides an out-of-the-box application architecture which allows developers and teams to create highly testable, scalable, loosely coupled, and easily maintainable applications.

Here are 5,341 public repositories matching this topic...

ToolJet
stepinfwd
stepinfwd commented Jun 1, 2022

What is the expected behaviour?

Default value is not useful in text widget and should be removed.

What is the current behaviour?

Default value is not used currently.

Any possible solutions?

  1. Go to component.js file find code for Text widget remove line (758 at time of raising issue) defaultValue: { type: 'code', displayName: 'Default value' }

Can you ident

bug good first issue frontend up-for-grabs
amplication
abrl91
abrl91 commented May 28, 2022

What happened?

on create user, when I try to create a user with a username that already exists, I get an internal server error

What you expected to happen

I expect to get something like 409 and a message that a user with the requested username already exists
https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#client_error_responses

![image](https://user-images.githubuser

A TypeScript RPC framework, with runtime type checking and serialization, support both HTTP and WebSocket. It is very suitable for website / APP / games, and absolutely comfortable to full-stack TypeScript developers.

  • Updated Jun 1, 2022
  • TypeScript

Created by NestJS

Released May 14, 2017

Latest release 23 days ago

Repository
nestjs/nest
Website
nestjs.com