Jianye Xi
Jianye Xi
## Description ## Motivation and Context ## How Has This Been Tested? - [ ] Pass the test by running: `pytest qlib/tests/test_all_pipeline.py` under upper directory of `qlib`. - [ ]...
**Before filling a bug** - [ ] have you checked the [faq](https://github.com/Azure/autorest/tree/main/docs/faq.md) for known issues. - [ ] have you checked existing issues **Describe the bug** when I am trying...
I have a custom msbuild target which can generate some cs files from `.cadl` files and the generated files will be added to the compiler so that it can be...
**Describe the bug** there is high severity vulnerability in latest npm package, see https://github.com/advisories/GHSA-q8j6-pwqx-pm96 **To Reproduce** Steps to reproduce the behavior: npm audit **Expected behavior** A clear and concise description...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** 1. Given this ruleset file ``` > cat myruleset.js import { oas2, oas3 } from...
**Describe the bug** if specifies a local url path as input like , file:///C:/spcec.json , the spectral seems not work and output no errors **To Reproduce** 2. Run this CLI...
it takes a huge time for template engine to scan all the files, and seems not necessary to do it , as I have excluded it explicitly in my template.json...
MSFT employees can try out our new experience at [OpenAPI Hub](https://aka.ms/openapiportal) - one location for using our validation tools and finding your workflow. ### Changelog Add a changelog entry for...
I create a swagger with path templating , and one parameter name is 'key-name' e.g. ``` swagger "paths": { "/keys/{key-name}/create": { "post": { "parameters": [ { "name":"key-name" ``` ``` the...