Max Gaurav

Results 10 comments of Max Gaurav

Facing the same problem with the latest release on ios 12.2, but was working earlier don't know why.

Yep, We can drop the change and also remove the function **createGitIgnoreFile** in line [https://github.com/nestjs/nest-cli/blob/4a948c935b5b077598b54803f1eef2f4c8cbf24b/actions/new.action.ts#L59](https://github.com/nestjs/nest-cli/blob/4a948c935b5b077598b54803f1eef2f4c8cbf24b/actions/new.action.ts#L59) as gitignore will be available through the template itself. If we don't want to remove...

Let me know you want to have a single squashed commit before further evaluation.

I have created a sample wrapper for both functional and class-based HTTP services over rxjs ajax to have both before and after interceptors. [https://gist.github.com/maxgaurav/48e1f309fd2afb2ab55c558c3e63d1dc](https://gist.github.com/maxgaurav/48e1f309fd2afb2ab55c558c3e63d1dc) Hope this helps.

I too faced this issue and have found the root cause of the problem. It is in package [@nestjs/platform-socket.io](https://www.npmjs.com/package/@nestjs/platform-socket.io) Here is what is happening for every event the client(browser) connects...

Hey guys I know I am late to this but you can easily create a health check using the following service ```typescript import { Injectable } from '@nestjs/common'; import {...

I have added the StackBlitz url for the demo in the description and see below as well. Don't forget to turn on the VueDev tools to see the main problem....

@liamdebeasi Any update on this? Did the StackBlitz reproduction help?

@pivko420 Which version did you downgrade your app to? I am also waiting for the changes to get fixed but it looks like I may have to end up providing...

@pivko420 Thanks for sharing. I have tested the same and confirm that it gets fixed in the old version. I am comparing the changes in the old version versus the...