Vijay Kumar
Vijay Kumar
We use [testify mocks](https://pkg.go.dev/github.com/stretchr/testify/mock) for mocking objects while testing (uses `reflect.DeepEqual` to compare). We are using FSM on a model (has `FSM` property) and when this object is passed around...
**This works:** input: `"|"hello` (press at |) output: `"hello"` **What about this?** input: `["|"]hello` output: ["hello"] **Issue**: In the above scenario when I press at |, I get this output:...
While enrolling a fingerprint, take few (say 5) scans of the same finger and store it. Adding this feature will mature the signing in process, since it will decrease the...