-
We use `errors[].data` field to pass detailed errors to client, like so:
```json
{
"jsonrpc": "2.0",
"error": {
"code": 6000,
"message": "Invalid parameters",
"d…
-
### What version of Elysia is running?
1.1.7
### What platform is your computer?
Darwin 23.5.0 arm64 arm
### What steps can reproduce the bug?
Create a simple index.ts file with the fol…
-
### Describe the issue as clearly as possible:
Parsing a recursive JSON schema seg faults without throwing an error.
### Steps/code to reproduce the bug:
```python
import outlines_core.fsm.json_s…
-
### Singer SDK Version
0.42.1
### Is this a regression?
- [ ] Yes
### Python Version
3.11
### Bug scope
Targets (data type handling, batching, SQL object generation, etc.)
### Operating System…
-
markupsafe_escape breaks special characters, e.g. `"`, in markdown code blocks. If my analysis is correct, the `markupsafe_escape()` is called on the raw documentation string of the description and wi…
-
@larrybabb I think we want to use a `MappableConcept` for the penetrance qualifier below, right?
https://github.com/ga4gh/va-spec/blob/0228579863d8b3452cee9829887fafb65ac04375/schema/va-spec/base/v…
-
### What Docs changes are you proposing?
Create a self-contained document product that introduces beginners to JSON Schema to replace two documents that are currently formatted as book chapters:
…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a sim…
-
### Description
Right now, schema evolution (here changing of field type) is not really handled by polars.
```python
import polars as pl
myfile = 'partition_test'
df = pl.DataFrame({'id': [1000…
-
### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
Run the code below with:
```bash
# with pydantic 2.9.2
uv run --with devtools --with 'pydantic==2.9.2' additional_…