Raymen Scholten
Raymen Scholten
Roadmap
I see some great enhancements added as issues, could you add a roadmap on what issues you (or others) are working on?
https://docs.microsoft.com/en-us/azure/azure-app-configuration/ The ARM template is quite terse, but it's perhaps handy to have it when it's part of a deployment.
Adding this library to an ASP.NET 5 RC1 project causes a runtime error of not finding the `libsodium.dll` file. So it seems the `Baseclass.Contrib.Nuget.Output` package doesn't do it's job anymore?
We are having issues using a Node API provider that requires a path prefix like (`https://provider.com/rpc/xlm/{auth-key}/`). Currently the SDK only uses the domain part of the supplied Horizon URI, and...
## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix...
There are 2 variants depending on the panel used (EBBG or TIANMA). This one (as my phone is) is currently focused on the TIANMA version. Managed to get into stage-2...
This is meant as a suggestion and question at the same time, I'm very interested about your thoughts on using ROP and DDD for this. One of my DAL functions...
By placing these lines outside of the controller they can be re-used in other controllers. https://github.com/swlaschin/Railway-Oriented-Programming-Example/blob/master/src/FsRopExample/Controllers.fs#L138-L177