Guilherme Cardoso

Results 9 issues of Guilherme Cardoso

Hello! Thank you so much for Lepton! Is there any chance to add Lepton to flathub? I could do it but it is encouraged for the project owner to submit...

new distribution

## Describe the bug I have several Seldon deployments across multiple versions. The pods are a 3-step graph with three different containers, using the python wrapper. Occasionally, one of the...

bug

I'm currently running awstats 7.6 (7.6-3.1.el7) in a CentOS 7.3.1611 machine that parses nginx (1:1.10.2-1.el7) logs. The problem that' I'm having is that after the first initial parse of the...

**Describe the bug** I've encountered two different problems when trying to use datamode-code-generator with json schemas that have the `oneOf` property: 1. `oneOf` generates code that can't parse valid data...

**Describe the bug** Generating `"pydantic_v2.BaseModel` with `Field()` generates an impossible solution for current pydantic v2 implementation. **To Reproduce** Example schema: ```json { "$schema": "http://json-schema.org/draft-07/schema", "properties": { "Settings": { "title": "having...

enhancement

# I have made things! I am adding `.pre-commit-hooks.yaml` to make it possible to run wemake-python-styleguide as a [pre-commit](https://pre-commit.com/) hook. The syntax [is the same as flake8 repo](https://github.com/PyCQA/flake8/blob/main/.pre-commit-hooks.yaml) (which is...

**Is your feature request related to a problem? Please describe.** Currently, the README.md file points OpenSUSE linux users to the zipper command, that has a very outdated k9s release. Other...

**Describe the bug** A partial vertical line is missing, connecting a node in a `if`, nested inside a `elseif`, when the first-level `if` has a `kill`. The render is fine...

triage

For a given schema: ```yaml components: schemas: SampleSchema: properties: foo_bar: $ref: '#/components/schemas/foo_bar' foo_bar: properties: is_valid: type: boolean ``` with the endpoints: ```yaml components: schemas: ASampleSchemaList: $ref: "#/components/schemas/SampleSchema" SampleSchema: $ref: "sample_schema.yaml#/components/schemas/SampleSchema"...