Victor Shelepen
Victor Shelepen
The build is the result of a project when we click on the test button. There is similar issue #878 . Results have to exist for some time. During deletion...
Both(Completion, and deletion). There is an option on the settings page of the default runner. > Preserve the data directories from previous builds. Jobs are not deleted after completion. It...
I have the same issue. Sorry, I do not understand the solution. ```javascript resolve: { fullySpecified: false, } ``` I will check. I resolve the issue by hacking sip.js package.json....
@dcavanagh Yes, I will do. :)
@dcavanagh I've added the documentation. It is available [here](https://github.com/vlikin/inversify-express-utils/tree/vlikin-inversify-express-principle-decorators#decorators-1). The decorators are applied only on actions now. We can also extend the functionality for controllers. This is a good idea...
> hey @victor-shelepen if you can get this green with master and address some of the comments I'll happily merge this :) Thank you. I agree.
I am struggling with the same case. `````` helps. I've not found a description of the parameter. I call from the browser by jsSIP. But I do not hear sound....
The library converts nested only from arrays. Nested validation works with Maps. There is a comment with a workaround solution for Maps. [Nested map?](https://github.com/typestack/class-transformer/issues/1364#issuecomment-1683991877)
It seems the functionality that is described here is not supported. There is a comment with a workaround solution. [Nested map?](https://github.com/typestack/class-transformer/issues/1364#issuecomment-1683991877)
Hello. I also need the functionality. It does not convert map values. I apply extra conversion for map values. So it works without the decorator ```@Type``` and ```@ValidateNested``` starts working....