Peter Bašista

Results 7 issues of Peter Bašista

The current implementation of `HttpQueries` validation correctly validates the type of each query parameter. And if it is mandatory but not present in the query, the validation will complain that...

After installing `@deepkit/framework`: ```shell $ npm audit # npm audit report node-forge

Hi, I have noticed that this GitHub action supports checking out git submodules. I have also noticed that it supports configuring a private SSH key for accessing the repositories that...

According to the documentation: http://aiohttp-apiset.readthedocs.io/en/latest/ the library is supposed to work with a "foreign specification" strategy where the entire OpenAPI specification is read from an external file. So, when I...

Add a stand-alone Python script to generate and publish Home Assistant discovery messages to MQTT broker based on the files with the current meter readings and on the driver templates....

One of the paragraphs within the "Parameter Object" section of the current OpenAPI v3 [specification](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.1.md#parameterObject) contains this statement: > A parameter MUST contain either a schema property, or a content...

clarification
param serialization

This is a naive way of working around the issue where `httpx.Response.elapsed` property is unavailable in tests that use vcrpy because the httpx responses built from serialized data by vcrpy...