Jeferson Daniel

Results 6 issues of Jeferson Daniel

When a required argument is followed by an optional one, then the required argument is not validated. Example: ```python from cleo import Command class HelloWorldCommand(Command): """ Hello World Command app:hello_world...

Hi, I have a use case where I'm referencing types from another services libraries. However multiple services may define the same name so they would conflict. So, my objective is...

enhancement

Checklist - [x] Title of this PR is meaningful: e.g. "Adding my_nifty_package", not "updated meta.yaml". - [x] License file is packaged (see [here](https://github.com/conda-forge/staged-recipes/blob/5eddbd7fc9d1502169089da06c3688d9759be978/recipes/example/meta.yaml#L64-L73) for an example). - [x] Source is...

I'm sending this PR as a draft because the tests don't pass yet. The JSON mode of pydantic also affects the datetime serialization so it creates a break compatibility.

The project is in a very early stage but already can read mugen file. It has the following know issues: * Bug in stage backgrounds * Missing support for companions...