-
Behavior is inconsistent between "flat" and nested schema when an exception occur.
## To reproduce
```ruby
NestedSchema = Dry::Schema.Params do
required(:value).filter(format?: /^\d+$/).value(…
Yv-vY updated
2 years ago
-
I'm trying to use this lib for schema validation, and there is this use case where a key needs to be filled with a default, when nothing is passed.
I know that this wasn't in the scope of dry-valid…
-
### Steps to reproduce the problem
1. run command tootctl media remove-orphans --fix-permissions
### Expected behaviour
Remove orphans and fix ACL permissions
### Actual behaviour
e…
-
In Avo we use blocks in many places and one of the caveats we noticed is that it's difficult to DRY them up. You'd have to create a new class or module, then a method and that method to return a block…
-
## Inputs
Provide the following optional inputs:
Folders: _Include specific folders in an audit (delete if not applicable)_
## Available commands
The following commands can be executed by …
-
Looking at EmptyConditionalBody spec, some autocorrect scenarios (in `expect_correction` blocks) actually result in logic-breaking changes. For example:
https://github.com/rubocop/rubocop/blob/3f24…
-
## Describe the bug
There's an inconsistency that leads to some unexpected behavior when using nested schemas. The problem is best described by the example below.
## To Reproduce & Expected beha…
-
The upcoming dry-types release will default to strict data types. We ought to define all our attributes as `strict` to make upgrading easier.
https://dry-rb.org/news/2019/04/23/dry-types-and-dry-st…
awead updated
5 years ago
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Package ecosystem
Bundler
### Package manager version
_No response_
### Language version
Ruby 3.2+
### Ma…
-
After getting Access Token from google cloud console
EX:
{
"access_token": "ya29.a0AXooCguaHUGcCVx4goUm0AUovilfxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"expires_in": 3599,
"scope": "https://mail…