Khushiyant

Results 22 issues of Khushiyant

Fixes: #637 Added `remove_storage` helper along with following tasks: - [x] Test unit for remove_storage - [x] Function Docstring for easy usage **Now, method of deleting the `storage` records:** ```python...

size: S

### Newsboy A news headline fetching bot, with _50+ country support_ _Straight Forward Commands:_ > **Includes 5 testcases and passed** > Based on _newsdata.io_ api

size: XL

Closes #3157 Added support for `StartInterval` as `POST /containers/create` now accepts a `HealthConfig.StartInterval` to set the interval for health checks during the start period. This extends the interval that health...

fix #3172 This is added with refernce to [docker-py docs](https://docker-py.readthedocs.io/en/stable/containers.html?highlight=exec_run#docker.models.containers.Container.exec_run) Changes: ``` diff + exec_output = tuple(b'' if x is None else x for x in exec_output) ```

### GitHub Profile Link https://github.com/Keribium

gh profile review
live stream review

### GitHub Profile Link https://github.com/Khushiyant

gh profile review
live stream review

## How to reproduce enable cosmic dock and floating dock ( from gnome extesnions ) and configure show animate in floating dock ## Expected behavior Smooth opening animation after clicking...

Closes #3243 This PR aims to implement subpath support for volumes in Docker-Py, allowing users to specify a subpath when creating a volume or a container. This feature is essential...

**What does this PR do?** _MOUSE_SELECTION_KEY_ is changed to _**Fn + cmd**_ in MacOS platform **Testing** - [x] Manually - [x] Passed linting & tests (each commit) Commit changes ```diff...

area: hotkeys
size: XS