Pietro Marchini
Pietro Marchini
var xmlConn = (XmlElement)nodes.AppendChild(xml.CreateElement("Connection")); update to var xmlConn = (XmlElement)connections.AppendChild(xml.CreateElement("Connection")); At the moment the xml in output is not formatted in the right way.
Hey there, In the process of using md2cf, I've implemented an additional feature that could be beneficial to the wider community. Below is a summary of the new feature: **Autogenerated...
### 🚀 Feature Proposal Considering the existence of the MatchJSON function, I suggest to introduce a similar implementation for YAML files: MatchYAML. If agreeable, I would like to collaborate implementing...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Have you read the `CONTRIBUTING` guide on posting bugs, and `CODE_OF_CONDUCT`? - [X]...
This is the initial implementation addressing issue #53077. I've noticed the issue has been inactive for a while, so I attempted to resolve it by following the provided suggestions. While...
Hey, this PR should address issue #51299. I noticed that the issue has been stalled for months, even though a PR with the solution was practically accepted. I removed some...
I'm opening this PR as a draft to have a place where we can discuss this implementation. **Some background context:** During #54225, we discussed the possibility of adding a new...
I'm opening this PR as a draft since I have not had the time to fix the issue yet. This test highlights what I believe to be an issue related...
This PR should address #55383.
This should address #53508. I'm opening this PR since #55633 seems to be stale. This PR contains the feature and some changes to reduce its footprint. Note: The reason behind...