Bartek Nowotarski

Results 62 issues of 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.

![stellar-debounce](https://cloud.githubusercontent.com/assets/464938/4564249/aa7ceeb8-4f15-11e4-9b4b-f2a5e57fa5a1.gif)

@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...

question

In stellar-client users can disable recovery token by switching a toggle: ![screenshot from 2014-10-28 14 57 40](https://cloud.githubusercontent.com/assets/464938/4809307/782d3f54-5eaa-11e4-9fc9-d2ab3ebfb1fa.png) I think we should implement `/recovery/disable` endpoint in V2 that simply sets `recoveryId`...

v2

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...

enhancement

[`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: >...

new-check

## Problem After deploying `master` branch to testnet horizon we noticed a huge increase in CPU usage and network throughput of horizon's DB. ![screen shot 2018-05-14 at 19 28 29](https://user-images.githubusercontent.com/464938/40013169-0ee39b10-57ad-11e8-8cb1-baae0a14902b.png)...

horizon