ognjenkurtic
ognjenkurtic
Can confirm that this is the issue on Win 10 with latest filezila server 0.9.60.2 Connecting with `using (var ftpClient = new FtpClient("127.0.0.1", 21, "user", "pass")) { ftpClient.EncryptionMode = FtpEncryptionMode.Explicit;...
@Kasshern @skosito @Ybittan @biscuitdey This discussion might be relevant for our work on the SRI. Keeping it open so that we can discuss.
@Kasshern @skosito @Ybittan @biscuitdey This discussion might be relevant for our work on the SRI. Keeping it open so that we can discuss.
@Kasshern @skosito @Ybittan @biscuitdey This discussion might be relevant for our work on the SRI. Keeping it open so that we can discuss.
@Kasshern @skosito @Ybittan @biscuitdey This discussion might be relevant for our work on the SRI. Keeping it open so that we can discuss.
Please research tools to enable easy migrations of the db as we introduce new functionalities and models.
@Kasshern @skosito @Ybittan @biscuitdey This discussion might be relevant for our work on the SRI. Keeping it open so that we can discuss.
@Manik-Jain i agree, we do not need to reinvent the wheel here. I especially like https://docs.nestjs.com/recipes/cqrs. Proven scalable pattern for a growing codebase. I would be happy to implement an...
> @Manik-Jain i agree, we do not need to reinvent the wheel here. I especially like https://docs.nestjs.com/recipes/cqrs. Proven scalable pattern for a growing codebase. I would be happy to implement...
We (BRI-3 team) decided to go with nest.js and cqrs after a walkthrough of the POC implementation on the weekly meeting today. I 'll be opening a PR with a...