Jeroen Derks
Jeroen Derks
Probably related to #155
Using the default validation in Laravel for a currency I got an error while validating e.g. PLN: ``` $request->validate([ ... 'currency' => 'required|currencies', .. ]); ``` After further analysis it...
Fixes issue #347 **List of common tasks a pull request require complete** - [x] Changelog entry is added or the pull request don't alter library's functionality
In order to be able to use the demo client credentials of [Signicat](https://www.signicat.com/) to retrieve the client credentials token (a.k.a. access token) client secret basic authentication is required, because otherwise...
I have built comex on Linux, and running ``` ./build-lnx-monosim-gtk.sh Release ``` gives the following error: ``` /usr/lib/mono/4.5/Microsoft.Common.targets: warning : Reference 'comex-base' not resolved ``` Since I have no experience...
For our use case the secret share cannot be shown while it's being entered, so I disabled terminal echo.
I wanted to also be able to use translation JSON files, so I had to make a small change.
Fixes #119 Basic implementation, pretty sure things can be improved
Basic implementation, pretty sure things can be improved