Renato Lima
Renato Lima
The library is directly dependant on "QRCoder" nuget package, so the clients are locked in to this library to authenticate. A good way to avoid this is to defer QR...
Hi, I was building a project to extract data from Nubank API when I found yours, which was surprisinly similar to mine. I'll go with your implementation for now on,...
Let's suppose I need to get all elements from A that don't appear in B slice (difference), but comparing only the name. ``` package main import ( "fmt" "github.com/wesovilabs/koazee" )...
Hello, I've just added this option to draw arrows at either different or both sides of the lines.  (all lines drawn from left to right) The configuration is as...
According to the docs, high-level `Writer` has > Automatic retries and reconnections on errors. But how does it work? Is there any interval between attempts? Any exponential backoff strategy? We...
### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure a similar issue has not already been created ### Description...
Some generated variables are useful to be repeatedly used inside the template body. The feature could include "environment" or "global" variables, available to all templates and "scope" variables, available only...
**Is your feature request related to a problem? Please describe.** As the number of templates increase, Mockaco startup time considerably increases. **Describe the solution you'd like** The startup time could...
**Is your feature request related to a problem? Please describe.** The current documentation is not suitable to be in the README.md **Describe the solution you'd like** Move it to github...
**Is your feature request related to a problem? Please describe.** Specially when running as a dotnet tool, it would be good to have a list of available command line arguments....