Problem I would like to use a YAML file to store parameters used by computational models developed in Python. An […]
Tag: yaml
Update only specific field of specific item (data) in List from YAML
Problem I don’t like the logic to update [Repository] list here because I need to map whole list to change […]
Recursively merge n-level maps of values and lists
Problem I was looking for a solution for a way to easily merge maps of serialized Yaml and came up […]
Translator for the English language
Problem I made a translator for the English language. As of now it only translates from Spanish, Russian, and Arabic […]
Usertool For Website Admins — Follow up
Problem A while ago, I posted about creating a user tool for forum admins that allows them to add, edit, […]
Settings Model to read multiple settings files and writes to one
Problem I am writing a Model to read, write and store settings. I think my code is pretty good, but […]
Passing restored packages as artefacts in GitLab Continuous Integration
Problem Introduction I’m writing a script in YAML for building ASP.NET Core 2.2 project using GitLab Continuous Integration. In all […]