Nick Foscarini
Nick Foscarini
duplicate of #2829
This works for me in version `0.14.0` ``` import {getMetadataStorage} from 'class-validator'; ``` While I've read the entire thread above. It wasn't clear the import problem had been fixed and...
I've been unable to build Windows 10 and `"asar": true` didn't help. I tried to enable `debug` to see more outputs, but this had no effect? ``` "scripts": { "make":...
In my case, I can reproduce this by aborting the client connection. Basically, start a SSE stream on the browser and then hit F5 to reload the webpage. This makes...
I was able to fix my issue by completing the observable when the request socket is closed. ``` import {Request} from 'express'; @Sse() see(@Req() req: Request): Observable { return new...
I'm having this problem as well.
@arturovt thank you. I'll give it a try.
It's not missing from `0.7.0`. You're reading the wrong version of the docs from the `main` branch. You have to read the docs from the release tag for `0.7.0` which...
I'll take a look at this in a bit. I need to setup a Google account, etc. to work on it.
Are you on a MacBook?