Sebastian Falcone
Sebastian Falcone
# Ubuntu 20.04 - Focal Fossa ## Uname output - uname -m `x86_64` - uname -p `x86_64` - cat /etc/os-release: ``` NAME="Ubuntu" VERSION="20.04.4 LTS (Focal Fossa)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 20.04.4...
# Open Suse ## Uname output - uname -m `x86_64` - uname -p `x86_64` - cat /etc/os-release ``` ON="20220705" ID="opensuse-tumbleweed" ID_LIKE="opensuse suse" VERSION_ID="20220705" PRETTY_NAME="openSUSE Tumbleweed" ANSI_COLOR="0;32" CPE_NAME="cpe:/o:opensuse:tumbleweed:20220705" BUG_REPORT_URL="https://bugs.opensuse.org" HOME_URL="https://www.opensuse.org/" DOCUMENTATION_URL="https://en.opensuse.org/Portal:Tumbleweed"...
# Fedora 36 ## Uname output - uname -m `x86_64` - uname -p `x86_64` - cat /etc/os-release ``` NAME="Fedora Linux" VERSION="36 (Workstation Edition)" ID=fedora VERSION_ID=36 VERSION_CODENAME="" PLATFORM_ID="platform:f36" PRETTY_NAME="Fedora Linux 36...
# Centos 7 ## Uname output - uname -m `x86_64` - uname -p `x86_64` - cat /etc/os-release ``` NAME="CentOS Linux" VERSION="7 (Core)" ID="centos" ID_LIKE="rhel fedora" VERSION_ID="7" PRETTY_NAME="CentOS Linux 7 (Core)"...
@pboettch I've run the clang-format to the CMakeLists.txt file, let me know if it's okay. Thanks for the help and quick responses!
What a mess I've made. Sorry for the waterfall of notification :)
Hello @pboettch, how's that going? Is this PR on any road-map for the project?
I've added a simple else-if that catches that case (doesn't check for a valid uri) and the same error arises We will keep testing this out
### First problem: `no subschema has succeeded, but one of them is required to validate` error message when validating against valid jsons. #### Solution Add a validator for URI on...
Sure, on my way!