-
Looks like the latest release that went out appears to have broken our tests.
```
Error: Failed to compile '../../node_modules/@swagger-api/apidom-ns-openapi-3-1/src/refractor/toolbox.mjs':
…
-
Currently YAML related operations (read / write) is handled as plain text operations.
We should use proper yaml parsing when dealing with yaml documents.
-
I'm really starting to wonder if I'm just stupid here. I've been trying for hours to get this thing to load a simple Yaml file and save it as an Xml. It won't do it. complains constantly about badl…
-
```
hi,
please try this patch; if it works for you as well, I may commit it in SVN
(maybe with some more comments)
a.
ps: is there a mailing list ?
```
Original issue reported on code.google.com …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
terraform-version-source
------------------------
ERROR: ✗ searching in yaml file: invalid …
-
What would be required for this backend to support projects that currently depend on the psych YAML parser? I have a project that could definitely benefit from this faster i18n backend, but it seems l…
-
YAML is complicated, and space specific, so is prone to typos. The current query parser does not do a good job of portraying what's expected, forcing to me to use other tools to format the file correc…
-
Hello! I have a modern Nuxt project which uses the new eslint flat config syntax. The documentation you currently have shows off parsing options that are for the deprecated `.eslintrc` and nested opti…
-
#### 问题描述
不支持labelme使用圆方式标记
#### 所用版本
#### 复现代码
#### 附件材料
建议参考如下代码修改支持一下
``` python
'''
1.单线程
2.去掉labelme
3.采用ujson处理json
4.不需要输入label.txt
python labelme2yolo_one.py './lab…
-
This is the question that was discussed a zillion of times, but I'd want to create a separate issue for this one.
## Current state of things
Right now we're using external YAML parsers to parse …