Aleksei Fedotov

Results 4 issues of Aleksei Fedotov

Some Powerline fonts (for example https://github.com/ryanoasis/powerline-extra-symbols) provide extra symbols to use as field separators. This PR lets users to choose segment separator by setting BULLETTRAIN_PROMPT_SEGMENT_SEPARATOR in .zshrc.

I have a JSON format which could be either a tagged value or an empty map `{}`. Examples of JSON: ``` {"A" : 123} ``` ``` {"B" : 234} ```...

Fixes #85 If browse-at-remote is called on detached head or with browse-at-remote-prefer-symbolic set to nil, location is a commit hash. Which produces URLs like > https://stash.../browse/file.js?at=refs%2Fheads%2Fabcdef1234567890abcdef01234567890abcdef0#1 This URL is not...

On Open() detect the board model and configure how physical PINs are mapped to GPIO pin numbers [1]. Model detection is based on content of /sys/firmware/devicetree/base/model [2] . If you...