Nikita Gashkov

Results 6 comments of Nikita Gashkov

For anyone wondering, you can suppress the warning like this: ```bash python -W ignore::yaml.YAMLLoadWarning:aiohttp_swagger.helpers.builders:123 pytest -W ignore::yaml.YAMLLoadWarning:aiohttp_swagger.helpers.builders:123 ```

Hi, @retsyo! > this the solution to keep rendered table has the same column widths in template docs file? All dynamically generated columns via `{%tc for %}` loop will have...

For anyone wondering, there's built-in way to do this since version [0.4.6](https://github.com/elapouya/python-docx-template/releases/tag/0.4.6). Just use `{% vm %}` tag to declare a rowspan. See following examples for details: [vertical_merge_tpl.docx](https://github.com/elapouya/python-docx-template/blob/v0.4.12/tests/test_files/vertical_merge_tpl.docx) [vertical_merge.docx](https://github.com/elapouya/python-docx-template/blob/v0.4.12/tests/test_files/vertical_merge.docx)

Also, is there a way to stop the worker upon request? Right now, I traverse through a beacon to find the worker and schedule its shutdown, but is there a...

> Hmm I don't get how this addresses the deadlock. I think the core issue is that we are using the engine from the outside, so we have no control...

Hello, I'm experiencing a similar issue with the Loki driver. Containers become unresponsive and cannot be stopped. The only thing that helps to revive the system is to restart the...