Pawel Chojnacki
Pawel Chojnacki
### Description ### Readiness checklist - [ ] (only for Members) Changelog has been added to the release document. - [ ] Tests added for this feature/bug. ### Reviewer checklist...
### What does this PR do? ### Motivation ### Additional Notes ### Possible Drawbacks / Trade-offs ### Describe how to test/QA your changes ### Reviewer's Checklist - [ ] If...
It seems that xunit performs some validations on the output XML. Which causes it to fail as some of the yarjuf output is badly formatted at least according to xUnit....
### What does this PR do? ### Motivation ### Describe how to test/QA your changes ### Reviewer's Checklist - [ ] Changed code has unit tests for its functionality. -...
pr-stats
## Description ## Motivation ## Additional notes
steps to reproduce: Attempt to use enum like this one: ``` #[derive(Serialize, Deserialize, OpgModel)] #[serde(tag = "req_type", content = "content")] pub enum Repro { TypeA(), TybeB } ``` Error: ```...
# What does this PR do? A brief description of the change being made with this pull request. # Motivation What inspired you to submit this pull request? # Additional...
# What does this PR do? An example readme and setup script to quickly enable windows Dev env # Motivation New Laptop with Windows on it # Additional Notes Anything...
# What does this PR do? A brief description of the change being made with this pull request. # Motivation What inspired you to submit this pull request? # Additional...
# What does this PR do? Setup a dedicated folder, for hosting code not yet ready or meant for production use.