Zach Bremmer
Zach Bremmer
I think using the strptime format is a good idea. The default for this could be left as is so it doesn't break any current workloads. I can investigate what...
Hi guys, I dug into this over the weekend and have a workable but somewhat inelegant solution. I wanted to run it past you for a gut check before proceeding....
Happy to help! I'm still working on this but have run into an issue. Any suggestions would be appreciated. I took @mildebrandt's advice to override the `validate()` method in the...
I'm not sure I follow. The issue I'm seeing is on the data side, not on the constraint side. Let's say we have a data.yaml file as follows: `---` `test-file:`...
I created a [pull request](https://github.com/23andMe/Yamale/pull/152) for this feature. I was able to mimic the default PyYAML and ruamel behavior in a function called ```util.parse_default_date()``` which solves the issue mentioned above...
No worries, I totally get it!