Peter Vernigorov

Results 6 issues of Peter Vernigorov

Currently there's one line that is not hit by specs:

ready
level:Easy

- ability to import/export certificates - fix ui (padding, margins, accessibility, etc) - show number of client certificates per host for page certificates page - show open lock icon if...

enhancement

- do not store query string in history - do not store inline/binary assets in history

enhancement

As far as I can see there is no limit on command history. If so, either document/specify it in README, or add a setting to truncate commands past X commands...

Currently "Commits" tab on deploy page shows all commits. There is no way to see if there are commits that aren't part of a PR (eg. commits directly to master)....

`json` package unmarshalls numbers in JSON to float64, which is not optimal if you are working with big integers, see [this SO question](https://stackoverflow.com/questions/22343083/json-marshaling-with-long-numbers-in-golang-gives-floating-point-number) for example. I'd like to add a...