Vladyslav V. Prodan

Results 19 issues of Vladyslav V. Prodan

### Proposed changes * Replaced the logic of the `jinx restart` argument. Now this is valid restart nginx server. The reload argument - `jinx reload` is recommended for applying nginx...

Add functionality: instead `site create [] - create a site from template` to change `site create [ipv4= ipv6=] [] - create a site from template` Also in the templates, it...

enhancement
good first issue

``` # tmux ld-elf.so.1: Shared object "libutf8proc.so.2" not found, required by "tmux" # uname -a FreeBSD mfsbsd 12.1-RELEASE FreeBSD 12.1-RELEASE r354233 GENERIC amd64 ```

Fixed .pl domain support and added support for .ua/.cn/.io domains.

**Is your feature request related to a problem? Please describe.** In the script usr/local/share/bastille/bootstrap.sh only one argument $1 is used, through which the FreeBSD|HardenedBSD|MidnightBSD system version, template url and different...

enhancement

Renaming a function does not work with refactor if the function name contains the character ":" `'function::name' is not a valid identifier` IntelliJ IDEA 2019.2.4 and BashSuppert version 1.7.16.192

Example : `echo | openssl s_client -connect 127.0.0.1:imaps | & openssl x509 -noout -subject -issuer` Errrors: 1) Enexpected token 2) Expected a command IntelliJ IDEA 2019.2.4 and BashSuppert version 1.7.16.192

This code causes two errors at once: 1. Unresolved variable ${KERNEL_FILE} 2. Unexpected token INSTALL_KERNEL= ``` echo -n "Install kernel ${KERNEL_FILE}? (y/n): " read INSTALL_KERNEL= if [ "${INSTALL_KERNEL}" = "y"...

Allow and correctly handle unit prefix in the context of values. For example, unit prefixes - k (kilo), M (mega), G (giga), T (tera). ![capture_05062017_193254](https://cloud.githubusercontent.com/assets/396824/25774165/1d4c0ca4-3293-11e7-832f-355eb65ea6ac.jpg) And after clicking the Save...

enhancement