Bartek Nowotarski
Bartek Nowotarski
Let's use [gulp-strip-debug](https://www.npmjs.org/package/gulp-strip-debug) in `build` gulp task to remove `console.log`s.

@bekkibolthouse > Password strength meter on client says "Password1" was a "good" password (3 out of 4 bars!) -- this is a common password that would be easy to crack...
Can be done later (after MVP) but we should probably add a config value for minimum deposit. Otherwise it's possible to add thousands of rows in Starbridge DB quite easily....
To prevent from dictionary attacks we're sending `Forbidden` response to users who are blocked even when they try to login using correct password. It makes legitimate users confused because stellar-client...
In stellar-client users can disable recovery token by switching a toggle:  I think we should implement `/recovery/disable` endpoint in V2 that simply sets `recoveryId`...
I participated in one case that was managed in VINCE. I have a couple thoughts on the platform. Not creating separate issues because there's quite a lot of them. You...
[`github.com/pkg/errors`](https://github.com/pkg/errors) is a very popular package that provides helper methods for creating errors. One of the methods is [`errors.Wrap(err error, message string) error`](https://godoc.org/github.com/pkg/errors#Wrap) however, it's easy to forget that: >...
## Problem After deploying `master` branch to testnet horizon we noticed a huge increase in CPU usage and network throughput of horizon's DB. ...