Nick Foscarini

Results 27 comments of Nick Foscarini

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...

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.