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 add example how to do a GraphQL for Relay with connections, edges, nodes, totalCount...
https://facebook.github.io/relay/docs/en/graphql-server-specification.html | Add example for GraphQL Relay | https://api.github.com/repos/nestjs/nest/issues/1395/comments | 16 | 2018-12-22T19:45:36Z | 2021-12-09T11:59:45Z | https://github.com/nestjs/nest/issues/1395 | 393,698,510 | 1,395 |
[
"nestjs",
"nest"
] | When I try running the command:
```
nest g controller operator
```
I get the following error:
```
TypeError: Cannot read property 'text' of undefined
at Object.getTokenPosOfNode (/home/kiffin/.nvm/versions/node/v8.9.3/lib/node_modules/typescript/lib/typescript.js:7515:72)
at IdentifierObject.TokenOrIden... | nest g controller error | https://api.github.com/repos/nestjs/nest/issues/1394/comments | 6 | 2018-12-22T17:50:30Z | 2019-09-24T05:11:59Z | https://github.com/nestjs/nest/issues/1394 | 393,691,399 | 1,394 |
[
"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... | [QUESTION] how to Sub event via Redis from non-Nestjs Pub | https://api.github.com/repos/nestjs/nest/issues/1392/comments | 3 | 2018-12-21T10:57:11Z | 2019-09-24T03:10:35Z | https://github.com/nestjs/nest/issues/1392 | 393,416,529 | 1,392 |
[
"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" -->... | ApplicationReferenceHost.applicationRef.httpServer is undefined when using the FastifyAdapter | https://api.github.com/repos/nestjs/nest/issues/1391/comments | 4 | 2018-12-20T16:53:35Z | 2019-09-24T06:11:32Z | https://github.com/nestjs/nest/issues/1391 | 393,129,750 | 1,391 |
[
"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" -->... | Interceptor breaks down related grpc method, which returns observable | https://api.github.com/repos/nestjs/nest/issues/1390/comments | 4 | 2018-12-20T16:19:53Z | 2019-09-24T03:11:59Z | https://github.com/nestjs/nest/issues/1390 | 393,116,225 | 1,390 |
[
"nestjs",
"nest"
] | As far as I know node instance while running using only one processor core, correct me if I'm wrong. Is there a way to setup load balancer while running 4 instances for each core of my project? I haven't found any thread on that.
Is there a way to build something like this:
https://thecodebarbarian.com/building-yo... | Load Balancing for NestJS | https://api.github.com/repos/nestjs/nest/issues/1389/comments | 5 | 2018-12-20T11:43:14Z | 2019-09-24T06:11:50Z | https://github.com/nestjs/nest/issues/1389 | 393,009,833 | 1,389 |
[
"nestjs",
"nest"
] | I'm trying to add Vue to the views, but I couldn't and I followed the same steps as on https://docs.nestjs.com/techniques/mvc
Can you help me?
| Add Vue in the views | https://api.github.com/repos/nestjs/nest/issues/1387/comments | 3 | 2018-12-20T01:04:58Z | 2019-09-24T06:11:47Z | https://github.com/nestjs/nest/issues/1387 | 392,843,218 | 1,387 |
[
"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" -->... | Bundle generated by Webpack throws: Please, make sure to install this library ($ npm install class-validator) | https://api.github.com/repos/nestjs/nest/issues/1386/comments | 14 | 2018-12-19T17:26:48Z | 2020-02-02T19:44:09Z | https://github.com/nestjs/nest/issues/1386 | 392,704,146 | 1,386 |
[
"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)-->
[ ] Bug report
[... | Allow async NestModule.configure method | https://api.github.com/repos/nestjs/nest/issues/1384/comments | 11 | 2018-12-19T14:31:14Z | 2019-11-27T06:56:48Z | https://github.com/nestjs/nest/issues/1384 | 392,627,078 | 1,384 |
[
"nestjs",
"nest"
] | Is there a way to make a geospatial query like
```
SELECT id, name, ST_Distance_Sphere(table.location, point('$data[long]', '$data[lat]')) / 1000 AS distance,
FROM table WHERE distance <= {$distance}
```
in NestJS with GraphQL module? If yes could you please advice an approach of how to achieve that ? | Geospatial Query in GraphQL | https://api.github.com/repos/nestjs/nest/issues/1383/comments | 6 | 2018-12-19T03:38:46Z | 2019-09-24T06:11:56Z | https://github.com/nestjs/nest/issues/1383 | 392,427,976 | 1,383 |
[
"nestjs",
"nest"
] | ## I'm submitting a...
<pre><code>
[ ] Regression <!--(a behavior that used to work and stopped working in a new release)-->
[ ] 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... | Support exchanges in rabbitmq client | https://api.github.com/repos/nestjs/nest/issues/1382/comments | 4 | 2018-12-18T10:53:25Z | 2019-09-24T02:11:29Z | https://github.com/nestjs/nest/issues/1382 | 392,100,136 | 1,382 |
[
"nestjs",
"nest"
] | Hi
I am trying to find a way of injecting the ClientProxy into the constructor of a service. Is this possible, I would like to do this to allow easier testing (unit testing) and replacing it with a mock.
I checked the docs and it appears you can create it inside the constructor or use a decorator on a public fiel... | Injecting ClientProxy (microservice) to allow easy overriding (mocking) via testing? | https://api.github.com/repos/nestjs/nest/issues/1380/comments | 3 | 2018-12-17T06:35:35Z | 2019-09-24T06:11:35Z | https://github.com/nestjs/nest/issues/1380 | 391,575,557 | 1,380 |
[
"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" -->... | [Discussion] Middleware API (community question) | https://api.github.com/repos/nestjs/nest/issues/1378/comments | 8 | 2018-12-16T09:03:59Z | 2019-09-24T00:10:45Z | https://github.com/nestjs/nest/issues/1378 | 391,448,269 | 1,378 |
[
"nestjs",
"nest"
] | ## I'm submitting a...
I'm not entirely sure what I am confronted with, could be missing docs or a bug, that might be a regression, see #95
<code><pre>
[ X? ] Regression <!--(a behavior that used to work and stopped working in a new release)-->
[ X? ] Bug report
[ ] Feature request
[ X? ] Documentation issue ... | Errors thrown in middleware not catchable with UseFilters but with APP_FILTER provider | https://api.github.com/repos/nestjs/nest/issues/1377/comments | 5 | 2018-12-14T14:06:26Z | 2019-09-24T07:10:44Z | https://github.com/nestjs/nest/issues/1377 | 391,124,589 | 1,377 |
[
"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" -->... | Http Request based DI | https://api.github.com/repos/nestjs/nest/issues/1376/comments | 12 | 2018-12-13T09:49:12Z | 2019-09-23T16:10:57Z | https://github.com/nestjs/nest/issues/1376 | 390,597,279 | 1,376 |
[
"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.
</co... | Groups are not used when performing transforms in validation.pipe | https://api.github.com/repos/nestjs/nest/issues/1374/comments | 3 | 2018-12-12T14:14:52Z | 2019-09-24T05:11:11Z | https://github.com/nestjs/nest/issues/1374 | 390,244,481 | 1,374 |
[
"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... | Hybrid App seems not compatible with useGlobalPipes | https://api.github.com/repos/nestjs/nest/issues/1373/comments | 2 | 2018-12-12T12:00:52Z | 2019-09-24T06:11:38Z | https://github.com/nestjs/nest/issues/1373 | 390,194,468 | 1,373 |
[
"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
[X] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow.
</co... | [gRPC] GrpcMethod doesn't support Proto package namespaces | https://api.github.com/repos/nestjs/nest/issues/1371/comments | 3 | 2018-12-12T06:09:31Z | 2019-09-24T05:11:15Z | https://github.com/nestjs/nest/issues/1371 | 390,078,718 | 1,371 |
[
"nestjs",
"nest"
] | ## I'm submitting a...
<pre><code>[x] Bug report
</code></pre>
## Current behavior
If we have a file upload endpoint like the example below and return an object then nothing is in the response body. You must use `res.send({path: file.path});` to send something back
```
@Post('upload')
@UseInterceptors(File... | returning an object from file upload controller returns undefined response | https://api.github.com/repos/nestjs/nest/issues/1370/comments | 2 | 2018-12-12T02:48:54Z | 2019-09-24T07:11:12Z | https://github.com/nestjs/nest/issues/1370 | 390,042,418 | 1,370 |
[
"nestjs",
"nest"
] | I'm submitting a...
<pre><code>
[ ] Regression
[x] 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>
## Current behavior
Error reported for circular-dependency reports... | Broken web link in error message 'circular-dependency' | https://api.github.com/repos/nestjs/nest/issues/1369/comments | 2 | 2018-12-11T20:16:28Z | 2019-09-24T05:11:29Z | https://github.com/nestjs/nest/issues/1369 | 389,935,688 | 1,369 |
[
"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 r... | Websockets testing | https://api.github.com/repos/nestjs/nest/issues/1368/comments | 3 | 2018-12-11T11:17:06Z | 2019-09-23T15:10:51Z | https://github.com/nestjs/nest/issues/1368 | 389,714,121 | 1,368 |
[
"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" -->... | Module re-exporting not working properly | https://api.github.com/repos/nestjs/nest/issues/1367/comments | 5 | 2018-12-11T07:38:09Z | 2019-09-24T07:11:26Z | https://github.com/nestjs/nest/issues/1367 | 389,631,702 | 1,367 |
[
"nestjs",
"nest"
] | ## I'm submitting a...
<pre><code>
[ ] Regression
[ ] Bug report
[x] 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>
## Minimal reproduction of the problem with instructions
Ho... | gRPC deadline setting (add options) | https://api.github.com/repos/nestjs/nest/issues/1366/comments | 4 | 2018-12-11T03:14:01Z | 2021-12-09T11:59:54Z | https://github.com/nestjs/nest/issues/1366 | 389,578,777 | 1,366 |
[
"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 work with passport and sessions | https://api.github.com/repos/nestjs/nest/issues/1365/comments | 11 | 2018-12-10T20:11:21Z | 2019-11-30T11:57:23Z | https://github.com/nestjs/nest/issues/1365 | 389,467,034 | 1,365 |
[
"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" -->... | Need unterminate app, when call listen again after close | https://api.github.com/repos/nestjs/nest/issues/1364/comments | 5 | 2018-12-10T13:00:43Z | 2019-11-26T07:57:07Z | https://github.com/nestjs/nest/issues/1364 | 389,290,411 | 1,364 |
[
"nestjs",
"nest"
] | How would you use a query filter for a GET request in nest?
This is what I want but written for loopback4:
```typescript
@get('/entities', {
responses: {
'200': {
description: 'Array of Entities model instances',
content: {
'application/json': {
schema: {type: 'a... | Query filter | https://api.github.com/repos/nestjs/nest/issues/1363/comments | 4 | 2018-12-10T12:19:41Z | 2019-09-24T07:11:08Z | https://github.com/nestjs/nest/issues/1363 | 389,276,198 | 1,363 |
[
"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... | Params decorator always returns undefined | https://api.github.com/repos/nestjs/nest/issues/1362/comments | 2 | 2018-12-10T12:14:40Z | 2019-09-24T07:11:29Z | https://github.com/nestjs/nest/issues/1362 | 389,274,495 | 1,362 |
[
"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" -->... | Support more information from request in pipes | https://api.github.com/repos/nestjs/nest/issues/1361/comments | 5 | 2018-12-10T10:49:41Z | 2019-09-23T18:11:06Z | https://github.com/nestjs/nest/issues/1361 | 389,243,505 | 1,361 |
[
"nestjs",
"nest"
] | https://github.com/maticzav/graphql-shield/ | How to use graphql-shield in nestjs, I don't know how to configure | https://api.github.com/repos/nestjs/nest/issues/1360/comments | 2 | 2018-12-10T08:40:30Z | 2019-09-24T07:11:32Z | https://github.com/nestjs/nest/issues/1360 | 389,193,786 | 1,360 |
[
"nestjs",
"nest"
] | On Sun, Dec 9, 2018, 9:16 AM Kamil Mysliwiec <notifications@github.com
wrote:
> Closed #1358 <https://github.com/nestjs/nest/issues/1358>.
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <https://github.com/nestjs/nest/issues/1358#event-201440... | ValidationPipe Not working | https://api.github.com/repos/nestjs/nest/issues/1359/comments | 7 | 2018-12-10T00:13:36Z | 2019-09-24T07:10:38Z | https://github.com/nestjs/nest/issues/1359 | 389,082,641 | 1,359 |
[
"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" -->... | ValidationPipe is not throwing an exception. | https://api.github.com/repos/nestjs/nest/issues/1358/comments | 3 | 2018-12-09T13:09:19Z | 2019-09-24T07:11:41Z | https://github.com/nestjs/nest/issues/1358 | 389,021,685 | 1,358 |
[
"nestjs",
"nest"
] | ## I'm submitting a...
<pre><code>
[x ] Feature request
</code></pre>
## Current behavior
At this point, I do not have a way to register providers or modules using different lifecycles such as transient or per web request.
## Expected behavior
Be able to instantiate providers per web request.
## Minim... | Transient and Per web request provider registrations | https://api.github.com/repos/nestjs/nest/issues/1357/comments | 7 | 2018-12-08T14:16:32Z | 2019-09-24T07:10:53Z | https://github.com/nestjs/nest/issues/1357 | 388,926,014 | 1,357 |
[
"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... | How to exclude validation failed routes from middleware | https://api.github.com/repos/nestjs/nest/issues/1356/comments | 2 | 2018-12-08T11:24:51Z | 2019-09-24T07:11:14Z | https://github.com/nestjs/nest/issues/1356 | 388,913,175 | 1,356 |
[
"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 handle microservice exit on client side? | https://api.github.com/repos/nestjs/nest/issues/1355/comments | 5 | 2018-12-07T18:12:51Z | 2019-09-24T06:11:17Z | https://github.com/nestjs/nest/issues/1355 | 388,760,254 | 1,355 |
[
"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... | TypeScript compilation errors when using "noImplicitAny" | https://api.github.com/repos/nestjs/nest/issues/1354/comments | 5 | 2018-12-07T15:38:34Z | 2019-09-24T07:11:35Z | https://github.com/nestjs/nest/issues/1354 | 388,704,361 | 1,354 |
[
"nestjs",
"nest"
] | when nest works with mongo 4, if using findAndCount method console out put this :
DeprecationWarning: collection.count is deprecated, and will be removed in a future version. Use collection.countDocuments or collection.estimatedDocumentCount instead
is that means I have to overried this method myself ? the my ... | collection.count is deprecated | https://api.github.com/repos/nestjs/nest/issues/1353/comments | 2 | 2018-12-07T12:36:21Z | 2019-09-24T07:12:02Z | https://github.com/nestjs/nest/issues/1353 | 388,637,567 | 1,353 |
[
"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" -->... | Nats 'queue'-option is not compiling with 'connectMicroservice' function | https://api.github.com/repos/nestjs/nest/issues/1352/comments | 2 | 2018-12-07T10:14:50Z | 2019-09-24T07:11:47Z | https://github.com/nestjs/nest/issues/1352 | 388,588,151 | 1,352 |
[
"nestjs",
"nest"
] | Is possible to create custom gateway provider with self properties? And run several gateways on one port with different parameters?
For example:
```typescript
// simple.gateway.ts
@WebSocketGateway()
export class SimpleGateway implements OnGatewayInit {
constructor(private readonly type: string) {}
afterIn... | Custom gateway provider | https://api.github.com/repos/nestjs/nest/issues/1351/comments | 10 | 2018-12-06T23:42:40Z | 2019-09-24T07:11:18Z | https://github.com/nestjs/nest/issues/1351 | 388,445,277 | 1,351 |
[
"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" -->... | Implement events for microservices. | https://api.github.com/repos/nestjs/nest/issues/1350/comments | 7 | 2018-12-06T21:51:32Z | 2019-09-24T00:10:38Z | https://github.com/nestjs/nest/issues/1350 | 388,413,507 | 1,350 |
[
"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" -->... | Allow Regex and Array in request mapping decorator | https://api.github.com/repos/nestjs/nest/issues/1343/comments | 6 | 2018-12-05T18:52:40Z | 2019-09-23T22:11:56Z | https://github.com/nestjs/nest/issues/1343 | 387,896,236 | 1,343 |
[
"nestjs",
"nest"
] | Is there any way to get the response's HTTP status code in an interceptor, so that I could create prometheus metrics by HTTP status code?
```ts
@Injectable()
export class GlobalMetricsInterceptor implements NestInterceptor {
constructor(private metricsService: MetricsService) {}
public intercept(context: E... | Get response's HTTP status code in Interceptor | https://api.github.com/repos/nestjs/nest/issues/1342/comments | 5 | 2018-12-05T16:42:42Z | 2019-09-24T07:10:47Z | https://github.com/nestjs/nest/issues/1342 | 387,845,260 | 1,342 |
[
"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" -->... | Tsc error in sample/12-graphql-apollo | https://api.github.com/repos/nestjs/nest/issues/1341/comments | 4 | 2018-12-05T14:16:26Z | 2019-09-23T22:11:06Z | https://github.com/nestjs/nest/issues/1341 | 387,776,621 | 1,341 |
[
"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 is always pending! | https://api.github.com/repos/nestjs/nest/issues/1340/comments | 2 | 2018-12-05T11:58:34Z | 2019-09-24T08:10:50Z | https://github.com/nestjs/nest/issues/1340 | 387,723,991 | 1,340 |
[
"nestjs",
"nest"
] | https://github.com/nestjs/nest/blob/d5dca175d753a0931bd4cc7853f18895c0eb3db3/packages/common/exceptions/http.exception.ts#L11
When response is a string or object the same behavior is applied, in contrast to what is written in the comment. | There is no change in the treatment between string and object response of HttpException | https://api.github.com/repos/nestjs/nest/issues/1339/comments | 3 | 2018-12-05T10:28:11Z | 2019-09-24T07:11:44Z | https://github.com/nestjs/nest/issues/1339 | 387,690,122 | 1,339 |
[
"nestjs",
"nest"
] | Hey guys,
We have around 60 dynamic modules imported into root module. These modules share most of the common behaviour / services, but few of them would like to do some overrides / customisation of common behaviour / services.
We've done it in a way where each of these dynamic modules creates own instances of ... | DI issue - Injectable extending Injectable | https://api.github.com/repos/nestjs/nest/issues/1338/comments | 8 | 2018-12-04T16:32:02Z | 2019-09-24T07:10:50Z | https://github.com/nestjs/nest/issues/1338 | 387,372,539 | 1,338 |
[
"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... | Global interceptor's tap function is not executed if exception has been thrown | https://api.github.com/repos/nestjs/nest/issues/1337/comments | 5 | 2018-12-03T22:33:57Z | 2019-09-24T08:10:57Z | https://github.com/nestjs/nest/issues/1337 | 387,036,047 | 1,337 |
[
"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" -->... | unable to launch start:prod with mariadb | https://api.github.com/repos/nestjs/nest/issues/1336/comments | 9 | 2018-12-03T18:44:25Z | 2019-09-24T08:10:39Z | https://github.com/nestjs/nest/issues/1336 | 386,952,550 | 1,336 |
[
"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... | Unable to broadcast event in websocket | https://api.github.com/repos/nestjs/nest/issues/1335/comments | 6 | 2018-12-03T13:58:24Z | 2019-10-23T11:23:51Z | https://github.com/nestjs/nest/issues/1335 | 386,829,823 | 1,335 |
[
"nestjs",
"nest"
] | ## I'm submitting a feature request for redis cluster
<pre><code>
[ ] Regression <!--(a behavior that used to work and stopped working in a new release)-->
[ ] Bug report
[x] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post your qu... | Redis Cluster support in microservices | https://api.github.com/repos/nestjs/nest/issues/1334/comments | 4 | 2018-12-03T10:27:32Z | 2019-09-24T07:11:20Z | https://github.com/nestjs/nest/issues/1334 | 386,750,994 | 1,334 |
[
"nestjs",
"nest"
] | <pre><code>
[ ] 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.
</code></pre>
## Current behavior
I have two services deployed to Google App Engine standard, node ... | Redis microservice - PUBLISH can't be processed. The connection is already closed. | https://api.github.com/repos/nestjs/nest/issues/1333/comments | 2 | 2018-12-03T03:46:45Z | 2019-09-24T08:11:03Z | https://github.com/nestjs/nest/issues/1333 | 386,648,639 | 1,333 |
[
"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
[x] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow.
</co... | Example not working: 12-graphql-apollo | https://api.github.com/repos/nestjs/nest/issues/1332/comments | 5 | 2018-12-02T22:50:46Z | 2019-11-10T11:56:10Z | https://github.com/nestjs/nest/issues/1332 | 386,609,697 | 1,332 |
[
"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... | Using class validator's IsNumberString along with number validators | https://api.github.com/repos/nestjs/nest/issues/1331/comments | 14 | 2018-12-02T16:02:57Z | 2019-09-23T19:10:59Z | https://github.com/nestjs/nest/issues/1331 | 386,572,984 | 1,331 |
[
"nestjs",
"nest"
] | ## I'm submitting a...
<pre><code>
[ ] Regression <!--(a behavior that used to work and stopped working in a new release)-->
[ ] 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... | Microservices: ActiveMQ / AmazonMQ Support | https://api.github.com/repos/nestjs/nest/issues/1330/comments | 2 | 2018-12-01T16:24:16Z | 2019-09-24T08:10:44Z | https://github.com/nestjs/nest/issues/1330 | 386,472,732 | 1,330 |
[
"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 cannot find given element | https://api.github.com/repos/nestjs/nest/issues/1327/comments | 2 | 2018-11-30T09:37:50Z | 2019-09-24T08:11:17Z | https://github.com/nestjs/nest/issues/1327 | 386,108,212 | 1,327 |
[
"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... | Secure REST and GraphQL using passport | https://api.github.com/repos/nestjs/nest/issues/1326/comments | 8 | 2018-11-30T09:30:33Z | 2019-09-24T07:10:41Z | https://github.com/nestjs/nest/issues/1326 | 386,105,431 | 1,326 |
[
"nestjs",
"nest"
] | Can someone provide a sample code for the mqtt client? Just like ngx-mqtt, or how to use mqttjs in nest, the specific code example. We are the manufacturer of the Internet of Things, want to use nestjs in the background, use mqtt to subscribe to the information of various devices. I created an issue last time, but I st... | Request sample code for mqttjs in nestjs | https://api.github.com/repos/nestjs/nest/issues/1323/comments | 3 | 2018-11-29T04:57:17Z | 2019-09-23T20:11:41Z | https://github.com/nestjs/nest/issues/1323 | 385,570,411 | 1,323 |
[
"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" -->... | [Discussion] merge with Dandi? | https://api.github.com/repos/nestjs/nest/issues/1321/comments | 4 | 2018-11-28T18:35:50Z | 2019-09-24T08:11:30Z | https://github.com/nestjs/nest/issues/1321 | 385,403,347 | 1,321 |
[
"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" -->... | Deprecated warning when initializing TestingModule in beforeEach() | https://api.github.com/repos/nestjs/nest/issues/1320/comments | 2 | 2018-11-27T20:45:36Z | 2019-09-24T00:10:50Z | https://github.com/nestjs/nest/issues/1320 | 384,978,456 | 1,320 |
[
"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... | Observer not found | https://api.github.com/repos/nestjs/nest/issues/1318/comments | 2 | 2018-11-27T14:24:38Z | 2019-09-24T08:11:35Z | https://github.com/nestjs/nest/issues/1318 | 384,818,899 | 1,318 |
[
"nestjs",
"nest"
] | On ubuntu 18.04 with nodejs 8,
with this tsconfig.json
```json
{
"compilerOptions": {
"module": "commonjs",
"declaration": true,
"noImplicitAny": false,
"removeComments": true,
"noLib": false,
"allowSyntheticDefaultImports": true,
"emitDecoratorMetadata": true,
"experimenta... | compiled js path resolution error | https://api.github.com/repos/nestjs/nest/issues/1317/comments | 8 | 2018-11-26T17:54:54Z | 2019-09-24T08:11:39Z | https://github.com/nestjs/nest/issues/1317 | 384,444,244 | 1,317 |
[
"nestjs",
"nest"
] | swagger does not pass parameters to the request if controller has a @Body attribute | Swagger problem with file upload and additional parameters | https://api.github.com/repos/nestjs/nest/issues/1316/comments | 2 | 2018-11-26T17:17:51Z | 2019-09-24T08:11:41Z | https://github.com/nestjs/nest/issues/1316 | 384,430,809 | 1,316 |
[
"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" -->... | elastic APM for nestJS | https://api.github.com/repos/nestjs/nest/issues/1315/comments | 3 | 2018-11-26T15:37:11Z | 2019-09-24T03:11:41Z | https://github.com/nestjs/nest/issues/1315 | 384,385,780 | 1,315 |
[
"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 app not reloading correctly, EADDRINUSE | https://api.github.com/repos/nestjs/nest/issues/1313/comments | 10 | 2018-11-24T17:16:56Z | 2019-09-24T07:10:59Z | https://github.com/nestjs/nest/issues/1313 | 384,006,056 | 1,313 |
[
"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" -->... | Neo4J support | https://api.github.com/repos/nestjs/nest/issues/1309/comments | 4 | 2018-11-23T13:38:45Z | 2019-09-24T08:11:56Z | https://github.com/nestjs/nest/issues/1309 | 383,827,993 | 1,309 |
[
"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" -->... | [next] Remove components from source code | https://api.github.com/repos/nestjs/nest/issues/1308/comments | 4 | 2018-11-21T20:22:00Z | 2019-09-24T06:11:59Z | https://github.com/nestjs/nest/issues/1308 | 383,279,772 | 1,308 |
[
"nestjs",
"nest"
] |
<pre><code>
[X] 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></pre>
## Current ... | Module '"myDirection/node_modules/@nestjs/passport/index"' has no exported member 'PassportModule'. | https://api.github.com/repos/nestjs/nest/issues/1306/comments | 5 | 2018-11-21T15:35:24Z | 2019-09-24T08:11:54Z | https://github.com/nestjs/nest/issues/1306 | 383,173,624 | 1,306 |
[
"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" -->... | Jest error with reflect-metadata | https://api.github.com/repos/nestjs/nest/issues/1305/comments | 4 | 2018-11-21T15:03:37Z | 2019-09-23T18:11:17Z | https://github.com/nestjs/nest/issues/1305 | 383,159,066 | 1,305 |
[
"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 send email | https://api.github.com/repos/nestjs/nest/issues/1302/comments | 4 | 2018-11-20T14:42:46Z | 2019-09-24T09:10:36Z | https://github.com/nestjs/nest/issues/1302 | 382,694,738 | 1,302 |
[
"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>
## Current be... | Custom db logger service with TypeOrmModule.forRootAsync() | https://api.github.com/repos/nestjs/nest/issues/1300/comments | 16 | 2018-11-20T00:40:39Z | 2019-09-24T07:10:56Z | https://github.com/nestjs/nest/issues/1300 | 382,451,044 | 1,300 |
[
"nestjs",
"nest"
] | How to write log to txt file?
`import { Logger } from '@nestjs/common';`
` Logger.log('BEGIN service');`
| [Question] Write Logger to file | https://api.github.com/repos/nestjs/nest/issues/1299/comments | 2 | 2018-11-19T14:22:33Z | 2019-09-24T09:10:53Z | https://github.com/nestjs/nest/issues/1299 | 382,236,924 | 1,299 |
[
"nestjs",
"nest"
] | Want to build the iOT background with nestjs, now need mqtt to subscribe to all client devices, how to use mqttjs? Previously used in the angular project is ngx-mqtt.
thanks | mqtt for iot device | https://api.github.com/repos/nestjs/nest/issues/1298/comments | 3 | 2018-11-19T07:12:25Z | 2019-09-24T09:10:50Z | https://github.com/nestjs/nest/issues/1298 | 382,084,360 | 1,298 |
[
"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... | add isController/ isService check util | https://api.github.com/repos/nestjs/nest/issues/1296/comments | 8 | 2018-11-17T12:43:48Z | 2019-09-24T08:11:50Z | https://github.com/nestjs/nest/issues/1296 | 381,859,842 | 1,296 |
[
"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" -->... | Koa like middlewares | https://api.github.com/repos/nestjs/nest/issues/1295/comments | 3 | 2018-11-17T07:21:33Z | 2019-09-24T08:12:05Z | https://github.com/nestjs/nest/issues/1295 | 381,837,409 | 1,295 |
[
"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" -->... | frfi tc | https://api.github.com/repos/nestjs/nest/issues/1294/comments | 1 | 2018-11-16T17:38:47Z | 2019-09-24T09:11:05Z | https://github.com/nestjs/nest/issues/1294 | 381,695,977 | 1,294 |
[
"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 => Please do not submit support request here, instead post your question on Stack Overflow.
</code></pre>
... | prefix option for serverStaticAssets not working | https://api.github.com/repos/nestjs/nest/issues/1293/comments | 4 | 2018-11-16T09:18:54Z | 2019-09-23T19:11:23Z | https://github.com/nestjs/nest/issues/1293 | 381,512,112 | 1,293 |
[
"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" -->... | Detect 404 in the Middleware | https://api.github.com/repos/nestjs/nest/issues/1291/comments | 2 | 2018-11-15T13:03:35Z | 2019-09-24T09:11:03Z | https://github.com/nestjs/nest/issues/1291 | 381,151,772 | 1,291 |
[
"nestjs",
"nest"
] | I'm using PM2 node process manager.
When nest application runs/restarts it's output not formatted well.
Output of `pm2 logs app-name`:
```
...
0|app | [InstanceLoader] BootstrapModule dependencies initialized
0|app | +191ms
0|app | [Nest] 26079 -
0|app | 11/15/2018, 12:45:53 PM
0|app | [InstanceLoade... | Console output line breaks when using PM2 | https://api.github.com/repos/nestjs/nest/issues/1290/comments | 5 | 2018-11-15T11:05:09Z | 2019-09-24T01:11:56Z | https://github.com/nestjs/nest/issues/1290 | 381,110,175 | 1,290 |
[
"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... | Simple sub-route controller delegation | https://api.github.com/repos/nestjs/nest/issues/1289/comments | 6 | 2018-11-14T20:27:21Z | 2019-09-24T08:10:47Z | https://github.com/nestjs/nest/issues/1289 | 380,872,813 | 1,289 |
[
"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" -->... | Improve error message for circular dependencies. | https://api.github.com/repos/nestjs/nest/issues/1288/comments | 4 | 2018-11-14T19:18:25Z | 2019-10-17T00:10:36Z | https://github.com/nestjs/nest/issues/1288 | 380,847,805 | 1,288 |
[
"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... | GRPC Proto Server Bi-directional streaming controller incorrect behavior — doesn't provide stream handler back to method controller, while providing undefined reference | https://api.github.com/repos/nestjs/nest/issues/1286/comments | 9 | 2018-11-14T08:07:01Z | 2019-09-23T15:11:39Z | https://github.com/nestjs/nest/issues/1286 | 380,579,608 | 1,286 |
[
"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... | Observable errors from websocket `@SubscribeMessage` are not caught by exception filters, causing server crash | https://api.github.com/repos/nestjs/nest/issues/1285/comments | 4 | 2018-11-13T15:38:24Z | 2019-09-24T07:11:50Z | https://github.com/nestjs/nest/issues/1285 | 380,287,170 | 1,285 |
[
"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... | Extend Annotated Module | https://api.github.com/repos/nestjs/nest/issues/1284/comments | 2 | 2018-11-13T15:35:21Z | 2019-09-24T09:11:14Z | https://github.com/nestjs/nest/issues/1284 | 380,285,294 | 1,284 |
[
"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" -->... | Redis Module for general-purpose use | https://api.github.com/repos/nestjs/nest/issues/1283/comments | 2 | 2018-11-13T00:40:35Z | 2019-09-24T09:10:48Z | https://github.com/nestjs/nest/issues/1283 | 380,009,207 | 1,283 |
[
"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" -->... | HTTP_SERVER_REF is undefined in TestingModule context | https://api.github.com/repos/nestjs/nest/issues/1282/comments | 4 | 2018-11-12T08:56:46Z | 2019-09-24T09:10:38Z | https://github.com/nestjs/nest/issues/1282 | 379,677,707 | 1,282 |
[
"nestjs",
"nest"
] | ## Don't deploy firebase function with nest
## Problem
<!-- Describe how the issue manifests. -->
I run command: `firebase deploy` -> don't deploy code to firebase
## Environment
*nest version*
, if not then just let the req.user be null.
The AuthGuard decorator will return 401 if the user is not logged, so it's not suitable for my case.
| NestJs parse user if authenticated | https://api.github.com/repos/nestjs/nest/issues/1280/comments | 5 | 2018-11-11T14:43:10Z | 2019-09-24T09:10:44Z | https://github.com/nestjs/nest/issues/1280 | 379,529,126 | 1,280 |
[
"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" -->... | Responding inside middleware not supported when using Fastify | https://api.github.com/repos/nestjs/nest/issues/1279/comments | 3 | 2018-11-11T13:01:36Z | 2019-09-24T09:10:41Z | https://github.com/nestjs/nest/issues/1279 | 379,520,640 | 1,279 |
[
"nestjs",
"nest"
] | When I use `npm run start` by default, the Application was running, But When I use `npm run webpack` and `npm run start`, then the Application gave me a error, like this

webpack.config.js is Official default configuration
| How to use Hot Reload? | https://api.github.com/repos/nestjs/nest/issues/1278/comments | 2 | 2018-11-11T09:33:15Z | 2019-09-24T09:11:17Z | https://github.com/nestjs/nest/issues/1278 | 379,505,688 | 1,278 |
[
"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... | Fix possible Denpendency Injection issue | https://api.github.com/repos/nestjs/nest/issues/1277/comments | 18 | 2018-11-10T10:58:43Z | 2020-05-05T23:04:50Z | https://github.com/nestjs/nest/issues/1277 | 379,412,611 | 1,277 |
[
"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... | Wrong request object in Guard canActivate function | https://api.github.com/repos/nestjs/nest/issues/1276/comments | 2 | 2018-11-10T09:50:10Z | 2019-09-24T09:11:38Z | https://github.com/nestjs/nest/issues/1276 | 379,408,452 | 1,276 |
[
"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" -->... | Make tsconfig.json work with spec files | https://api.github.com/repos/nestjs/nest/issues/1275/comments | 9 | 2018-11-09T17:39:38Z | 2019-09-24T07:11:38Z | https://github.com/nestjs/nest/issues/1275 | 379,256,949 | 1,275 |
[
"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" -->... | WS Gateways Testing Best Practices | https://api.github.com/repos/nestjs/nest/issues/1274/comments | 2 | 2018-11-09T11:48:04Z | 2019-09-24T09:11:29Z | https://github.com/nestjs/nest/issues/1274 | 379,131,552 | 1,274 |
[
"nestjs",
"nest"
] | I want to deploy my api to api gateway use swagger file ,so how can i export swagger file in nest? | how to export swagger file in nest | https://api.github.com/repos/nestjs/nest/issues/1273/comments | 2 | 2018-11-09T09:10:51Z | 2019-09-24T09:11:45Z | https://github.com/nestjs/nest/issues/1273 | 379,079,553 | 1,273 |
[
"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" -->... | need some document about how to partially expose prisma document. | https://api.github.com/repos/nestjs/nest/issues/1272/comments | 6 | 2018-11-09T06:07:58Z | 2019-09-24T08:11:27Z | https://github.com/nestjs/nest/issues/1272 | 379,035,338 | 1,272 |
[
"nestjs",
"nest"
] | <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></pre>
## Current be... | Data, which are in service's properties are lost when inject service | https://api.github.com/repos/nestjs/nest/issues/1270/comments | 4 | 2018-11-07T13:51:51Z | 2019-09-24T09:11:50Z | https://github.com/nestjs/nest/issues/1270 | 378,296,218 | 1,270 |
[
"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 another proto-loader for grpc | https://api.github.com/repos/nestjs/nest/issues/1269/comments | 2 | 2018-11-07T11:23:23Z | 2019-09-24T07:11:53Z | https://github.com/nestjs/nest/issues/1269 | 378,247,192 | 1,269 |
[
"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" -->... | App / Api versioning | https://api.github.com/repos/nestjs/nest/issues/1268/comments | 4 | 2018-11-07T09:50:52Z | 2019-09-24T08:11:32Z | https://github.com/nestjs/nest/issues/1268 | 378,213,752 | 1,268 |
[
"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" -->... | ValidationPipe with custom error | https://api.github.com/repos/nestjs/nest/issues/1267/comments | 9 | 2018-11-06T22:36:05Z | 2019-09-23T20:11:38Z | https://github.com/nestjs/nest/issues/1267 | 378,063,449 | 1,267 |
[
"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 a @Deprecated decorator for deprecation warnings | https://api.github.com/repos/nestjs/nest/issues/1266/comments | 5 | 2018-11-06T19:49:36Z | 2019-09-24T09:11:57Z | https://github.com/nestjs/nest/issues/1266 | 378,006,570 | 1,266 |
[
"nestjs",
"nest"
] | I have one class extend another one.
In order not to drag dependency through constructor and `super` I try to inject via property injection.
From docs:
> Property-based injection
In some very specific cases, a property-based injection might be useful. For instance, if your top-level class depends on either one ... | Can't inject with property-based injection. | https://api.github.com/repos/nestjs/nest/issues/1265/comments | 6 | 2018-11-06T18:59:45Z | 2019-09-24T09:11:59Z | https://github.com/nestjs/nest/issues/1265 | 377,988,583 | 1,265 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.