-
When loading some popular embedding models, I am currently coming across a Jackson parsing error of MismatchInputException from loading of the `tokenizer.json`. After further investigation, it seems l…
-
Allowing users to set custom parsers would be very helpful. It could allow them things like:
```kt
class User(val name: String, val age: Int) {
override fun toString() = "user-$name-$age"
}
…
-
### Describe the bug.
I am encountering an issue with my `asyncapi.yml` file, which references schemas located in another file. When I generate the models, the generator creates generic names like …
-
When a date parsed with `into datetime` is given in DMY (date-month-year) format, it is parsed as MDY
```
~> '12-01-2001' | into datetime | format date '%d.%m.%Y'
01.12.2001
```
[The majority of …
-
If a bytes_val is received, TelemetryParser is not displaying/parsing it.
I've added the following code and it works fine. Is it ok to integrate?
```
diff --git a/pygnmi/client.py b/pygnmi/client…
-
### Checklist
- [X] I agree to follow the [Code of Conduct](https://github.com/flatpak/flatpak/blob/main/CODE_OF_CONDUCT.md) that this project adheres to.
- [X] I have searched the [issue tracker](ht…
-
Hi all, I am currently working off of a repo inspired by the react-native example in this repo. Right now, I'm struggling to get errors to be parsed correctly using the React-Native client and a Go se…
-
### Report
getting this error when trying to test any prompt locally
```
ClickHouseError: Cannot parse input: expected '"' before: '.307Z","organizationId":"...","projectId":"...","promptCost":…
-
**Describe and demonstrate the bug**
branch here: https://share.unison-lang.org/@kylegoetz/finger-tree-bloated/code/@kylegoetz/parse-bug
You can either paste this in scratch or you can `edit fol…
-
Hello,
I'm trying to parse the following CSV, which looks good to me (please tell me if I'm wrong):
`"Mobile","First name","Surname","Email Address","Next Case Review","Ref","Accounts Team","Job I…