vladislav doster

Results 42 issues of vladislav doster

Allow users to run application using Docker. - Add Dockerfile for building frontend application - Add docker-compose.yml for orchestrating frontend and a mongo db instance - Update example config with...

- Add MIT license file - Update `README.md` to reflect changes

- use long flag - quote variable - update punctuation - simpler wording

Would you be open to a PR that would update Zsh version to 5.9? Understandable if not as it is a recent release. [Changelog](https://zsh.sourceforge.io/releases.html) for brevity.

- refactor unnecessary `else` / `elif` when `if` block has a `continue` statement - refactor unnecessary `else` / `elif` when `if` block has a `raise` statement - refactor unnecessary `else`...

Update docker-compose.yml from version 1 to 3. Not as straight forward as it seemed. Signed-off-by: Vladislav Doster

### Description Consistent indentation in GNUmakefile ### Testing & Reproduction steps N/A ### Links N/A ### PR Checklist * [X] updated test coverage * [X] external-facing docs updated * [X]...

# Description Update Zinit install script to include following features: - [ ] Built-in completion - [ ] Formatted to Zinit convention - [ ] Option flags - [ ]...

enhancement

## Description ## Related Issue(s) ## Motivation and Context ## Usage examples #### before ```zsh zinit for cp"hub-*/etc/hub.zsh_completion -> _hub" from'gh-r' sbin'hub' @mislav/hub ``` #### after ```zsh zinit for from'gh-r'...

ci/cd
zinit
tests
release
feature

### Issue Github is sunsetting Subversion support in 2024. ### Proposed feature #### `git sparse-checkout` To restrict working directory to a set of directories, run the following commands: git sparse-checkout...