Peter Vernigorov

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

While going through routes, I believe the top navigation bar can be cleaned up. Let me illustrate with the current setup: - Logo aka root - Active. It's really slow,...

design

**Suggested additional code entry** (required) ``` {I[⍵]←⍺}⍥({I[⍵]}⍣≡)/¨ Xv ``` **Description** (required) [Union-find](https://en.wikipedia.org/wiki/Disjoint-set_data_structure) (aka disjoint-set, merge–find) algorithm to merge sets (represented as trees). Xv is a vector of tuples representing vertices...

addition