-
```
package com.example;
import java.io.FileReader;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Paths;
import java.util.List;
import java.util.Map;
import …
-
**Describe the bug**
Property errors for map keys validation does not handle empty strings. Instead of a path like `metadata.labels.""` we get `metadata.labels`.
**To Reproduce**
Set map key to a…
-
### Environment
* How did you deploy Kubeflow Pipelines (KFP)?
Kubeflow Platform (EKS)
* KFP version:
v2.2.0
* KFP SDK version:
v2.8.0
### Steps to reproduce
Conditions in the `co…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
If I have a yaml anchor defined in my target yaml file:
```yaml
definitions:
docker:
…
-
### Problem to solve
I didn't find a way for testing response body in YAML format (for instance, OpenAPI schema). It would be great to have this format supported as well.
### Proposal
I see a…
-
## Summary
If I pin yamlpath to latest version 3.8.0 alongside ruamel.yaml 0.17.32 I get
yamlpath 3.7.0 depends on ruamel.yaml!=0.17.18, 0.17.5
This has been this way for sometime now - any…
-
Many findings are trivially fixable and insert-only, e.g. inserting `persist-credentials: false`. It would be nice to expose a `--fix` flag or similar that could apply these.
Implementation-wise, t…
-
I build shared library with cmake by:
```
cmake -B build_v140_x64 -G "Visual Studio 14 2015" -A x64 -DYAML_BUILD_SHARED_LIBS=on -DYAML_CPP_BUILD_TESTS=off
cmake --build build_v140_x64 --config Rele…
-
explaining terms like
YAMLURL
YAMLPATH
GRAMEXDATA
and other similar constants we expect users to configure.
-
- 版本、预测库信息:
1)Paddle Lite 版本:2.13-rc
2)Host 环境:Mac OS 14.4.1
3)运行设备环境:小米12S Ultra
4)预测后端信息:安卓端侧部署
- 预测信息
1)预测 API:SDK二次开发包、原生so包
2)预测选项信息:armv8,单线程
3)预测库来源:官网下载
- …