Nick Dellosa

Results 10 issues of Nick Dellosa

If you have a schema where you have the following ```json { "$dynamicAnchor": "some_anchor", "type": "object", "properties": { "first": { "type": "not a valid type" } } } ``` This...

**Describe the bug** Say you have some python unit tests that use a `docker_environment` without a fallback to local (i.e. they require Docker), but you have `docker_execution = false` by...

bug
backend: Environments

### What's the use case? Currently Dagster only allows primitive, collection, `Config` or discriminated union types in Pydantic configs. However, Pydantic provides a bunch of field types aside from these,...

type: feature-request
area: config

**Describe the bug** Ever since upgrading to 2.19.x I've been seeing pantsd be super sticky when working on plugin code, where changes won't be picked up unless I force restart...

bug

**Is your feature request related to a problem? Please describe.** Similar to my issue for `terraform plan` [here](https://github.com/pantsbuild/pants/issues/18490), it would be great if we could use `pants publish` to call...

enhancement
backend: Terraform

Gave this a stab since I have infinite free time now, ~~but I have no idea how to see the warning output in tests~~. Figured out the (seemingly) only way...

category:documentation
release-notes:not-required

[Feature request here](https://github.com/pantsbuild/pants/issues/20986) Please let me know if there are additional test cases you would like to see covered as part of this PR - I think I parametrized all...

category:plugin api change

**Describe the bug** If you set `output_directories=(".",)` then the folder will just not be present. If you actually try and grab a file from within the directory in question, you...

bug

**Is your feature request related to a problem? Please describe.** This is technically possible already in that Pants does not check that the targets you generate actually conform to the...

enhancement

**Is your feature request related to a problem? Please describe.** My company mandates the use of trunk.io on all repos. I want to integrate our monorepo with pants, which already...

enhancement