Stepan Henek

Results 5 issues of Stepan Henek

added doc/tags into gitignore It seems that this file is periodically generated when using devdocs.vim as git submodule (using pathogen or pack/ folder) thus making submodule dirty

Before: ``` Indexed { iterable: count, view: |ctx, x| view! { ctx, li { (x) } }, } ``` After: ``` Indexed { iterable: count, view: |ctx, x, idx| {...

Makes value of Progress Bar optional. Progress bar without a value become indeterminate. see https://bulma.io/documentation/elements/progress/#indeterminate

This MR is designed to: * fix some python2/python3 inconsistencies * allow users to define an authentication procedure during the handshake

Adds a cmdline argument `-C ` which exports the current DUID (per interface) to a file. The main reason for this is that when DUID is generated by odhcp6c, it...