-
A few days ago home assistant stopped calling on automation trigger, so today I took some time to try and figure out what was happening with my setup.
I haven't checked in a long time the url of my…
-
Document how and if CNAME can be used for redirection, like to a service provider. Will/can it lead to new URI regulation at that level.
-
Describe the bug
------------------------
Work flow stop with error caused by validation error.
Debug api call fail with response.
**"1 validation error for InputEdge\nparams\n value is not a val…
-
**Describe the bug**
I'm trying to use the Python `requests` library to import tasks into an existing Label Studio project. When I try to do so, I get the error `'version': '1.8.2', 'detail': 'Valida…
-
### Actual Behavior
I hacked together the code below so that I could test this library in isolation, but for context we are using it inside of a Pyramid app. When I run the case below, I get the fo…
-
In the current implementation we're throwing errors without returning any structured data to determine where the validation error has happened. That information is being returned via the error message…
-
@timothycrosley Thanks for creating this very useful package.
Is there any way of letting portray know to look for modules in the `src` directory?
The project in question is [`generic_validation`]…
-
I'm trying to override config working_directory when calling the command line but looks like it's not possible:
Trying like this:
```bash
ytdl-sub --config config.yaml --configuration.working_d…
-
A spec like this:
```
openapi: 3.0.3
info:
title: api spec
version: 1.0.0
servers:
- url: /v3
components:
schemas:
$ref: './definitions/_index.yaml'
...
```
Results in valid…
-
Other than your input validator, consider the JSON Schema validator (jsonschema.org). Although similar, it has the advantage of write-once, run anywhere. The same validation schema could run on the …