-
Introduced in the branches [smartin_update_feedstock_script](https://github.com/conda-incubator/conda-recipe-manager/tree/smartin_update_feedstock_script) and [smartin_update_feedstock_script_gitpytho…
-
Hi,
Are there any options to describe schema with dynamic keys?
Let's say I have a hash where keys are string numbers:
```ruby
{
foo: {
'1' => { name: 'bar1' },
'2' => { name: '…
-
## Describe the bug
Hey, I ran into an issue when with a clean setup I don't have defined ApplicationContract.
This is my first time using `dry-rails`, maybe I'm doing something wrong? Demo app li…
-
Hey all, first of all thanks for the great library, we're using this gem a lot (alongside a variety of other tools from the dry-rb ecosystem) and find it super-useful :tada: . Thank you all for the wo…
-
## Describe the bug
I extracted a macro into a reusable module, like this:
~~~ruby
module ReusableRule
extend ::ActiveSupport::Concern
included do
register_macro(:reusable_macro) do
…
-
**Describe the bug**
It appears when using an `or`ed schema in an array, schemas nested below that will not pass validation when they should.
**To Reproduce**
```ruby
require "dry/validation…
-
### What would you like to be added?
This is just my wishlist. We need all of them, so no specific priority.
- [ ] Regexes for object names, label keys, values, container names, etc. I think thi…
-
kubeconform fails to detect invalid annotations :
ex:
```
# mying.yaml
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: myapp
annotations:
# NOTE THE EXTRA " AFTER IS…
-
## Describe the bug
When schemas are passed blocks, `required` field behavior does not always work, and there is inconsistent behavior for reaching validation rules -- although it seems to correlat…
-
### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
[UPDATED]
I'm encountering issues with Pydantic v2 where validation does not seem to work correctly when using…