Vignesh M

Results 11 issues of Vignesh M

My `construct.yaml` is as follows ```yaml name: TestPackage version: 0.0.1 channels: - http://repo.anaconda.com/pkgs/main/ environment_file: environment.yml license_file: EULA.txt ``` and the `environment.yml` is as follows ```yaml channels: - conda-forge - defaults...

type::feature
source::community
backlog

### Issue description If there are nested Objects inside an array, then the objects are all displayed on the same level . There should be a parent node from which...

bug

### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description When a field in the model has an invalid default the other fields that have a...

bug V2

### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description When a model is specified as a Field and the values are instantiated , the keys...

bug V2

### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description Hello, During migration of our code from V1 to V2 we encountered the following error ....

help wanted
bug V2

### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description The schema for the fields that are marked `Literal` is different between versions 2.6 and 2.7....

bug V2

### Problem description Hello Pixi Team, There is an inconsistency between `pixi task list` and `pixi info` wrt. Tasks and the dependencies displayed - `pixi task list` displays the tasks...

enhancement

### Problem description Hello Pixi devs, ### Conda constructor I use [Conda constructor](https://conda.github.io/constructor/getting-started/) for creating installations that can then be used on air gapped machines (no internet). A very simple...

:sparkles: enhancement

Hello Pixi devs, I have listed some issues that i have faced when testing moving to pixi from conda. #### Installation 1. In corporate environments the `$HOME` folder is not...

:sparkles: enhancement

### Question I am unable to install via winget. The command i used is as follows `winget install --id Nushell.Nushell` The installation errors out with the following error message ```pwsh...

question
build-package
windows