Closed jopetty closed 3 years ago
It seems like none of the hydra configs are supplying bool or None types.....
bool
None
Hmm, it looks like at least the None types would be solved by using null instead. Cf this spec on yaml.org.
null
Confirmed that bool types are being interpreted correctly. Closing issue.
It seems like none of the hydra configs are supplying
bool
orNone
types.....