-
## Summary & Motivation
* After some features added, it's time to remodel and introduce a new version of the configuration file aiming a cleaner structure.
* Proposed configuration below
* Sugges…
-
Hello,
Unfortunately, the parser cannot handle YAML lists properly.
To be precise: The parser stops working completely if there is a list in the YAML block.
Example:
```
---
categories:
…
-
There is a nice [Legivel](https://github.com/fjoppe/Legivel) library. I suggest to port Nightwatch YAML parsing to this library, because it should feel more native for F# code.
-
**Describe the bug**
The UAParser implementation seems to consume a lot of unnecessary memory, putting the ua yaml parse definition multiple times into memory.
**What area is it related to**
UAPa…
-
**Describe the bug**
Since 5.2.0 I'm getting an error with the express-openapi-validator. With the previous 5.1.6 everything was finde. After some digging I could narrow it down to the json-schema-re…
-
Here I'm trying `autotest::autotest_package()` on `kgrams` (I'm using here the CRAN version for ease of reproducibility). It looks like it is failing to convert some of my examples to YAML, but the er…
-
YAML config on 1.3.1-diagnostics (f1c193596c13e107d43f33e7b11a53694f0ace1c):
```yaml
- individual_directory:
- Alfa: 555666777
```
## Expected
The entry is accepted, because it has a legal…
-
Hello,
Good work you have done. I am trying to repleacate your results and compare with my model but i am getting some errors: SEE BELOW
this is when i am trying to run : python src/train.py -…
-
* https://www.php.net/manual/en/yaml.callbacks.parse.php
* https://github.com/dlang-community/D-YAML/wiki/Custom-YAML-data-types
Example;
```yaml
{
foo: !ref abc
bar: !tpl hello {{ planet …
jasny updated
5 years ago
-
I wanted to check a YAML document with the YAML version in the preamble
```yaml
%YAML 1.1
---
group_id: 1234
```
... using ...
```shell
conftest test --parser yaml test.yml
```
Howe…