issue_owner_repo listlengths 2 2 | issue_body stringlengths 0 262k ⌀ | issue_title stringlengths 1 1.02k | issue_comments_url stringlengths 53 116 | issue_comments_count int64 0 2.49k | issue_created_at stringdate 1999-03-17 02:06:42 2025-06-23 11:41:49 | issue_updated_at stringdate 2000-02-10 06:43:57 2025-06-23 11:43:00 | issue_html_url stringlengths 34 97 | issue_github_id int64 132 3.17B | issue_number int64 1 215k |
|---|---|---|---|---|---|---|---|---|---|
[
"nestjs",
"nest"
] | <!--
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
-->
## I'm submitting a...
<!--
Please search GitHub for a similar issue or PR before submitting.
Check one of the following options with "x" -->... | How to use decorator parameter on unit test | https://api.github.com/repos/nestjs/nest/issues/553/comments | 3 | 2018-04-10T06:29:23Z | 2019-12-20T20:27:03Z | https://github.com/nestjs/nest/issues/553 | 312,788,688 | 553 |
[
"nestjs",
"nest"
] | <!--
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
-->
## I'm submitting a...
<!--
Please search GitHub for a similar issue or PR before submitting.
Check one of the following options with "x" -->... | @Body() don't transfer body object to dto object | https://api.github.com/repos/nestjs/nest/issues/552/comments | 17 | 2018-04-10T02:19:37Z | 2020-01-24T12:07:27Z | https://github.com/nestjs/nest/issues/552 | 312,749,787 | 552 |
[
"nestjs",
"nest"
] | Hi guys is there a way to control the number of instances for each microservice? | Control number of instances in each microservice | https://api.github.com/repos/nestjs/nest/issues/551/comments | 2 | 2018-04-09T22:05:51Z | 2019-09-25T02:11:02Z | https://github.com/nestjs/nest/issues/551 | 312,704,356 | 551 |
[
"nestjs",
"nest"
] | <!--
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
-->
## I'm submitting a...
<pre><code>
[ ] Regression <!--(a behavior that used to work and stopped working in a new release)-->
[x] Bug report
[... | Hierarchical injector , module load and onModuleInit unexpected behaviour | https://api.github.com/repos/nestjs/nest/issues/550/comments | 4 | 2018-04-09T12:16:37Z | 2019-09-23T20:11:44Z | https://github.com/nestjs/nest/issues/550 | 312,507,019 | 550 |
[
"nestjs",
"nest"
] | <!--
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
-->
## I'm submitting a...
<!--
Please search GitHub for a similar issue or PR before submitting.
Check one of the following options with "x" -->... | Is there a way to clean up the custom provider when close the nest app? | https://api.github.com/repos/nestjs/nest/issues/549/comments | 3 | 2018-04-09T11:36:53Z | 2019-09-25T03:11:11Z | https://github.com/nestjs/nest/issues/549 | 312,496,018 | 549 |
[
"nestjs",
"nest"
] | <!--
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
-->
## I'm submitting a...Bug report
<!--
Please search GitHub for a similar issue or PR before submitting.
Check one of the following options wi... | graphql union and interface support | https://api.github.com/repos/nestjs/nest/issues/548/comments | 4 | 2018-04-08T14:30:57Z | 2019-11-13T15:56:14Z | https://github.com/nestjs/nest/issues/548 | 312,310,429 | 548 |
[
"nestjs",
"nest"
] | Hi sorry it's not really an issue, **BUT** maybe i do mist it, any documentation? | How to extend nest or write a plugin | https://api.github.com/repos/nestjs/nest/issues/547/comments | 6 | 2018-04-08T09:12:03Z | 2019-09-25T01:11:08Z | https://github.com/nestjs/nest/issues/547 | 312,288,309 | 547 |
[
"nestjs",
"nest"
] | ## I'm submitting a...
<pre><code>
[ ] Regression <!--(a behavior that used to work and stopped working in a new release)-->
[ ] Bug report
[ ] Feature request
[x] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow.
</code... | injected properties in controller methods are not initialized | https://api.github.com/repos/nestjs/nest/issues/546/comments | 3 | 2018-04-06T14:26:56Z | 2019-09-24T03:11:12Z | https://github.com/nestjs/nest/issues/546 | 311,996,807 | 546 |
[
"nestjs",
"nest"
] | <!--
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
-->
## I'm submitting a...
<!--
Please search GitHub for a similar issue or PR before submitting.
Check one of the following options with "x" -->... | Add exceptions to root import (@nestjs/core) | https://api.github.com/repos/nestjs/nest/issues/545/comments | 2 | 2018-04-05T14:17:15Z | 2019-09-25T02:11:38Z | https://github.com/nestjs/nest/issues/545 | 311,629,520 | 545 |
[
"nestjs",
"nest"
] | I have a process that runs repetitively on a cron Job using Bull
This process is outside from my Nest application context, but I need to call methods of a component of my nest application.
I am using NestFactory.createApplicationContext () to obtain the instance of my component, on follow mode:
```js
import ... | Execution context vs declare Global namespace in a CRON job proccess | https://api.github.com/repos/nestjs/nest/issues/544/comments | 3 | 2018-04-05T07:51:02Z | 2019-09-25T02:11:41Z | https://github.com/nestjs/nest/issues/544 | 311,506,021 | 544 |
[
"nestjs",
"nest"
] | I'd like to apply a middleware for all routes, but apparently the `forRoutes()` config is needed. Is there a way to apply the middleware for all routes in the app.module ?
My use case is the JWT authentication for a REST Api which should be active for all endpoints.
```ts
export class AppModule {
configure(co... | Is it possible to apply a middleware for all routes (globally)? | https://api.github.com/repos/nestjs/nest/issues/543/comments | 13 | 2018-04-05T03:54:30Z | 2019-10-19T07:23:49Z | https://github.com/nestjs/nest/issues/543 | 311,464,417 | 543 |
[
"nestjs",
"nest"
] | I want to use the cassandra database with nestJS, and I find some diffuclty.
Please if you can help me. | NestJS Cassandra db | https://api.github.com/repos/nestjs/nest/issues/542/comments | 10 | 2018-04-04T12:28:36Z | 2019-10-16T20:10:36Z | https://github.com/nestjs/nest/issues/542 | 311,208,724 | 542 |
[
"nestjs",
"nest"
] | <!--
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
-->
## I'm submitting a...
<!--
Please search GitHub for a similar issue or PR before submitting.
Check one of the following options with "x" -->... | Pipes, interceptors (etc) priority | https://api.github.com/repos/nestjs/nest/issues/541/comments | 3 | 2018-04-04T12:09:27Z | 2019-09-24T06:11:29Z | https://github.com/nestjs/nest/issues/541 | 311,202,641 | 541 |
[
"nestjs",
"nest"
] | Is it possible to use Nest vs Kotlin? I found it's quite easy to use it with _express_ however express is not as good as Nest.
The biggest problem I've found that I can't import core Module
`import { Module } from '@nestjs/common';` | Using Nest with Kotlin | https://api.github.com/repos/nestjs/nest/issues/540/comments | 3 | 2018-04-03T19:13:33Z | 2019-09-25T03:11:23Z | https://github.com/nestjs/nest/issues/540 | 310,962,025 | 540 |
[
"nestjs",
"nest"
] | In dependency injection, or reflectiveinjector, and angular has begun to use staticinjector, theoretically staticinjector reduce the map level of lookup, have better performance. | support StaticInjector | https://api.github.com/repos/nestjs/nest/issues/539/comments | 4 | 2018-04-02T11:34:14Z | 2019-09-25T02:11:44Z | https://github.com/nestjs/nest/issues/539 | 310,463,297 | 539 |
[
"nestjs",
"nest"
] | <!--
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
-->
## I'm submitting a...
<!--
Please search GitHub for a similar issue or PR before submitting.
Check one of the following options with "x" -->... | HttpException getStatus() is not a function | https://api.github.com/repos/nestjs/nest/issues/538/comments | 2 | 2018-04-02T01:46:23Z | 2019-09-25T02:11:47Z | https://github.com/nestjs/nest/issues/538 | 310,372,775 | 538 |
[
"nestjs",
"nest"
] | <!--
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
-->
## I'm submitting a...
<!--
Please search GitHub for a similar issue or PR before submitting.
Check one of the following options with "x" -->... | Exception wrapper is broken | https://api.github.com/repos/nestjs/nest/issues/535/comments | 5 | 2018-03-31T10:18:48Z | 2019-09-25T03:11:32Z | https://github.com/nestjs/nest/issues/535 | 310,230,077 | 535 |
[
"nestjs",
"nest"
] | <pre><code>
[ ] Regression <!--(a behavior that used to work and stopped working in a new release)-->
[ ] Bug report
[ ] Feature request
[x] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow.
</code></pre>
I develop the f... | webpack and bundle | https://api.github.com/repos/nestjs/nest/issues/533/comments | 19 | 2018-03-28T08:34:56Z | 2019-09-24T09:10:56Z | https://github.com/nestjs/nest/issues/533 | 309,269,650 | 533 |
[
"nestjs",
"nest"
] | <pre><code>
[ ] Regression <!--(a behavior that used to work and stopped working in a new release)-->
[*] Bug report
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow.
</code></pre>
## Current be... | Error: Cannot find module 'multer' | https://api.github.com/repos/nestjs/nest/issues/532/comments | 3 | 2018-03-27T21:31:11Z | 2019-09-25T02:11:50Z | https://github.com/nestjs/nest/issues/532 | 309,141,399 | 532 |
[
"nestjs",
"nest"
] | Big fan of this this framework, good work! I created a REST API with it and it works like a charm.
My use case is an application, which has nothing to do with an webserver. Its a standalone application. Now it would be really nice to still use decorators like `@Component` or `@Module` etc. If I would want to have t... | Extracting Express in a seperate module | https://api.github.com/repos/nestjs/nest/issues/531/comments | 40 | 2018-03-27T19:21:54Z | 2019-09-24T00:10:53Z | https://github.com/nestjs/nest/issues/531 | 309,100,334 | 531 |
[
"nestjs",
"nest"
] | ## I'm submitting a...
<!--
Please search GitHub for a similar issue or PR before submitting.
Check one of the following options with "x" -->
[ ] Regression <!--(a behavior that used to work and stopped working in a new release)-->
[ ] Bug report
[ ] Feature request
[x] Documentation issue or request
[ ] Suppo... | Proper way to initialize config | https://api.github.com/repos/nestjs/nest/issues/530/comments | 43 | 2018-03-27T18:38:19Z | 2020-03-10T18:45:11Z | https://github.com/nestjs/nest/issues/530 | 309,086,105 | 530 |
[
"nestjs",
"nest"
] | ## I'm submitting a
<pre><code>
[ ] Regression
[ ] Bug report
[x] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow.
</code></pre>
## Current behavior
jsonParser use defualt limit value
## Exp... | How to set limit value for jsonParser | https://api.github.com/repos/nestjs/nest/issues/529/comments | 5 | 2018-03-27T09:39:46Z | 2019-09-25T03:11:44Z | https://github.com/nestjs/nest/issues/529 | 308,894,225 | 529 |
[
"nestjs",
"nest"
] | ## I'm submitting a...
<pre><code>
[ ] Regression <!--(a behavior that used to work and stopped working in a new release)-->
[ ] Bug report
[ ] Feature request
[x ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow.
</c... | Dependency injection with class-validator | https://api.github.com/repos/nestjs/nest/issues/528/comments | 45 | 2018-03-26T20:08:00Z | 2020-02-16T14:51:20Z | https://github.com/nestjs/nest/issues/528 | 308,716,817 | 528 |
[
"nestjs",
"nest"
] | <!--
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
-->
## I'm submitting a...
<!--
Please search GitHub for a similar issue or PR before submitting.
Check one of the following options with "x" -->... | Deferred calls from constructor modify wrong instance | https://api.github.com/repos/nestjs/nest/issues/527/comments | 10 | 2018-03-23T22:55:10Z | 2019-09-24T18:11:47Z | https://github.com/nestjs/nest/issues/527 | 308,200,999 | 527 |
[
"nestjs",
"nest"
] | <!--
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
-->
## I'm submitting a...
<!--
Please search GitHub for a similar issue or PR before submitting.
Check one of the following options with "x" -->... | How to dynamically reload component without restarting process? | https://api.github.com/repos/nestjs/nest/issues/526/comments | 4 | 2018-03-23T09:08:38Z | 2019-09-25T03:11:53Z | https://github.com/nestjs/nest/issues/526 | 307,949,926 | 526 |
[
"nestjs",
"nest"
] | to inject logic as every client accepted. | Do I have a chance to handle 'accept' event for customize transport in microservices? | https://api.github.com/repos/nestjs/nest/issues/525/comments | 3 | 2018-03-23T08:31:18Z | 2019-09-25T03:11:47Z | https://github.com/nestjs/nest/issues/525 | 307,940,475 | 525 |
[
"nestjs",
"nest"
] | ## I'm submitting a...
<!--
Please search GitHub for a similar issue or PR before submitting.
Check one of the following options with "x" -->
<pre><code>
[ ] Regression <!--(a behavior that used to work and stopped working in a new release)-->
[x] Bug report
[ ] Feature request
[ ] Documentation issue or reque... | TypeORM EntityRepositories With NestJS | https://api.github.com/repos/nestjs/nest/issues/524/comments | 3 | 2018-03-23T03:17:01Z | 2019-09-25T03:11:41Z | https://github.com/nestjs/nest/issues/524 | 307,888,352 | 524 |
[
"nestjs",
"nest"
] | ## I'm submitting a...
<pre><code>
[ ] Regression <!--(a behavior that used to work and stopped working in a new release)-->
[ ] Bug report
[ ] Feature request
[x] Documentation issue or request
</code></pre>
## Current behavior
The documentation is pretty weak on integration testing but even a read through o... | Testing With Database | https://api.github.com/repos/nestjs/nest/issues/523/comments | 3 | 2018-03-23T02:18:10Z | 2019-09-25T03:11:38Z | https://github.com/nestjs/nest/issues/523 | 307,877,847 | 523 |
[
"nestjs",
"nest"
] | I'm trying to combine express-session with a typeorm storage within NestJS framework. Therefore I wrote a NestMiddleware as wrapper for express-session (see below). When I start node, NestJS logs the following error message:
> UnhandledPromiseRejectionWarning: Unhandled promise rejection
> (rejection id: 1): Error:... | Problems resolving dependencies in NestMiddleware? | https://api.github.com/repos/nestjs/nest/issues/522/comments | 2 | 2018-03-22T19:10:18Z | 2019-09-25T03:11:56Z | https://github.com/nestjs/nest/issues/522 | 307,777,764 | 522 |
[
"nestjs",
"nest"
] | <!--
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
-->
## I'm submitting a...
<!--
Please search GitHub for a similar issue or PR before submitting.
Check one of the following options with "x" -->... | Use SubscribeMessage decorator with custom adaptor | https://api.github.com/repos/nestjs/nest/issues/521/comments | 5 | 2018-03-21T14:01:59Z | 2019-09-25T02:11:53Z | https://github.com/nestjs/nest/issues/521 | 307,257,415 | 521 |
[
"nestjs",
"nest"
] | <!--
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
-->
## I'm submitting a...
<!--
Please search GitHub for a similar issue or PR before submitting.
Check one of the following options with "x" -->... | subdomain option | https://api.github.com/repos/nestjs/nest/issues/520/comments | 10 | 2018-03-20T13:32:39Z | 2019-09-24T19:10:53Z | https://github.com/nestjs/nest/issues/520 | 306,866,626 | 520 |
[
"nestjs",
"nest"
] | <!--
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
-->
## I'm submitting a...
<!--
Please search GitHub for a similar issue or PR before submitting.
Check one of the following options with "x" -->... | how to use skipMissingProperties in pipe | https://api.github.com/repos/nestjs/nest/issues/519/comments | 8 | 2018-03-20T08:43:00Z | 2019-09-23T17:10:47Z | https://github.com/nestjs/nest/issues/519 | 306,772,730 | 519 |
[
"nestjs",
"nest"
] | In a javascript backend i usually use 'request' package to do hhtp calls to another external web service (REST Json).
In a Nestjs solution what's the best practice?
Thanks | Call external API | https://api.github.com/repos/nestjs/nest/issues/518/comments | 6 | 2018-03-19T14:51:23Z | 2019-11-01T18:56:03Z | https://github.com/nestjs/nest/issues/518 | 306,495,588 | 518 |
[
"nestjs",
"nest"
] | See for example: https://docs.nestjs.com/recipes/swagger
More information at https://www.ssllabs.com/ssltest/analyze.html?d=docs.nestjs.com&latest.

| SSL on website is expired since Mon, 19 Mar 2018 07:08:29 UTC | https://api.github.com/repos/nestjs/nest/issues/516/comments | 2 | 2018-03-19T11:39:18Z | 2019-09-25T04:10:41Z | https://github.com/nestjs/nest/issues/516 | 306,427,447 | 516 |
[
"nestjs",
"nest"
] | Although this is not a big problem, I think it needs to be solved out of the neatness and love of the code.
```
warning " > @nestjs/common@4.6.5" has incorrect peer dependency "reflect-metadata@0.1.10".
warning " > @nestjs/core@4.6.5" has incorrect peer dependency "reflect-metadata@0.1.10".
warning " > @nestjs/micr... | How to solve this problem | https://api.github.com/repos/nestjs/nest/issues/515/comments | 4 | 2018-03-19T07:58:25Z | 2019-09-25T04:10:38Z | https://github.com/nestjs/nest/issues/515 | 306,363,512 | 515 |
[
"nestjs",
"nest"
] | I'm a beginner of nest.js and I meet a problem that when use backpack with ts-loader to start a development environment of nest.js, it always report errors like cannot find module or read undefined aftercompile. So will you add the support for backpack or how can I solve the problem? | How can I use backpack in nest.js project? | https://api.github.com/repos/nestjs/nest/issues/514/comments | 10 | 2018-03-18T03:56:01Z | 2019-09-25T02:11:56Z | https://github.com/nestjs/nest/issues/514 | 306,211,170 | 514 |
[
"nestjs",
"nest"
] | <!--
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
-->
## I'm submitting a...
<!--
Please search GitHub for a similar issue or PR before submitting.
Check one of the following options with "x" -->... | Using the express app | https://api.github.com/repos/nestjs/nest/issues/513/comments | 9 | 2018-03-17T16:25:06Z | 2019-10-23T12:23:55Z | https://github.com/nestjs/nest/issues/513 | 306,169,497 | 513 |
[
"nestjs",
"nest"
] | ## I'm submitting a bug report
<pre><code>
[ ] Regression <!--(a behavior that used to work and stopped working in a new release)-->
[x] Bug report
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow.... | Incorrect import of @types/socket.io | https://api.github.com/repos/nestjs/nest/issues/512/comments | 6 | 2018-03-15T13:18:00Z | 2019-09-24T21:10:36Z | https://github.com/nestjs/nest/issues/512 | 305,548,758 | 512 |
[
"nestjs",
"nest"
] | <!--
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
-->
## I'm submitting a...
<!--
Please search GitHub for a similar issue or PR before submitting.
Check one of the following options with "x" -->... | feat(testing): UseStub Decorator to simplify stubing of methods | https://api.github.com/repos/nestjs/nest/issues/511/comments | 2 | 2018-03-15T09:57:34Z | 2019-09-25T03:11:02Z | https://github.com/nestjs/nest/issues/511 | 305,482,877 | 511 |
[
"nestjs",
"nest"
] | <!--
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
-->
## I'm submitting a...
<!--
Please search GitHub for a similar issue or PR before submitting.
Check one of the following options with "x" -->... | DTO javascript example in documentation | https://api.github.com/repos/nestjs/nest/issues/509/comments | 3 | 2018-03-14T14:45:58Z | 2019-09-25T03:11:35Z | https://github.com/nestjs/nest/issues/509 | 305,189,739 | 509 |
[
"nestjs",
"nest"
] | <!--
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
-->
## I'm submitting a...
<!--
Please search GitHub for a similar issue or PR before submitting.
Check one of the following options with "x" -->... | Options to socket.io server | https://api.github.com/repos/nestjs/nest/issues/508/comments | 4 | 2018-03-14T14:14:50Z | 2019-09-24T04:11:47Z | https://github.com/nestjs/nest/issues/508 | 305,176,080 | 508 |
[
"nestjs",
"nest"
] | ## I'm submitting a...
<pre><code>
[ ] Regression <!--(a behavior that used to work and stopped working in a new release)-->
[X] Bug report
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow.
</code... | Custom Logger service not working as expected | https://api.github.com/repos/nestjs/nest/issues/507/comments | 12 | 2018-03-14T09:32:03Z | 2019-09-24T05:10:36Z | https://github.com/nestjs/nest/issues/507 | 305,081,740 | 507 |
[
"nestjs",
"nest"
] | This issue is based on a February 2018 issue that was resolved but the documentation doesn't include this solution. Exporting the service per Issue 443 solved my problem with
Nest can't resolve dependencies of the MembersController (?). Please verify whether [0] argument is available in the current context.
... | Update docs: Add resolution of #443 to documentation | https://api.github.com/repos/nestjs/nest/issues/506/comments | 4 | 2018-03-13T17:39:00Z | 2019-09-25T02:10:38Z | https://github.com/nestjs/nest/issues/506 | 304,866,537 | 506 |
[
"nestjs",
"nest"
] | <!--
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
-->
## I'm submitting a...
<!--
Please search GitHub for a similar issue or PR before submitting.
Check one of the following options with "x" -->... | (microservice)There is a concurrent bug in microservice. | https://api.github.com/repos/nestjs/nest/issues/505/comments | 6 | 2018-03-13T11:28:15Z | 2019-09-25T02:11:11Z | https://github.com/nestjs/nest/issues/505 | 304,725,989 | 505 |
[
"nestjs",
"nest"
] | <!--
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
-->
## I'm submitting a...
<!--
Please search GitHub for a similar issue or PR before submitting.
Check one of the following options with "x" -->... | Feature request: timeout handling | https://api.github.com/repos/nestjs/nest/issues/504/comments | 5 | 2018-03-13T10:20:30Z | 2019-09-25T00:10:53Z | https://github.com/nestjs/nest/issues/504 | 304,703,864 | 504 |
[
"nestjs",
"nest"
] | I love this idea so much, `Thanks to that, you can take advantages of the Nest framework everywhere, including CRON jobs and even build a CLI on top of it.`, but stuck.
create app context and invoke marketService.test()
```ts
import { NestFactory } from "@nestjs/core";
import { ApplicationModule } from "../../s... | NestFactory.createApplicationContext run successfully but never exit. How to shutdown app gracefully? | https://api.github.com/repos/nestjs/nest/issues/503/comments | 8 | 2018-03-13T06:42:32Z | 2019-09-24T00:11:59Z | https://github.com/nestjs/nest/issues/503 | 304,645,208 | 503 |
[
"nestjs",
"nest"
] | ```
[ ] Regression
[ ] Bug report
[x] Feature request
[x] Documentation issue or request
[ ] Support request
```
## Current behavior
Right now, I can do injection of dependencies in nest (according to what is written here: https://docs.nestjs.com/fundamentals/dependency-injection), however in my application... | Inversion of control | https://api.github.com/repos/nestjs/nest/issues/502/comments | 4 | 2018-03-12T21:06:53Z | 2019-09-25T03:11:08Z | https://github.com/nestjs/nest/issues/502 | 304,540,211 | 502 |
[
"nestjs",
"nest"
] | <!--
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
-->
## I'm submitting a...
<!--
Please search GitHub for a similar issue or PR before submitting.
Check one of the following options with "x" -->... | Execution Context: app.select(XxxModule) return null | https://api.github.com/repos/nestjs/nest/issues/501/comments | 3 | 2018-03-12T12:30:52Z | 2019-09-25T04:11:06Z | https://github.com/nestjs/nest/issues/501 | 304,352,240 | 501 |
[
"nestjs",
"nest"
] | <!--
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
-->
## I'm submitting a...
<!--
Please search GitHub for a similar issue or PR before submitting.
Check one of the following options with "x" -->... | request: expose httpServer to app context | https://api.github.com/repos/nestjs/nest/issues/500/comments | 8 | 2018-03-12T12:16:21Z | 2019-07-23T06:18:46Z | https://github.com/nestjs/nest/issues/500 | 304,348,038 | 500 |
[
"nestjs",
"nest"
] | Is there documents about hooks and lifecycle, OnModuleInit... etc? | https://api.github.com/repos/nestjs/nest/issues/499/comments | 2 | 2018-03-12T10:51:33Z | 2019-09-25T04:11:08Z | https://github.com/nestjs/nest/issues/499 | 304,322,642 | 499 | |
[
"nestjs",
"nest"
] | ## I'm submitting an error about the official example '05-sql-typeorm' when I was trying to run command: `npm run start:prod`.
<pre><code>
[ ] Regression <!--(a behavior that used to work and stopped working in a new release)-->
[x] Bug report
[ ] Feature request
[ ] Documentation issue or request
[ ] Support req... | example '05-sql-typeorm' 'npm run start:prod' fails: unexpected token import | https://api.github.com/repos/nestjs/nest/issues/498/comments | 2 | 2018-03-12T05:35:23Z | 2019-09-23T18:11:57Z | https://github.com/nestjs/nest/issues/498 | 304,246,158 | 498 |
[
"nestjs",
"nest"
] | <!--
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
-->
## I'm submitting a...
<!--
Please search GitHub for a similar issue or PR before submitting.
Check one of the following options with "x" -->... | can we just use the new version of node(8.x) in the 5.x version? | https://api.github.com/repos/nestjs/nest/issues/497/comments | 4 | 2018-03-12T02:22:00Z | 2019-09-25T02:10:50Z | https://github.com/nestjs/nest/issues/497 | 304,221,862 | 497 |
[
"nestjs",
"nest"
] | Hey
Thanks for great work, I was wondering if there is any way to use OData queries along with nest.js, something like [this library](https://www.npmjs.com/package/odata-v4-server) | How can I use OData query with nestjs | https://api.github.com/repos/nestjs/nest/issues/496/comments | 5 | 2018-03-12T00:38:10Z | 2019-09-24T06:11:53Z | https://github.com/nestjs/nest/issues/496 | 304,210,603 | 496 |
[
"nestjs",
"nest"
] | <!--
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
-->
## I'm submitting a...
<!--
Please search GitHub for a similar issue or PR before submitting.
Check one of the following options with "x" -->... | nest-cli | https://api.github.com/repos/nestjs/nest/issues/495/comments | 1 | 2018-03-11T14:02:48Z | 2019-09-25T04:11:11Z | https://github.com/nestjs/nest/issues/495 | 304,160,846 | 495 |
[
"nestjs",
"nest"
] | Hi guys, i'm getting compilation error when i try to use websockets. Can you please let me know how to resolve this issue.
```
node_modules/@nestjs/websockets/adapters/io-adapter.d.ts(2,23): error TS2688: Cannot find type definition file for 'socket.io'.
node_modules/@nestjs/websockets/adapters/io-adapter.d.ts(14,27... | compilation error in websocket io-adapter.d.ts | https://api.github.com/repos/nestjs/nest/issues/494/comments | 6 | 2018-03-09T10:54:46Z | 2019-09-25T04:10:47Z | https://github.com/nestjs/nest/issues/494 | 303,801,744 | 494 |
[
"nestjs",
"nest"
] | ## I'm submitting a...
<pre><code>
[ ] Regression <!--(a behavior that used to work and stopped working in a new release)-->
[√] Bug report
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow.
</code... | Cannot destructure property `metatype` of 'undefined' or 'null' on related modules | https://api.github.com/repos/nestjs/nest/issues/493/comments | 14 | 2018-03-09T09:14:15Z | 2019-09-24T08:12:03Z | https://github.com/nestjs/nest/issues/493 | 303,772,506 | 493 |
[
"nestjs",
"nest"
] | https://github.com/nestjs/nest/blob/981104a91e74ee092ce9fdc843bb89e133c8a8ff/src/microservices/client/client-tcp.ts#L40-L50
<!--
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
-->
## I'm submitting ... | nest/src/microservices/client/client-tcp.ts#L43. There is a bug or problem here. | https://api.github.com/repos/nestjs/nest/issues/491/comments | 3 | 2018-03-09T06:48:58Z | 2019-09-25T04:11:33Z | https://github.com/nestjs/nest/issues/491 | 303,741,629 | 491 |
[
"nestjs",
"nest"
] | <!--
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
-->
## I'm submitting a...
<!--
Please search GitHub for a similar issue or PR before submitting.
Check one of the following options with "x" -->... | Unit testing with Pipes and service | https://api.github.com/repos/nestjs/nest/issues/490/comments | 4 | 2018-03-09T03:43:49Z | 2020-03-19T05:58:09Z | https://github.com/nestjs/nest/issues/490 | 303,714,266 | 490 |
[
"nestjs",
"nest"
] | <!--
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
-->
## I'm submitting a...
<!--
Please search GitHub for a similar issue or PR before submitting.
Check one of the following options with "x" -->... | @nestjs/graphql/resolvers-explorer.service - Cannot convert undefined or null to object | https://api.github.com/repos/nestjs/nest/issues/488/comments | 3 | 2018-03-08T18:23:04Z | 2019-09-25T04:11:35Z | https://github.com/nestjs/nest/issues/488 | 303,581,928 | 488 |
[
"nestjs",
"nest"
] | ## I'm submitting a...
<pre><code>
[ ] Regression <!--(a behavior that used to work and stopped working in a new release)-->
[ ] Bug report
[ ] Feature request
[x] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow.
</code... | Gateway / WsAdapter Example Unknown | https://api.github.com/repos/nestjs/nest/issues/487/comments | 5 | 2018-03-08T13:55:10Z | 2019-09-25T04:11:27Z | https://github.com/nestjs/nest/issues/487 | 303,487,272 | 487 |
[
"nestjs",
"nest"
] | <!--
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
-->
## I'm submitting a...
<!--
Please search GitHub for a similar issue or PR before submitting.
Check one of the following options with "x" -->... | ApiModelProperty decorator on a ManyToOne relationship looses type on one side | https://api.github.com/repos/nestjs/nest/issues/485/comments | 4 | 2018-03-08T12:36:09Z | 2019-09-24T04:10:38Z | https://github.com/nestjs/nest/issues/485 | 303,464,890 | 485 |
[
"nestjs",
"nest"
] | I'm having errors testing my Graphql API with jest. I've followed the example described [here](https://docs.nestjs.com/fundamentals/e2e-testing).
The app works fine, but when I run e2e tests, it fails.
Error
```
TypeError: Cannot convert undefined or null to object
at Function.getPrototypeOf (<anonymou... | E2E Testing in a Graphql app | https://api.github.com/repos/nestjs/nest/issues/484/comments | 9 | 2018-03-08T11:47:47Z | 2019-10-23T12:23:51Z | https://github.com/nestjs/nest/issues/484 | 303,452,536 | 484 |
[
"nestjs",
"nest"
] | <!--
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
-->
## I'm submitting a...
<!--
Please search GitHub for a similar issue or PR before submitting.
Check one of the following options with "x" -->... | [Feature Request] Guards for graphql resolvers receive the parsed arguments | https://api.github.com/repos/nestjs/nest/issues/482/comments | 2 | 2018-03-07T19:37:17Z | 2019-09-25T04:11:38Z | https://github.com/nestjs/nest/issues/482 | 303,231,821 | 482 |
[
"nestjs",
"nest"
] | How to create dynamic component with init params like Module.forRoot()? | https://api.github.com/repos/nestjs/nest/issues/481/comments | 3 | 2018-03-07T14:18:48Z | 2019-09-24T10:11:41Z | https://github.com/nestjs/nest/issues/481 | 303,115,858 | 481 | |
[
"nestjs",
"nest"
] | hold env config like: ip, port, db, ....
```
config/
dev.ts
prod.ts
test.ts
```
I have multi modules in project, should I create a shared module to hold env config? | What's the right way to holding configuration for multi-env? | https://api.github.com/repos/nestjs/nest/issues/480/comments | 9 | 2018-03-07T13:50:44Z | 2019-10-24T01:23:51Z | https://github.com/nestjs/nest/issues/480 | 303,105,618 | 480 |
[
"nestjs",
"nest"
] | <!--
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
-->
## I'm submitting a...
<!--
Please search GitHub for a similar issue or PR before submitting.
Check one of the following options with "x" -->... | Cryptic Error message when exported Component is not listed in Components collection | https://api.github.com/repos/nestjs/nest/issues/479/comments | 3 | 2018-03-06T20:59:45Z | 2019-09-25T04:11:17Z | https://github.com/nestjs/nest/issues/479 | 302,863,874 | 479 |
[
"nestjs",
"nest"
] | Hello
I would like to support nest.js because I think it's great and worth it, but I want to do it through Paypal, how can I do that?
Sorry to post it here, there were no place to comment on website | How can I become sponsor by PayPal | https://api.github.com/repos/nestjs/nest/issues/478/comments | 2 | 2018-03-06T19:28:15Z | 2019-09-25T04:11:47Z | https://github.com/nestjs/nest/issues/478 | 302,833,924 | 478 |
[
"nestjs",
"nest"
] | <!--
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
-->
## I'm submitting a...
<!--
Please search GitHub for a similar issue or PR before submitting.
Check one of the following options with "x" -->... | guard doesn't work in global and i cannot get some docs to solve it | https://api.github.com/repos/nestjs/nest/issues/477/comments | 6 | 2018-03-06T10:05:39Z | 2019-09-25T04:10:50Z | https://github.com/nestjs/nest/issues/477 | 302,636,652 | 477 |
[
"nestjs",
"nest"
] | <!--
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
-->
## I'm submitting a...
<!--
Please search GitHub for a similar issue or PR before submitting.
Check one of the following options with "x" -->... | Validating nested DTOs pass where it shouldn't | https://api.github.com/repos/nestjs/nest/issues/476/comments | 6 | 2018-03-06T06:37:47Z | 2019-09-24T14:11:39Z | https://github.com/nestjs/nest/issues/476 | 302,581,140 | 476 |
[
"nestjs",
"nest"
] | This is a suggestion:
Although the editor can prompt the code may have parameters.
But I think we still need a list of API type method parameters.
We are not likely to go back to the code to find this function and what other features. Or advanced extensions | This document is hard to use | https://api.github.com/repos/nestjs/nest/issues/474/comments | 5 | 2018-03-05T03:10:18Z | 2019-09-25T04:11:44Z | https://github.com/nestjs/nest/issues/474 | 302,158,178 | 474 |
[
"nestjs",
"nest"
] | Use: Https://github.com/AssemblyScript/assemblyscript
Consider using webassembly to improve typescript performance. | Adding webassembly improves performance. | https://api.github.com/repos/nestjs/nest/issues/473/comments | 4 | 2018-03-04T04:37:28Z | 2019-09-25T04:11:50Z | https://github.com/nestjs/nest/issues/473 | 302,056,932 | 473 |
[
"nestjs",
"nest"
] | <!--
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
-->
## I'm submitting a...
<!--
Please search GitHub for a similar issue or PR before submitting.
Check one of the following options with "x" -->... | Testing Documentation | https://api.github.com/repos/nestjs/nest/issues/472/comments | 5 | 2018-03-04T02:47:43Z | 2019-09-24T20:11:59Z | https://github.com/nestjs/nest/issues/472 | 302,052,034 | 472 |
[
"nestjs",
"nest"
] | <!--
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
-->
## I'm submitting a...
<!--
Please search GitHub for a similar issue or PR before submitting.
Check one of the following options with "x" -->... | HttpService should return promises | https://api.github.com/repos/nestjs/nest/issues/471/comments | 4 | 2018-03-04T02:05:50Z | 2019-09-25T04:11:53Z | https://github.com/nestjs/nest/issues/471 | 302,049,976 | 471 |
[
"nestjs",
"nest"
] | ## I'm submitting a...
<!--
Please search GitHub for a similar issue or PR before submitting.
Check one of the following options with "x" -->
<pre><code>
[ ] Regression <!--(a behavior that used to work and stopped working in a new release)-->
[ ] Bug report
[ ] Feature request
[ x ] Documentation issue or req... | How to setup Karma/Jasmine with Typescript support for a NestJs project | https://api.github.com/repos/nestjs/nest/issues/466/comments | 17 | 2018-03-03T22:10:15Z | 2019-09-24T22:11:41Z | https://github.com/nestjs/nest/issues/466 | 302,036,666 | 466 |
[
"nestjs",
"nest"
] | <!--
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
-->
## I'm submitting a...
<!--
Please search GitHub for a similar issue or PR before submitting.
Check one of the following options with "x" -->... | multer options filesize limits FileInterceptor throws http status code 500 | https://api.github.com/repos/nestjs/nest/issues/465/comments | 2 | 2018-03-02T05:56:21Z | 2019-09-25T04:11:14Z | https://github.com/nestjs/nest/issues/465 | 301,661,626 | 465 |
[
"nestjs",
"nest"
] | Hi there
As said by @kamilmysliwiec here https://github.com/nestjs/nest/issues/404#issuecomment-369397149 Nest allows us to build all the modules we need. Those modules may not be needed everywhere and should be picked according to our needs and this why we can't add them to the core.
With Nest growing community, m... | Third party modules | https://api.github.com/repos/nestjs/nest/issues/462/comments | 7 | 2018-02-28T22:14:12Z | 2019-09-25T04:11:30Z | https://github.com/nestjs/nest/issues/462 | 301,203,980 | 462 |
[
"nestjs",
"nest"
] | <!--
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
-->
## I'm submitting a...
<!--
Please search GitHub for a similar issue or PR before submitting.
Check one of the following options with "x" -->... | UsePipes inside Components for RPC | https://api.github.com/repos/nestjs/nest/issues/461/comments | 3 | 2018-02-27T06:18:55Z | 2019-09-25T05:10:41Z | https://github.com/nestjs/nest/issues/461 | 300,506,751 | 461 |
[
"nestjs",
"nest"
] | <!--
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
-->
## I'm submitting a...
<!--
Please search GitHub for a similar issue or PR before submitting.
Check one of the following options with "x" -->... | NestFactory.create() parameter type doesn't match express instance | https://api.github.com/repos/nestjs/nest/issues/460/comments | 3 | 2018-02-27T03:54:21Z | 2019-09-25T04:12:03Z | https://github.com/nestjs/nest/issues/460 | 300,485,032 | 460 |
[
"nestjs",
"nest"
] | <!--
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
-->
## I'm inst
<!--
Please search GitHub for a similar issue or PR before submitting.
Check one of the following options with "x" -->
<pre><cod... | Instantiation gets stuck if a constructor injected dependency fails to load | https://api.github.com/repos/nestjs/nest/issues/459/comments | 5 | 2018-02-27T00:24:44Z | 2019-09-25T03:10:36Z | https://github.com/nestjs/nest/issues/459 | 300,447,779 | 459 |
[
"nestjs",
"nest"
] | ## I'm submitting a...
<!--
Please search GitHub for a similar issue or PR before submitting.
Check one of the following options with "x" -->
<pre><code>
[ ] Regression <!--(a behavior that used to work and stopped working in a new release)-->
[ ] Bug report
[x] Feature request
[ ] Documentation issue or reque... | Provide cors options for app.enableCors() | https://api.github.com/repos/nestjs/nest/issues/457/comments | 3 | 2018-02-26T18:41:23Z | 2019-09-25T04:11:59Z | https://github.com/nestjs/nest/issues/457 | 300,350,214 | 457 |
[
"nestjs",
"nest"
] | ## I'm submitting a Bug report
## Current behavior
I was going through your docs to understand which feature provides your framework.
When I tried ValidationPipe I noticed that I has an error during validation, cause I do request as **application/x-www-form-urlencoded** and in this case my int values passes as ... | Global attached pipe doesn't work with application request | https://api.github.com/repos/nestjs/nest/issues/456/comments | 2 | 2018-02-25T21:08:20Z | 2019-09-25T05:10:48Z | https://github.com/nestjs/nest/issues/456 | 300,061,359 | 456 |
[
"nestjs",
"nest"
] | ## I'm submitting a...
<!--
Please search GitHub for a similar issue or PR before submitting.
Check one of the following options with "x" -->
<pre><code>
[ ] Regression <!--(a behavior that used to work and stopped working in a new release)-->
[ ] Bug report
[X] Feature request
[ ] Documentation issue or reque... | RFC: Add support for AWS RDS | https://api.github.com/repos/nestjs/nest/issues/454/comments | 8 | 2018-02-25T12:56:38Z | 2019-09-24T03:11:44Z | https://github.com/nestjs/nest/issues/454 | 300,024,042 | 454 |
[
"nestjs",
"nest"
] | <!--
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
-->
## I'm submitting a...
<!--
Please search GitHub for a similar issue or PR before submitting.
Check one of the following options with "x" -->... | Change documentation a little bit to be more explicit | https://api.github.com/repos/nestjs/nest/issues/453/comments | 3 | 2018-02-25T07:22:07Z | 2019-09-25T05:10:38Z | https://github.com/nestjs/nest/issues/453 | 300,005,157 | 453 |
[
"nestjs",
"nest"
] | <!--
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
-->
## I'm submitting a...
<!--
Please search GitHub for a similar issue or PR before submitting.
Check one of the following options with "x" -->... | Mongo TypeORM example don't work in production | https://api.github.com/repos/nestjs/nest/issues/452/comments | 6 | 2018-02-24T13:22:34Z | 2019-09-25T05:10:50Z | https://github.com/nestjs/nest/issues/452 | 299,940,795 | 452 |
[
"nestjs",
"nest"
] |
Thanks to the developers for their support, I conducted a Chinese translation.
https://docs.nestjs.cn/ | Chinese translation wiki | https://api.github.com/repos/nestjs/nest/issues/451/comments | 3 | 2018-02-24T03:07:56Z | 2019-09-25T04:10:56Z | https://github.com/nestjs/nest/issues/451 | 299,905,876 | 451 |
[
"nestjs",
"nest"
] | we are planning to use nest js framework for middleware application using node js and typescript. i would like to load my modules (module1, module2.. ) dynamically based on the value given in the xml. It will help us to plug-in the feature to the application dynamically. your support and help are much appreciated on th... | How to load modules dynamically based on some condition in @Module imports | https://api.github.com/repos/nestjs/nest/issues/450/comments | 12 | 2018-02-23T07:49:02Z | 2019-09-25T05:10:44Z | https://github.com/nestjs/nest/issues/450 | 299,625,735 | 450 |
[
"nestjs",
"nest"
] | ## I'm submitting a...
<!--
Please search GitHub for a similar issue or PR before submitting.
Check one of the following options with "x" -->
<pre><code>
[ ] Regression <!--(a behavior that used to work and stopped working in a new release)-->
[ ] Bug report
[ ] Feature request
[X] Documentation issue or reque... | How to add the ApiModelProperty decorator to a ManyToOne relationship | https://api.github.com/repos/nestjs/nest/issues/448/comments | 3 | 2018-02-21T13:42:41Z | 2019-09-25T05:10:56Z | https://github.com/nestjs/nest/issues/448 | 298,974,554 | 448 |
[
"nestjs",
"nest"
] | ## I'm submitting a...
```
[ ] Regression <!--(a behavior that used to work and stopped working in a new release)-->
[X] Bug report
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request
```
## Current behavior
I have weird coverage reports when I'm using Jest. So I took the `01-cats-app`... | Testing and code coverage with JEST | https://api.github.com/repos/nestjs/nest/issues/446/comments | 4 | 2018-02-20T15:53:40Z | 2019-09-25T05:10:53Z | https://github.com/nestjs/nest/issues/446 | 298,646,224 | 446 |
[
"nestjs",
"nest"
] | <!--
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
-->
## I'm submitting a...
<!--
Please search GitHub for a similar issue or PR before submitting.
Check one of the following options with "x" -->... | Session in WebSocketGateway handlers | https://api.github.com/repos/nestjs/nest/issues/445/comments | 3 | 2018-02-20T09:30:02Z | 2019-10-07T21:10:36Z | https://github.com/nestjs/nest/issues/445 | 298,523,793 | 445 |
[
"nestjs",
"nest"
] | <!--
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
-->
## I'm submitting a...
<!--
Please search GitHub for a similar issue or PR before submitting.
Check one of the following options with "x" -->... | Question: Configure multiple transports for a single app (microservice) | https://api.github.com/repos/nestjs/nest/issues/444/comments | 5 | 2018-02-20T00:48:59Z | 2019-09-24T23:10:41Z | https://github.com/nestjs/nest/issues/444 | 298,440,209 | 444 |
[
"nestjs",
"nest"
] | <!--
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
-->
## I'm submitting a...
<!--
Please search GitHub for a similar issue or PR before submitting.
Check one of the following options with "x" -->... | ValidateNested does not work | https://api.github.com/repos/nestjs/nest/issues/443/comments | 5 | 2018-02-19T21:36:13Z | 2019-09-26T15:10:35Z | https://github.com/nestjs/nest/issues/443 | 298,407,269 | 443 |
[
"nestjs",
"nest"
] | Ability to reinitialize components of module
or
Ability to replace/merge controller/components in modules in runtime
or
Ability to create modules and add to application in runtime
## I'm submitting a...
<!--
Please search GitHub for a similar issue or PR before submitting.
Check one of the following option... | Ability to reinitialize components of module (or replace controller/components in runtime) | https://api.github.com/repos/nestjs/nest/issues/442/comments | 8 | 2018-02-19T20:06:59Z | 2019-09-24T12:10:57Z | https://github.com/nestjs/nest/issues/442 | 298,388,516 | 442 |
[
"nestjs",
"nest"
] | ```
[ ] Regression
[x] Bug report
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow.
```
Español
Al intentar obtener los haeders de una petición desde el controlador, en la consola obtengo e... | @Headers | https://api.github.com/repos/nestjs/nest/issues/440/comments | 4 | 2018-02-19T18:35:45Z | 2019-09-25T05:11:02Z | https://github.com/nestjs/nest/issues/440 | 298,368,799 | 440 |
[
"nestjs",
"nest"
] | <!--
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
-->
## I'm submitting a...
<!--
Please search GitHub for a similar issue or PR before submitting.
Check one of the following options with "x" -->... | Middlewares decorated with @Middleware() does | https://api.github.com/repos/nestjs/nest/issues/439/comments | 1 | 2018-02-19T17:44:15Z | 2019-09-25T05:11:05Z | https://github.com/nestjs/nest/issues/439 | 298,357,128 | 439 |
[
"nestjs",
"nest"
] | <!--
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
-->
## I'm submitting a...
<!--
Please search GitHub for a similar issue or PR before submitting.
Check one of the following options with "x" -->... | Mongoose unit test documentation & Atom Editor tsconfig.json | https://api.github.com/repos/nestjs/nest/issues/438/comments | 11 | 2018-02-19T12:03:30Z | 2019-09-24T17:11:59Z | https://github.com/nestjs/nest/issues/438 | 298,251,770 | 438 |
[
"nestjs",
"nest"
] | <!--
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
-->
## I'm submitting a...
<!--
Please search GitHub for a similar issue or PR before submitting.
Check one of the following options with "x" -->... | Using FileInterceptor with multerOptions.fileFilter not working properly | https://api.github.com/repos/nestjs/nest/issues/437/comments | 4 | 2018-02-19T07:00:28Z | 2019-09-25T04:11:03Z | https://github.com/nestjs/nest/issues/437 | 298,177,601 | 437 |
[
"nestjs",
"nest"
] | ## I'm submitting a...
<!--
Please search GitHub for a similar issue or PR before submitting.
Check one of the following options with "x" -->
<pre><code>
[ ] Regression <!--(a behavior that used to work and stopped working in a new release)-->
[x] Bug report
[ ] Feature request
[ ] Documentation issue or reque... | ApplicationConfig methods addGlobal[Pipe,Interceptor,Guard] are undefined | https://api.github.com/repos/nestjs/nest/issues/436/comments | 5 | 2018-02-18T20:22:31Z | 2019-09-25T05:11:26Z | https://github.com/nestjs/nest/issues/436 | 298,114,677 | 436 |
[
"nestjs",
"nest"
] | ## I'm submitting a...
<!--
Please search GitHub for a similar issue or PR before submitting.
Check one of the following options with "x" -->
<pre><code>
[ ] Regression <!--(a behavior that used to work and stopped working in a new release)-->
[x] Bug report
[ ] Feature request
[ ] Documentation issue or reque... | Logger override bind scope of logger object to undefined | https://api.github.com/repos/nestjs/nest/issues/435/comments | 4 | 2018-02-18T18:00:58Z | 2019-09-25T05:11:14Z | https://github.com/nestjs/nest/issues/435 | 298,104,250 | 435 |
[
"nestjs",
"nest"
] | ## I'm submitting a...
<!--
Please search GitHub for a similar issue or PR before submitting.
Check one of the following options with "x" -->
<pre><code>
[ ] Regression <!--(a behavior that used to work and stopped working in a new release)-->
[X] Bug report
[ ] Feature request
[X] Documentation issue or reque... | Global Guard for Graphql endpoints | https://api.github.com/repos/nestjs/nest/issues/434/comments | 4 | 2018-02-18T17:19:51Z | 2019-09-25T04:10:53Z | https://github.com/nestjs/nest/issues/434 | 298,101,280 | 434 |
[
"nestjs",
"nest"
] | ## I'm submitting a...
<!--
Please search GitHub for a similar issue or PR before submitting.
Check one of the following options with "x" -->
<pre><code>
[ ] Regression <!--(a behavior that used to work and stopped working in a new release)-->
[x ] Bug report
[ ] Feature request
[ ] Documentation issue or requ... | [ExceptionHandler] Nest can't resolve dependencies of the FileService (?, +). Please verify whether [0] argument is available in the current context. | https://api.github.com/repos/nestjs/nest/issues/433/comments | 17 | 2018-02-18T14:13:45Z | 2019-11-24T22:56:37Z | https://github.com/nestjs/nest/issues/433 | 298,087,718 | 433 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.