Ivan Paulovich
Ivan Paulovich
Hello @caetanomb, There is an Angular Frontend created by @fals that I would like to update to the latest API version. I am definitely not good at frontend and I...
That's a better a idea!
I am totally newbie on frontend so I am gonna publish the backend in azure then see how to implement the client.
Hey @maxiar, Thank you reaching us! I suspect the issue is on **accounts-api**. It did not find the required `/https/localhost.crt` file. https://github.com/ivanpaulovich/clean-architecture-manga/blob/20973ff83d88ef8b39085d1c7f8bf767a0a113e3/accounts-api/src/WebApi/entrypoint.sh#L2 Please check the "shared drivers" in Docker desktop...
Hey @tawfiknouri @ferrydeboer, It would be nice to implement it. I don't have the skills to implement it using specflow, I guess it needs a usable user interface right? Right...
We could try this lib https://github.com/dotnet/Nerdbank.GitVersioning
Hi @jasoneisen, Thanks for pointing it out! At this time there is not transaction between reading the balance and updating it. One possible approach is to change the current Unit...
@cimicdk, I was in need of a "Implementing Clean Architecture" then I started this project. I am glad you found it useful. > Would you consider to add a e.g....
Hi @mviegas :) This task would require some prototyping and possible redesign. I would like to add a retry mechanism to the publish/send methods. A simple code using Polly would...
I think the first step is to set up `SimpleConsoleApp` with https://github.com/App-vNext/Polly library then see what we can do on our library to make it easier