Daniel Kuruc

Results 7 issues of Daniel Kuruc

### Description OpenApi/Swagger specs: https://swagger.io/docs/specification/adding-examples/ I've prepared' very simple specs, based on much more complex structure from my current project: ```yaml openapi: 3.0.0 info: version: development title: Hello World paths:...

It's caused by `import pypandoc` in **setup.py**. It's external dependency, and to install `enforce` user must firstly manually install `pypandoc` and it's dependencies (which are huge, by the way), because...

This issue seems to be similar/continuation to #628. `pylint` misunderstood typing when using `attr.ib(default=...)`. I've tried `typing.cast` & attr.ib with `type` attr and the result is the same. ### Tested...

Bug 🪳

Hello, I've spent whole day at searching for solution for problem: subdomains worked only on first request after server (re)start. The answer is in function get_domain_for_request() - it returns 'domain.tld'...

Currently the latest available release ([v0.13.0](https://github.com/markdownlint/markdownlint/releases/tag/v0.13.0)) contains an ugly bug from #464, which has already been mitigated #485 (!). Please officially publish this fix, because right now ypou are basically...

bug

Hi! If I understand correctly current behavior of [Ignoring Violations](https://quobix.com/vacuum/ignoring/), an explicit path to a component needs to be given. It's later compared literally, in the code, if I read...

enhancement