Antoine Dechaume
Antoine Dechaume
For a schema with a property that can be null and has a null default value, the pydantic model is not correctly generated. For instance: ```json { "properties": { "name":...
With anaconda 4.4 and conda-build 3.0.27, I noticed that when building a recipe with multiple variants the build directory is kept from on variant to another. This leads to nasty...
With a `meta.yaml` that contains: ``` source: svn_url: an_url svn_rev: {{ version }} ``` and a `conda_build_config.yaml` with: ``` version: - 1 - 2 ``` Both packages are built from...
**Describe the bug** When ignoring a warning in pytest settings, the coverage results become non-sense with uncovered lines that should be measured as covered. This bug is similar to #1671,...
### Describe the problem I get a raw traceback when the template git branch HEAD has no tag but has a parent commit with a tag. It works if there...
**Is your feature request related to a problem? Please describe.** I was very puzzled by seeing that the rendered `**kwargs` of a parameter has a default value and that the...
I'd like to repeat next buffer (]b), for instance, by holding ] and pressing b several times without having to press the full combo ]b more than once, is it...
### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description It seems that the standard number type `complex` is not supported. The code example below yields:...
### Is your feature request related to a problem? Please describe. Where used, type aliases without docstring are rendered with no link to their definition. ### Describe the solution you'd...