-
### Tool Name
Liquid JSON Schema Editor
### Tool Description
Graphical JSON Schema editor for draft-04, draft-06, draft-07, 2019-09 and 2020-12, with split source code and graphical editing. Includ…
-
### Package name
datamodel-code-generator
### Nix package link
_No response_
### Software
This package provides functionality for generating python code from various schema definitions.
The pa…
-
### Feature Description
It looks like LlamaJsonSchemaGrammar had been introduced before llama.cpp had an API for it:
https://github.com/ggerganov/llama.cpp/blob/74d73dc85cc2057446bf63cc37ff649ae7ceb…
-
### Tool Name
protoc-gen-jsonschema
### Tool Description
JsonSchema generator plugin for Google Protocol Buffers
### Action Type
- [X] Add Tool
- [ ] Modify Tool
### Tooling Types
- [ ] validat…
uanid updated
2 weeks ago
-
We have a schema which can either be null or a list of object. This is mainly to allow the parameter to be optionally passed and to detect if the property was set to do case distinction on. So passing…
-
We use `errors[].data` field to pass detailed errors to client, like so:
```json
{
"jsonrpc": "2.0",
"error": {
"code": 6000,
"message": "Invalid parameters",
"d…
-
### Environment information
```plain text
System:
OS: macOS 15.0
CPU: (10) arm64 Apple M1 Pro
Memory: 133.81 MB / 16.00 GB
Shell: /bin/zsh
Binaries:
Node: 20.14.0 - ~/.local/state/fnm…
hlhc updated
15 hours ago
-
### Expected Behavior
Expecting no errors when a file is generated with SourceGen.
### Actual Behaviour
```
Execution failed for task ':test-suite-generator:checkstyleMain'.
> A failure occurred …
-
I only see these imports:
```
import { z } from 'zod'
import { AccountType, ErrorClassification, PaymentStatus } from './graphql'
```
But I don't see anything else, like this for example:
```
e…
-
We are using Taskfiles as input for an automation system (a VSCode extenstion). For that to operate we need to know additional domain specific information about the tasks in the Taskfile. Currently, t…