-
```python
def parse_video(data: dict):
video_id = data['id']
snippet = data['snippet']
title = snippet['title']
description = snippet['description']
published_at = snippet['p…
-
**Is your feature request related to a problem? Please describe.**
When I use the filelog receiver and parse a json field with the [json_parser operator](https://github.com/open-telemetry/opentelemet…
-
### Is your feature request related to a problem? Please describe.
There is robust support in Resonite for HTTP requests and Websocket connections. However handling responses to either of these becom…
-
For dataset retrieval, we download and parse JSON metadata multiple times.
For example, in `get_dataframe_by_name`, `get_fileid.character` would first find the dataset id via https://github.com/IQSS…
-
**Describe the bug**
Simply running the spectral-cli on a json file outputs `warning parser Using tabs can lead to unpredictable results` for every line with indentation even though …
-
```ts
//My answer is only for the test cases
type Parse = Eval extends [infer V, infer U] ? V : never
type Eval
= T extends `${' '|'\n'}${infer U}` ? Eval
: T extends `true${infer U}` ?…
-
Currently we use our home grown [json-ref-resolver](https://github.com/stoplightio/json-ref-resolver), but we've switched most of our ecosystem over to [APIDevTools/json-schema-ref-parser](https://git…
-
**Describe the bug**
JSON objects must have string keys. So when parsing to maps with non-string key types, the string must be coerced into the type. For example, using a schema with a Map(Int32, I…
-
Hi, I have encountered this error both using the Docker container provided as well as a local installation. I created a tb-profiler report with default arguments from FASTQ with `tb-profiler profile -…
-
Yesterday, I discussed the main type name with @magecnion. It might not be a good name.
### Formal Definition of a Parser
> A parser is a component of a computer program that takes an input stri…