Maksim Shakavin

Results 7 issues of Maksim Shakavin

### Prerequisites - [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/stencil/blob/main/.github/CONTRIBUTING.md). - [X] I agree to follow the [Code of Conduct](https://github.com/ionic-team/stencil/blob/main/CODE_OF_CONDUCT.md). - [X] I have searched for [existing issues](https://github.com/ionic-team/stencil/issues) that already...

Resolution: Refine

Текст ошибки: ``` Traceback (most recent call last): File "/usr/local/bin/torrt", line 8, in sys.exit(process_commands()) ^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/torrt/main.py", line 197, in process_commands walk(forced=args['forced'], silent=True) File "/usr/local/lib/python3.11/site-packages/torrt/toolbox.py", line 324, in walk updated...

bug

Currently it's impossible to use Parker+Terraform in combination with Proxmox cluster, because Proxmox does not allow to clone the template, created by Parker to another node. It their [bugzilla](https://bugzilla.proxmox.com/show_bug.cgi?id=2059) they...

:sparkles: enhancement
lifecycle:acknowledged
priority:P2

DISCLAIMER: most likely issue is connected to a shadow dom and web-components handling. When scanning pages with the Siteimprove Accessibility Checker, false "Target Size (Minimum)" errors are reported for elements...

bug

Добрый день, к сожаления emupdate при обновлении торрента добавляет новый торрент без категории. Можно ли сохраниять категорию старого торрента?

Hello, I am wondering if the project truly requires the following Babel-related dependencies? • @babel/core: "^7.0.1" • @babel/preset-env: "^7.0.0" • babel-loader: "^8.3 || ^9"

After upgrading to **vis v0.0.32**, the `unstableExclude` option stopped working for me. I have the following in my config: ```js { unstableExclude: ['cypress/**/*.*'] } ``` Before the update, this correctly...