Nazarii Romankiv

Results 22 comments of Nazarii Romankiv

I was looking into the code, and I would like to discuss the solution I see at the moment, with the core team, to make sure that I won't spend...

> Maybe we could just allow registering a "preRequest" (where request = event/message) hook so that you can register it for all handlers? Yep, I think that makes sense. That...

Hey, @slrv , the problem here is that Guards are called before Interceptors, so you won't have that async storage available in the guards. Though if you don't actually care...

> Hello, > > is it possible to get an "onFinish" hook too? It should be triggered after the ExceptionFilters right before the response is send. > > I am...

Hey, @kamilmysliwiec , could you have a look at this PR when you have time?

You can use `ncc` to bundle all the js files into single js file and then use it as input to `nexe`

Thanks! Is there a way to do the same thing with `compile` function?

Just have seen the `fs` option flag. I assume I need to set it to `false` to disable the VFS?

I will check it tomorrow. Thank you. I think it worth updating the docs. Maybe I will do this once I will have some free bandwidth.