-
## Context
@renaynay and @cristaloleg had a validator with a broken config (app.toml, config.toml)
## Problem
The broken config resulted in this symptom:
```
$ grpcurl -plaintext -d '{"su…
-
### Tool Name
Jaronuinga
### Tool Description
**Jaronuinga** is simple JSON Schema validator written in Java. It is based on JSONP 1.1 and has no other dependencies.
The initial purpose of the lib…
-
I'm working on a project where the backend (AdonisJS) and frontend are in separate repositories rather than in a monorepo structure. I would like to use Tuyau to generate API typings in the backend an…
-
It is required to add v2 attestation APIs to support EIP-7549
From https://github.com/ethereum/beacon-APIs/pull/447
- [x] `GET /eth/v2/validator/aggregate_attestation`
From https://github.com/e…
-
I deploy the ton-http-api under the instruction in README. The validator.service is running on the same instance. When I use the api on the browser, it returns 503 Error as below:
![20230804173159](h…
-
### Prerequisites
- [X] I have read the [documentation](https://rjsf-team.github.io/react-jsonschema-form/docs)
### What theme are you using?
mui
### What is your question?
I've spent the whole d…
-
Ever wanted to make [Cedar](https://www.cedarpolicy.com/) modeling easier? Do you have a cool idea for making entity schema better? This is one of our 10 community feature challenges, and we want your…
-
## Expected Behavior
Validation of yaml/json file should be ok.
### Minimal Example Spec
Example of yaml that fails to validate:
> File:
type: object
properties:
absoluteF…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
When I use the following .env:
```
#-----------------------Backend Config----------------…
-
Prisma API:
```ts
import { Prisma } from '@prisma/client'
// 1: Define a type that includes the relation to `Post`
const userWithPosts = Prisma.validator()({
include: { posts: true },
})
// 2: De…